diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 21:29:00 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 21:29:00 +0000 |
commit | adf02c0e27a6d774adbe6a12b29d6526b8bb1dd7 (patch) | |
tree | 8bfe8fb4767247427889c6b59973f7505a342698 /x11-plugins/wmfortune | |
parent | Mark 1.08 stable on alpha (diff) | |
download | gentoo-2-adf02c0e27a6d774adbe6a12b29d6526b8bb1dd7.tar.gz gentoo-2-adf02c0e27a6d774adbe6a12b29d6526b8bb1dd7.tar.bz2 gentoo-2-adf02c0e27a6d774adbe6a12b29d6526b8bb1dd7.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmfortune')
-rw-r--r-- | x11-plugins/wmfortune/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmfortune/wmfortune-0.241.ebuild | 17 |
2 files changed, 18 insertions, 6 deletions
diff --git a/x11-plugins/wmfortune/ChangeLog b/x11-plugins/wmfortune/ChangeLog index 5dfec6f010d1..be1233360ca0 100644 --- a/x11-plugins/wmfortune/ChangeLog +++ b/x11-plugins/wmfortune/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmfortune -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/ChangeLog,v 1.6 2004/11/24 05:39:48 weeve Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/ChangeLog,v 1.7 2006/01/31 21:24:02 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmfortune-0.241.ebuild: + Fixed DEPEND for modular X. 23 Nov 2004; Jason Wever <weeve@gentoo.org> wmfortune-0.241.ebuild: Added ~sparc keyword. diff --git a/x11-plugins/wmfortune/wmfortune-0.241.ebuild b/x11-plugins/wmfortune/wmfortune-0.241.ebuild index 104225aedf66..3c6f6af6f7aa 100644 --- a/x11-plugins/wmfortune/wmfortune-0.241.ebuild +++ b/x11-plugins/wmfortune/wmfortune-0.241.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/wmfortune/wmfortune-0.241.ebuild,v 1.9 2004/11/24 05:39:48 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild,v 1.10 2006/01/31 21:24:02 nelchael Exp $ IUSE="" DESCRIPTION="dock-app that shows fortune messages" @@ -11,8 +11,17 @@ LICENSE="GPL-1" SLOT="0" KEYWORDS="x86 amd64 ppc ~sparc" -DEPEND="games-misc/fortune-mod - virtual/x11" +RDEPEND="games-misc/fortune-mod + || ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 )" src_compile() { emake OPTIMIZE="${CFLAGS}" || die |