diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-26 20:58:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-26 20:58:40 +0000 |
commit | c07537e9ef146a0b924591cb95f6b26eb72b5760 (patch) | |
tree | 772081da623f706231e45eae607bc494836b7732 /games-emulation/hatari | |
parent | Clean older version (diff) | |
download | historical-c07537e9ef146a0b924591cb95f6b26eb72b5760.tar.gz historical-c07537e9ef146a0b924591cb95f6b26eb72b5760.tar.bz2 historical-c07537e9ef146a0b924591cb95f6b26eb72b5760.zip |
IUSE
Diffstat (limited to 'games-emulation/hatari')
-rw-r--r-- | games-emulation/hatari/Manifest | 2 | ||||
-rw-r--r-- | games-emulation/hatari/hatari-0.45.ebuild | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/games-emulation/hatari/Manifest b/games-emulation/hatari/Manifest index 9a1356f75276..7f1107006baa 100644 --- a/games-emulation/hatari/Manifest +++ b/games-emulation/hatari/Manifest @@ -1,4 +1,4 @@ MD5 72dc4c054eb8d41841103693a6ee69ed ChangeLog 1341 MD5 95e2b5bfd7767aeae061c77f7e1a055e metadata.xml 221 -MD5 e3900afa53fea4fd0528d2c51f1cc882 hatari-0.45.ebuild 1505 +MD5 6cd60146d98c841c67be1782e12e6e99 hatari-0.45.ebuild 1512 MD5 805ba6098c50b3ada3ee70778d225fc3 files/digest-hatari-0.45 63 diff --git a/games-emulation/hatari/hatari-0.45.ebuild b/games-emulation/hatari/hatari-0.45.ebuild index e2aaae6ea806..c0df56e48e12 100644 --- a/games-emulation/hatari/hatari-0.45.ebuild +++ b/games-emulation/hatari/hatari-0.45.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-0.45.ebuild,v 1.4 2004/05/26 20:57:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-0.45.ebuild,v 1.5 2004/05/26 20:58:40 mr_bones_ Exp $ inherit games @@ -11,6 +11,7 @@ SRC_URI="mirror://sourceforge/hatari/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" +IUSE="" RDEPEND="games-emulation/emutos media-libs/libsdl @@ -24,8 +25,8 @@ src_unpack() { sed -i \ -e "/^CFLAGS/ s:-O3.*:${CFLAGS}:" \ - -e "/^DATADIR/ s:=.*:= ${GAMES_DATADIR}/${PN}:" Makefile.cnf || \ - die "sed Makefile.cnf failed" + -e "/^DATADIR/ s:=.*:= ${GAMES_DATADIR}/${PN}:" Makefile.cnf \ + || die "sed Makefile.cnf failed" } src_compile() { |