diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-02-11 15:33:11 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-02-11 15:33:11 +0000 |
commit | 44679566eba3eab09fc1fa4028de7e3977381d87 (patch) | |
tree | 3bacb719001920041806a2554848d297c949eb51 /x11-misc | |
parent | rman is in app-text, not x11-misc! (Ulrich Mueller) (diff) | |
download | gentoo-2-44679566eba3eab09fc1fa4028de7e3977381d87.tar.gz gentoo-2-44679566eba3eab09fc1fa4028de7e3977381d87.tar.bz2 gentoo-2-44679566eba3eab09fc1fa4028de7e3977381d87.zip |
Add modular X dependencies (bug #121130, Moshe Kaminsky).
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xdesktopwaves/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xdesktopwaves/xdesktopwaves-1.3.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/x11-misc/xdesktopwaves/ChangeLog b/x11-misc/xdesktopwaves/ChangeLog index 2501d5bb99d2..4de680987799 100644 --- a/x11-misc/xdesktopwaves/ChangeLog +++ b/x11-misc/xdesktopwaves/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xdesktopwaves -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdesktopwaves/ChangeLog,v 1.5 2004/12/20 08:06:41 dholm Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdesktopwaves/ChangeLog,v 1.6 2006/02/11 15:33:11 joshuabaergen Exp $ + + 11 Feb 2006; Joshua Baergen <joshuabaergen@gentoo.org> + xdesktopwaves-1.3.ebuild: + Add modular X dependencies (bug #121130, Moshe Kaminsky). *xdesktopwaves-1.3 (20 Dec 2004) diff --git a/x11-misc/xdesktopwaves/xdesktopwaves-1.3.ebuild b/x11-misc/xdesktopwaves/xdesktopwaves-1.3.ebuild index b63b06394014..fbebdba36ef2 100644 --- a/x11-misc/xdesktopwaves/xdesktopwaves-1.3.ebuild +++ b/x11-misc/xdesktopwaves/xdesktopwaves-1.3.ebuild @@ -1,13 +1,15 @@ -# 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/x11-misc/xdesktopwaves/xdesktopwaves-1.3.ebuild,v 1.1 2004/12/20 08:06:41 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdesktopwaves/xdesktopwaves-1.3.ebuild,v 1.2 2006/02/11 15:33:11 joshuabaergen Exp $ inherit eutils DESCRIPTION="A cellular automata setting the background of your X Windows desktop under water" HOMEPAGE="http://xdesktopwaves.sourceforge.net/" LICENSE="GPL-2" -DEPEND="virtual/x11" +RDEPEND="|| ( x11-libs/libXext virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" SLOT="0" KEYWORDS="~ppc ~x86 ~amd64" |