diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 21:06:41 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 21:06:41 +0000 |
commit | 13d9c3f96a2284b35254726f82345a943d68f0ed (patch) | |
tree | aefc62f25cad8d9276f469b87bb66d21495d0145 /x11-plugins/wmwave | |
parent | Mark 2.30 stable on alpha (diff) | |
download | gentoo-2-13d9c3f96a2284b35254726f82345a943d68f0ed.tar.gz gentoo-2-13d9c3f96a2284b35254726f82345a943d68f0ed.tar.bz2 gentoo-2-13d9c3f96a2284b35254726f82345a943d68f0ed.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmwave')
-rw-r--r-- | x11-plugins/wmwave/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmwave/wmwave-0.4.ebuild | 13 |
2 files changed, 15 insertions, 5 deletions
diff --git a/x11-plugins/wmwave/ChangeLog b/x11-plugins/wmwave/ChangeLog index e7e0d78b158d..25ab2c1efb03 100644 --- a/x11-plugins/wmwave/ChangeLog +++ b/x11-plugins/wmwave/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmwave -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmwave/ChangeLog,v 1.6 2005/11/11 11:36:29 s4t4n Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmwave/ChangeLog,v 1.7 2006/01/31 21:06:41 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmwave-0.4.ebuild: + Fixed DEPEND for modular X. 11 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmwave-0.4.ebuild: removed COPYING from dodoc. diff --git a/x11-plugins/wmwave/wmwave-0.4.ebuild b/x11-plugins/wmwave/wmwave-0.4.ebuild index 8f6ef501b697..03f37610354d 100644 --- a/x11-plugins/wmwave/wmwave-0.4.ebuild +++ b/x11-plugins/wmwave/wmwave-0.4.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/wmwave/wmwave-0.4.ebuild,v 1.7 2005/11/11 11:36:29 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmwave/wmwave-0.4.ebuild,v 1.8 2006/01/31 21:06:41 nelchael Exp $ IUSE="" S="${WORKDIR}/wmwave" @@ -9,9 +9,16 @@ DESCRIPTION="wmwave is a dockapp that displays quality, link, level and noise of SRC_URI="mirror://sourceforge/wmwave/${PN}-0-4.tgz" HOMEPAGE="http://wmwave.sourceforge.net/" LICENSE="GPL-2" -DEPEND="virtual/x11" SLOT="0" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" + src_compile() { emake FLAGS="${CFLAGS}" || die "Compilation failed" } |