diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 21:24:02 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 21:24:02 +0000 |
commit | 07fd1d8ecd9a917313e53982a9ed2d24a23be199 (patch) | |
tree | 02c0e3b1eba605be75cf41cc480a4cb67955b3e1 /x11-plugins/wmfortune | |
parent | Mark 1.89 stable on alpha (diff) | |
download | historical-07fd1d8ecd9a917313e53982a9ed2d24a23be199.tar.gz historical-07fd1d8ecd9a917313e53982a9ed2d24a23be199.tar.bz2 historical-07fd1d8ecd9a917313e53982a9ed2d24a23be199.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-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 |