summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-02-01 22:58:41 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-02-01 22:58:41 +0000
commitf1063d665f494a72d75f9331d15b50541b78ece9 (patch)
tree30f4beb9296cb89ed86a78de49aad07da8188f44 /x11-plugins/wmmp3/wmmp3-0.12.ebuild
parentAdded ~amd64 keyword. (diff)
downloadhistorical-f1063d665f494a72d75f9331d15b50541b78ece9.tar.gz
historical-f1063d665f494a72d75f9331d15b50541b78ece9.tar.bz2
historical-f1063d665f494a72d75f9331d15b50541b78ece9.zip
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'x11-plugins/wmmp3/wmmp3-0.12.ebuild')
-rw-r--r--x11-plugins/wmmp3/wmmp3-0.12.ebuild12
1 files changed, 9 insertions, 3 deletions
diff --git a/x11-plugins/wmmp3/wmmp3-0.12.ebuild b/x11-plugins/wmmp3/wmmp3-0.12.ebuild
index 78ca25634d77..bb01ee5c5310 100644
--- a/x11-plugins/wmmp3/wmmp3-0.12.ebuild
+++ b/x11-plugins/wmmp3/wmmp3-0.12.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp3/wmmp3-0.12.ebuild,v 1.8 2005/11/11 09:31:14 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp3/wmmp3-0.12.ebuild,v 1.9 2006/02/01 22:58:41 nelchael Exp $
inherit eutils
@@ -14,7 +14,13 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ppc ~sparc x86"
-DEPEND="virtual/x11
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( x11-proto/xextproto virtual/x11 )
>=media-sound/mpg123-0.59s-r2"
src_unpack()