diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:21 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:21 +0000 |
commit | d80e4d7b812de76012302ab154b8b8a0c706640a (patch) | |
tree | 6852e43ed8f4895d9f241cf248a7f2efd48fe35d /media-sound/lame | |
parent | updating bb when I should be asleep (diff) | |
download | gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.tar.gz gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.tar.bz2 gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.zip |
gtk 1.2 dependency listing fixes
Diffstat (limited to 'media-sound/lame')
-rw-r--r-- | media-sound/lame/lame-3.91.ebuild | 6 | ||||
-rw-r--r-- | media-sound/lame/lame-3.92.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/lame/lame-3.91.ebuild b/media-sound/lame/lame-3.91.ebuild index 27171d5c1401..201b8635df13 100644 --- a/media-sound/lame/lame-3.91.ebuild +++ b/media-sound/lame/lame-3.91.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.91.ebuild,v 1.3 2002/04/06 13:44:35 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.91.ebuild,v 1.4 2002/05/23 06:50:14 seemant Exp $ S=${WORKDIR}/lame-${PV} DESCRIPTION="LAME Ain't an Mp3 Encoder" @@ -11,12 +11,12 @@ HOMEPAGE="http://www.mp3dev.org/mp3/" DEPEND="virtual/glibc dev-lang/nasm >=sys-libs/ncurses-5.2 - gtk? ( >=x11-libs/gtk+-1.2.10-r4 )" + gtk? ( =x11-libs/gtk+-1.2* )" # oggvorbis? ( >=media-libs/libvorbis-1.0_beta4 )" RDEPEND="virtual/glibc >=sys-libs/ncurses-5.2 - gtk? ( >=x11-libs/gtk+-1.2.10-r4 )" + gtk? ( =x11-libs/gtk+-1.2* )" # oggvorbis? ( >=media-libs/libvorbis-1.0_beta4 )" src_unpack() { diff --git a/media-sound/lame/lame-3.92.ebuild b/media-sound/lame/lame-3.92.ebuild index c542c24716ab..9501c2e4ac1f 100644 --- a/media-sound/lame/lame-3.92.ebuild +++ b/media-sound/lame/lame-3.92.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.92.ebuild,v 1.1 2002/04/23 13:44:25 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.92.ebuild,v 1.2 2002/05/23 06:50:14 seemant Exp $ S=${WORKDIR}/lame-${PV} DESCRIPTION="LAME Ain't an Mp3 Encoder" @@ -11,12 +11,12 @@ HOMEPAGE="http://www.mp3dev.org/mp3/" DEPEND="virtual/glibc dev-lang/nasm >=sys-libs/ncurses-5.2 - gtk? ( >=x11-libs/gtk+-1.2.10-r4 )" + gtk? ( =x11-libs/gtk+-1.2* )" # oggvorbis? ( >=media-libs/libvorbis-1.0_rc3 )" # Oggvorbis support breaks with -rc3 RDEPEND="virtual/glibc >=sys-libs/ncurses-5.2 - gtk? ( >=x11-libs/gtk+-1.2.10-r4 )" + gtk? ( =x11-libs/gtk+-1.2* )" # oggvorbis? ( >=media-libs/libvorbis-1.0_rc3 )" src_unpack() { |