diff options
author | Alexandre Buisse <nattfodd@gentoo.org> | 2006-06-13 09:58:54 +0000 |
---|---|---|
committer | Alexandre Buisse <nattfodd@gentoo.org> | 2006-06-13 09:58:54 +0000 |
commit | 1b4b85b0916d14e4f47579c5d21e3b813466f49d (patch) | |
tree | 1b735475846d543eb8f9799b2c92ce1847f5d5b4 /media-sound/lltag | |
parent | Change update-modules to modules-update. (diff) | |
download | gentoo-2-1b4b85b0916d14e4f47579c5d21e3b813466f49d.tar.gz gentoo-2-1b4b85b0916d14e4f47579c5d21e3b813466f49d.tar.bz2 gentoo-2-1b4b85b0916d14e4f47579c5d21e3b813466f49d.zip |
Remove non-existent dev-term/Term-ReadLine-Gnu from deps (bug #136428).
(Portage version: 2.1_rc4)
Diffstat (limited to 'media-sound/lltag')
-rw-r--r-- | media-sound/lltag/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/lltag/lltag-0.10.ebuild | 4 | ||||
-rw-r--r-- | media-sound/lltag/lltag-0.11.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-sound/lltag/ChangeLog b/media-sound/lltag/ChangeLog index c26e0b2f039f..477632aea35c 100644 --- a/media-sound/lltag/ChangeLog +++ b/media-sound/lltag/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/lltag # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/ChangeLog,v 1.5 2006/03/22 19:37:32 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/ChangeLog,v 1.6 2006/06/13 09:58:54 nattfodd Exp $ + + 13 Jun 2006; Alexandre Buisse <nattfodd@gentoo.org> lltag-0.10.ebuild, + lltag-0.11.ebuild: + Remove non-existent dev-term/Term-ReadLine-Gnu from deps (bug #136428). *lltag-0.11 (22 Mar 2006) diff --git a/media-sound/lltag/lltag-0.10.ebuild b/media-sound/lltag/lltag-0.10.ebuild index b1d12c5665a7..8caa159d196f 100644 --- a/media-sound/lltag/lltag-0.10.ebuild +++ b/media-sound/lltag/lltag-0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/lltag-0.10.ebuild,v 1.3 2006/03/22 13:11:50 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/lltag-0.10.ebuild,v 1.4 2006/06/13 09:58:54 nattfodd Exp $ DESCRIPTION="Automatic command-line mp3/ogg/flac file tagger and renamer" HOMEPAGE="http://home.gna.org/lltag" @@ -15,7 +15,7 @@ RDEPEND="dev-lang/perl mp3? ( media-sound/mp3info ) ogg? ( media-sound/vorbis-tools ) flac? ( media-libs/flac ) - readline? ( || ( dev-perl/Term-ReadLine-Gnu dev-perl/Term-ReadLine-Perl ) )" + readline? ( dev-perl/Term-ReadLine-Perl )" src_compile() { make PREFIX=/usr SYSCONFDIR=/etc MANDIR=/usr/share/man \ diff --git a/media-sound/lltag/lltag-0.11.ebuild b/media-sound/lltag/lltag-0.11.ebuild index 8b24679be5f7..ef4776875542 100644 --- a/media-sound/lltag/lltag-0.11.ebuild +++ b/media-sound/lltag/lltag-0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/lltag-0.11.ebuild,v 1.1 2006/03/22 19:37:32 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/lltag-0.11.ebuild,v 1.2 2006/06/13 09:58:54 nattfodd Exp $ DESCRIPTION="Automatic command-line mp3/ogg/flac file tagger and renamer" HOMEPAGE="http://home.gna.org/lltag" @@ -15,7 +15,7 @@ RDEPEND="dev-lang/perl mp3? ( media-sound/mp3info ) ogg? ( media-sound/vorbis-tools ) flac? ( media-libs/flac ) - readline? ( || ( dev-perl/Term-ReadLine-Gnu dev-perl/Term-ReadLine-Perl ) )" + readline? ( dev-perl/Term-ReadLine-Perl )" src_compile() { make PREFIX=/usr SYSCONFDIR=/etc MANDIR=/usr/share/man \ |