diff options
author | 2006-01-13 22:02:32 +0000 | |
---|---|---|
committer | 2006-01-13 22:02:32 +0000 | |
commit | 11b3dd001539a5738d6d2627011348c28ac5af86 (patch) | |
tree | ead77e16d2cd985dd38ae77a74ec532f3db8ae43 /games-arcade/xjump | |
parent | ppc stable, bug #118362 (diff) | |
download | gentoo-2-11b3dd001539a5738d6d2627011348c28ac5af86.tar.gz gentoo-2-11b3dd001539a5738d6d2627011348c28ac5af86.tar.bz2 gentoo-2-11b3dd001539a5738d6d2627011348c28ac5af86.zip |
Add modular depends
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'games-arcade/xjump')
-rw-r--r-- | games-arcade/xjump/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/xjump/xjump-2.7.5.ebuild | 24 |
2 files changed, 26 insertions, 5 deletions
diff --git a/games-arcade/xjump/ChangeLog b/games-arcade/xjump/ChangeLog index 95dbd9b583e9..978a33ff30b1 100644 --- a/games-arcade/xjump/ChangeLog +++ b/games-arcade/xjump/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/xjump -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xjump/ChangeLog,v 1.4 2005/12/17 15:46:12 metalgod Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xjump/ChangeLog,v 1.5 2006/01/13 22:01:57 genstef Exp $ + + 13 Jan 2006; Stefan Schweizer <genstef@gentoo.org> xjump-2.7.5.ebuild: + Add modular depends 17 Dec 2005; Luis Medinas <metalgod@gentoo.org> xjump-2.7.5.ebuild: Added ~amd64 keyword. Closes bug #115373. diff --git a/games-arcade/xjump/xjump-2.7.5.ebuild b/games-arcade/xjump/xjump-2.7.5.ebuild index 8b65025cf752..ca62c9debd52 100644 --- a/games-arcade/xjump/xjump-2.7.5.ebuild +++ b/games-arcade/xjump/xjump-2.7.5.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/games-arcade/xjump/xjump-2.7.5.ebuild,v 1.4 2005/12/17 15:46:12 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xjump/xjump-2.7.5.ebuild,v 1.5 2006/01/13 22:01:57 genstef Exp $ inherit eutils games @@ -15,7 +15,25 @@ SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="" -DEPEND="virtual/x11" +DEPEND="|| ( + ( x11-libs/libX11 + x11-libs/libXaw + x11-libs/libXpm + x11-libs/libXt + x11-proto/xproto ) + virtual/x11 + )" + +RDEPEND="|| ( + ( x11-libs/libX11 + x11-libs/libXaw + x11-libs/libXext + x11-libs/libXmu + x11-libs/libXpm + x11-libs/libXt ) + virtual/x11 + )" + S=${WORKDIR}/${P}.orig |