diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-15 13:21:01 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-15 13:21:01 +0000 |
commit | f6f74422cf7a5b70ce3dd9d13411dd303f21c84d (patch) | |
tree | 3f05a9f2032c2f87e8a4020f98e69bdb8f68c664 /media-sound/gqmpeg/gqmpeg-0.91.1.ebuild | |
parent | Stable on alpha wrt security bug #121511 (diff) | |
download | historical-f6f74422cf7a5b70ce3dd9d13411dd303f21c84d.tar.gz historical-f6f74422cf7a5b70ce3dd9d13411dd303f21c84d.tar.bz2 historical-f6f74422cf7a5b70ce3dd9d13411dd303f21c84d.zip |
Fix dependencies.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'media-sound/gqmpeg/gqmpeg-0.91.1.ebuild')
-rw-r--r-- | media-sound/gqmpeg/gqmpeg-0.91.1.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/media-sound/gqmpeg/gqmpeg-0.91.1.ebuild b/media-sound/gqmpeg/gqmpeg-0.91.1.ebuild index d36ae922a8a3..b59c43866f1e 100644 --- a/media-sound/gqmpeg/gqmpeg-0.91.1.ebuild +++ b/media-sound/gqmpeg/gqmpeg-0.91.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gqmpeg/gqmpeg-0.91.1.ebuild,v 1.1 2004/11/21 20:53:59 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gqmpeg/gqmpeg-0.91.1.ebuild,v 1.2 2006/02/15 13:21:01 flameeyes Exp $ IUSE="nls gnome" @@ -13,11 +13,13 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~alpha ~ppc ~sparc ~amd64 ~ppc64" -DEPEND=">=x11-libs/gtk+-2.4 +RDEPEND=">=x11-libs/gtk+-2.4 >=x11-libs/pango-1.2 >=media-sound/mpg123-0.59p - media-sound/vorbis-tools" -RDEPEND="nls? ( sys-devel/gettext )" + media-sound/vorbis-tools + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext )" src_compile() { local myconf |