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/gqmpeg | |
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/gqmpeg')
-rw-r--r-- | media-sound/gqmpeg/gqmpeg-0.13.0.ebuild | 2 | ||||
-rw-r--r-- | media-sound/gqmpeg/gqmpeg-0.9.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/gqmpeg/gqmpeg-0.13.0.ebuild b/media-sound/gqmpeg/gqmpeg-0.13.0.ebuild index a6e36ae1d5b0..aeab1ca21126 100644 --- a/media-sound/gqmpeg/gqmpeg-0.13.0.ebuild +++ b/media-sound/gqmpeg/gqmpeg-0.13.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="front end to various audio players, including mpg123" SRC_URI="http://prdownloads.sourceforge.net/gqmpeg/${P}.tar.gz" HOMEPAGE="http://gqmpeg.sourceforge.net/" -DEPEND=">=x11-libs/gtk+-1.2.10-r4 +DEPEND="=x11-libs/gtk+-1.2* >=media-libs/gdk-pixbuf-0.13.0 nls? ( sys-devel/gettext )" diff --git a/media-sound/gqmpeg/gqmpeg-0.9.0.ebuild b/media-sound/gqmpeg/gqmpeg-0.9.0.ebuild index 34be5a6077dc..2a7c2ae70d9a 100644 --- a/media-sound/gqmpeg/gqmpeg-0.9.0.ebuild +++ b/media-sound/gqmpeg/gqmpeg-0.9.0.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/gqmpeg/gqmpeg-0.9.0.ebuild,v 1.1 2001/12/09 18:54:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gqmpeg/gqmpeg-0.9.0.ebuild,v 1.2 2002/05/23 06:50:13 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="front end to various audio players, including mpg123" SRC_URI="http://prdownloads.sourceforge.net/gqmpeg/${P}.tar.gz" HOMEPAGE="http://gqmpeg.sourceforge.net/" -DEPEND=">=x11-libs/gtk+-1.2.10-r4 +DEPEND="=x11-libs/gtk+-1.2* >=media-libs/gdk-pixbuf-0.13.0" src_compile() { |