diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-29 10:33:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-29 10:33:53 +0000 |
commit | 36b1dfe434fa975accd2814ef71f04b50f7a9194 (patch) | |
tree | 5cf27f0c7cc072a879d3dd461a5d29b1e111501a /games-emulation/mamory | |
parent | touchups (diff) | |
download | historical-36b1dfe434fa975accd2814ef71f04b50f7a9194.tar.gz historical-36b1dfe434fa975accd2814ef71f04b50f7a9194.tar.bz2 historical-36b1dfe434fa975accd2814ef71f04b50f7a9194.zip |
touchups
Diffstat (limited to 'games-emulation/mamory')
-rw-r--r-- | games-emulation/mamory/mamory-0.2.11.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-emulation/mamory/mamory-0.2.11.ebuild b/games-emulation/mamory/mamory-0.2.11.ebuild index b70881b2d1a6..401878408525 100644 --- a/games-emulation/mamory/mamory-0.2.11.ebuild +++ b/games-emulation/mamory/mamory-0.2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/mamory-0.2.11.ebuild,v 1.4 2004/02/29 10:33:53 vapier Exp $ inherit games @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/mamory/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~alpha ~hppa ~mips ~sparc" +KEYWORDS="x86" DEPEND="" RDEPEND="" @@ -22,8 +22,8 @@ src_compile() { src_install() { egamesinstall || die - mv ${D}/${GAMES_PREFIX}/include ${D}/usr/ - dodoc AUTHORS ChangeLog README TODO || die "dodoc failed" - dohtml DOCS/mamory.html || die "dohtml failed" + mv ${D}/${GAMES_PREFIX}/include ${D}/usr/ || die "mv failed" + dodoc AUTHORS ChangeLog README TODO + dohtml DOCS/mamory.html prepgamesdirs } |