diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-11-21 04:09:20 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-11-21 04:09:20 +0000 |
commit | 05b15b08931c4a08638d348265a49eae474a70a6 (patch) | |
tree | 0398c8ad26e04df250180d225d8cc52875303ac6 /games-sports | |
parent | Also allow building <1.1.2 with ftjam for bug #188194 (diff) | |
download | gentoo-2-05b15b08931c4a08638d348265a49eae474a70a6.tar.gz gentoo-2-05b15b08931c4a08638d348265a49eae474a70a6.tar.bz2 gentoo-2-05b15b08931c4a08638d348265a49eae474a70a6.zip |
Allow building with ftjam for bug #188194
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/trigger/ChangeLog | 5 | ||||
-rw-r--r-- | games-sports/trigger/trigger-0.5.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-sports/trigger/ChangeLog b/games-sports/trigger/ChangeLog index 7742edfe92c5..358ac154c1b4 100644 --- a/games-sports/trigger/ChangeLog +++ b/games-sports/trigger/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-sports/trigger # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/trigger/ChangeLog,v 1.19 2007/03/12 15:39:27 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/trigger/ChangeLog,v 1.20 2007/11/21 04:09:20 dirtyepic Exp $ + + 21 Nov 2007; Ryan Hill <dirtyepic@gentoo.org> trigger-0.5.2.1.ebuild: + Allow building with ftjam for bug #188194 12 Mar 2007; Tristan Heaven <nyhm@gentoo.org> trigger-0.5.2.1.ebuild: Install menu entry, bug #160255 diff --git a/games-sports/trigger/trigger-0.5.2.1.ebuild b/games-sports/trigger/trigger-0.5.2.1.ebuild index 38c0678afeb3..7fb261ec136d 100644 --- a/games-sports/trigger/trigger-0.5.2.1.ebuild +++ b/games-sports/trigger/trigger-0.5.2.1.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-sports/trigger/trigger-0.5.2.1.ebuild,v 1.4 2007/03/12 15:39:27 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/trigger/trigger-0.5.2.1.ebuild,v 1.5 2007/11/21 04:09:20 dirtyepic Exp $ inherit eutils games @@ -24,7 +24,7 @@ RDEPEND="virtual/opengl media-libs/freealut dev-games/physfs" DEPEND="${RDEPEND} - dev-util/jam" + || ( dev-util/jam dev-util/ftjam )" S=${WORKDIR}/${P}-src |