diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:12:48 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:12:48 +0000 |
commit | 4b4888051bd43f070a501d0fa5e2cd039ea627b8 (patch) | |
tree | e9e6d7847fd36b8d653c27dd198cedea4fab6e19 /x11-plugins/wmpiki | |
parent | Mark 1.15 stable on alpha (diff) | |
download | gentoo-2-4b4888051bd43f070a501d0fa5e2cd039ea627b8.tar.gz gentoo-2-4b4888051bd43f070a501d0fa5e2cd039ea627b8.tar.bz2 gentoo-2-4b4888051bd43f070a501d0fa5e2cd039ea627b8.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmpiki')
-rw-r--r-- | x11-plugins/wmpiki/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmpiki/wmpiki-0.2.1.ebuild | 12 |
2 files changed, 14 insertions, 5 deletions
diff --git a/x11-plugins/wmpiki/ChangeLog b/x11-plugins/wmpiki/ChangeLog index d1195bd697ff..425d3631792d 100644 --- a/x11-plugins/wmpiki/ChangeLog +++ b/x11-plugins/wmpiki/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmpiki -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpiki/ChangeLog,v 1.5 2004/11/25 05:36:06 weeve Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpiki/ChangeLog,v 1.6 2006/01/31 20:12:48 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmpiki-0.2.1.ebuild: + Fixed DEPEND for modular X. 24 Nov 2004; Jason Wever <weeve@gentoo.org> wmpiki-0.2.1.ebuild: Added ~sparc keyword. diff --git a/x11-plugins/wmpiki/wmpiki-0.2.1.ebuild b/x11-plugins/wmpiki/wmpiki-0.2.1.ebuild index ec170119064a..c82db1da2fd0 100644 --- a/x11-plugins/wmpiki/wmpiki-0.2.1.ebuild +++ b/x11-plugins/wmpiki/wmpiki-0.2.1.ebuild @@ -1,6 +1,6 @@ -# 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-plugins/wmpiki/wmpiki-0.2.1.ebuild,v 1.5 2004/11/25 05:36:06 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpiki/wmpiki-0.2.1.ebuild,v 1.6 2006/01/31 20:12:48 nelchael Exp $ inherit eutils @@ -14,7 +14,13 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc ~sparc" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" src_compile() { |