diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-11-21 03:42:37 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-11-21 03:42:37 +0000 |
commit | 1bd9e8b8474c52fc98dbd19725595a2d08627911 (patch) | |
tree | 42aa80b6848ae7c335900ea3bba76f95cd8528a5 /games-engines/gargoyle | |
parent | Allow building with ftjam for bug #188194 (diff) | |
download | gentoo-2-1bd9e8b8474c52fc98dbd19725595a2d08627911.tar.gz gentoo-2-1bd9e8b8474c52fc98dbd19725595a2d08627911.tar.bz2 gentoo-2-1bd9e8b8474c52fc98dbd19725595a2d08627911.zip |
Allow building with ftjam for bug #188194
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-engines/gargoyle')
-rw-r--r-- | games-engines/gargoyle/ChangeLog | 7 | ||||
-rw-r--r-- | games-engines/gargoyle/gargoyle-20060917-r1.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-engines/gargoyle/ChangeLog b/games-engines/gargoyle/ChangeLog index 7164622fa2b6..ed428387dcf0 100644 --- a/games-engines/gargoyle/ChangeLog +++ b/games-engines/gargoyle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/gargoyle -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.7 2007/04/27 15:37:51 s4t4n Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.8 2007/11/21 03:42:37 dirtyepic Exp $ + + 21 Nov 2007; Ryan Hill <dirtyepic@gentoo.org> gargoyle-20060917-r1.ebuild: + Allow building with ftjam for bug #188194 27 Apr 2007; Michele Noberasco <s4t4n@gentoo.org> gargoyle-20060917-r1.ebuild: Stable for x86. diff --git a/games-engines/gargoyle/gargoyle-20060917-r1.ebuild b/games-engines/gargoyle/gargoyle-20060917-r1.ebuild index 20abdcd5fdf2..614885acd761 100644 --- a/games-engines/gargoyle/gargoyle-20060917-r1.ebuild +++ b/games-engines/gargoyle/gargoyle-20060917-r1.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-engines/gargoyle/gargoyle-20060917-r1.ebuild,v 1.2 2007/04/27 15:37:51 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-20060917-r1.ebuild,v 1.3 2007/11/21 03:42:37 dirtyepic Exp $ inherit eutils @@ -26,7 +26,7 @@ RDEPEND=">=media-libs/freetype-2.1.9-r1 >=media-libs/sdl-mixer-1.2.7" DEPEND="${RDEPEND} - >=dev-util/jam-2.5-r3 + || ( >=dev-util/jam-2.5-r3 dev-util/ftjam ) app-arch/unzip" S=${WORKDIR}/${PN} |