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
commit230678cd336a1f0faf1a7de8282bc4e915a63db4 (patch)
treeb23722de4c3d1f480906d3a4ce50f14b26a6541e /x11-plugins/wmmp3
parentAdded ~amd64 keyword. (diff)
downloadgentoo-2-230678cd336a1f0faf1a7de8282bc4e915a63db4.tar.gz
gentoo-2-230678cd336a1f0faf1a7de8282bc4e915a63db4.tar.bz2
gentoo-2-230678cd336a1f0faf1a7de8282bc4e915a63db4.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmmp3')
-rw-r--r--x11-plugins/wmmp3/ChangeLog7
-rw-r--r--x11-plugins/wmmp3/wmmp3-0.12.ebuild12
2 files changed, 14 insertions, 5 deletions
diff --git a/x11-plugins/wmmp3/ChangeLog b/x11-plugins/wmmp3/ChangeLog
index 6563845808b4..fdce55f6fbba 100644
--- a/x11-plugins/wmmp3/ChangeLog
+++ b/x11-plugins/wmmp3/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmmp3
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp3/ChangeLog,v 1.8 2005/11/11 09:31:14 s4t4n Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp3/ChangeLog,v 1.9 2006/02/01 22:58:41 nelchael Exp $
+
+ 01 Feb 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmmp3-0.12.ebuild:
+ Fixed DEPEND for modular X.
11 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmmp3-0.12.ebuild:
Remvoed COPYING from dodoc.
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()