diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2007-11-20 17:26:08 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2007-11-20 17:26:08 +0000 |
commit | 4297247a3056da5a34ce5f4a06161f1e5e9ec78b (patch) | |
tree | 0626cbaddc6571d8debf0968235694b6c55da0a1 /games-strategy | |
parent | Add ~sparc and allow for ftjam as well as jam (builds and works with (diff) | |
download | gentoo-2-4297247a3056da5a34ce5f4a06161f1e5e9ec78b.tar.gz gentoo-2-4297247a3056da5a34ce5f4a06161f1e5e9ec78b.tar.bz2 gentoo-2-4297247a3056da5a34ce5f4a06161f1e5e9ec78b.zip |
Allow for ftjam (part of Bug #188194).
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/netpanzer/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/netpanzer/netpanzer-0.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/netpanzer/ChangeLog b/games-strategy/netpanzer/ChangeLog index b632411d5056..91955c677c2d 100644 --- a/games-strategy/netpanzer/ChangeLog +++ b/games-strategy/netpanzer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/netpanzer # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/netpanzer/ChangeLog,v 1.25 2007/10/08 02:03:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/netpanzer/ChangeLog,v 1.26 2007/11/20 17:26:08 fmccor Exp $ + + 20 Nov 2007; Ferris McCormick <fmccor@gentoo.org> netpanzer-0.8.2.ebuild: + Allow for ftjam (part of Bug #188194). *netpanzer-0.8.2 (08 Oct 2007) diff --git a/games-strategy/netpanzer/netpanzer-0.8.2.ebuild b/games-strategy/netpanzer/netpanzer-0.8.2.ebuild index bf2fcd648cea..c6cfc0dbde00 100644 --- a/games-strategy/netpanzer/netpanzer-0.8.2.ebuild +++ b/games-strategy/netpanzer/netpanzer-0.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/netpanzer/netpanzer-0.8.2.ebuild,v 1.1 2007/10/08 02:03:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/netpanzer/netpanzer-0.8.2.ebuild,v 1.2 2007/11/20 17:26:08 fmccor Exp $ inherit eutils games @@ -21,7 +21,7 @@ RDEPEND="dedicated? ( app-misc/screen ) media-libs/sdl-image dev-games/physfs" DEPEND="${RDEPEND} - dev-util/jam" + || ( dev-util/ftjam dev-util/jam )" src_compile() { egamesconf || die |