diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-22 11:24:46 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-22 11:24:46 +0000 |
commit | 77b55c0be5a290e5db0c457b651701dc6da31564 (patch) | |
tree | 7e917a3363bac18a2dc3b64ea695156495baea62 /x11-plugins/cputnik | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-77b55c0be5a290e5db0c457b651701dc6da31564.tar.gz gentoo-2-77b55c0be5a290e5db0c457b651701dc6da31564.tar.bz2 gentoo-2-77b55c0be5a290e5db0c457b651701dc6da31564.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-plugins/cputnik')
-rw-r--r-- | x11-plugins/cputnik/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/cputnik/cputnik-0.1.1.ebuild | 12 |
2 files changed, 14 insertions, 5 deletions
diff --git a/x11-plugins/cputnik/ChangeLog b/x11-plugins/cputnik/ChangeLog index 2480be4dd4bd..209688cff057 100644 --- a/x11-plugins/cputnik/ChangeLog +++ b/x11-plugins/cputnik/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/cputnik -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/cputnik/ChangeLog,v 1.3 2005/06/12 19:24:11 josejx Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/cputnik/ChangeLog,v 1.4 2006/01/22 11:24:46 nelchael Exp $ + + 22 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> cputnik-0.1.1.ebuild: + Fixed DEPEND for modular X. 12 Jun 2005; Joseph Jezak <josejx@gentoo.org> cputnik-0.1.1.ebuild: Marked ~ppc for bug #95345. Tested by nixnut. diff --git a/x11-plugins/cputnik/cputnik-0.1.1.ebuild b/x11-plugins/cputnik/cputnik-0.1.1.ebuild index bc1ee1375e0d..1c168ca46849 100644 --- a/x11-plugins/cputnik/cputnik-0.1.1.ebuild +++ b/x11-plugins/cputnik/cputnik-0.1.1.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/cputnik/cputnik-0.1.1.ebuild,v 1.4 2005/07/14 23:07:43 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/cputnik/cputnik-0.1.1.ebuild,v 1.5 2006/01/22 11:24:46 nelchael Exp $ IUSE="" @@ -12,7 +12,13 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~ppc x86" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" src_compile() { |