diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-23 09:31:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-23 09:31:56 +0000 |
commit | 3f27698d2f6f19e8efb6cec70ab8a639d00e841f (patch) | |
tree | 2b3c4380df60c60bdceb8f4af138d17fda5b9faf | |
parent | clean older ebuild (Manifest recommit) (diff) | |
download | gentoo-2-3f27698d2f6f19e8efb6cec70ab8a639d00e841f.tar.gz gentoo-2-3f27698d2f6f19e8efb6cec70ab8a639d00e841f.tar.bz2 gentoo-2-3f27698d2f6f19e8efb6cec70ab8a639d00e841f.zip |
restore missing ~amd64 keyword
-rw-r--r-- | games-roguelike/angband/ChangeLog | 5 | ||||
-rw-r--r-- | games-roguelike/angband/angband-3.0.5.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-roguelike/angband/ChangeLog b/games-roguelike/angband/ChangeLog index 5442ff75bc77..9dfca09ecb93 100644 --- a/games-roguelike/angband/ChangeLog +++ b/games-roguelike/angband/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-roguelike/angband # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v 1.8 2004/06/24 23:12:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v 1.9 2004/09/23 09:31:56 mr_bones_ Exp $ + + 23 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> angband-3.0.5.ebuild: + restore missing ~amd64 keyword *angband-3.0.5 (06 Jun 2004) diff --git a/games-roguelike/angband/angband-3.0.5.ebuild b/games-roguelike/angband/angband-3.0.5.ebuild index ad071d60c23f..436c70dc03a6 100644 --- a/games-roguelike/angband/angband-3.0.5.ebuild +++ b/games-roguelike/angband/angband-3.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.0.5.ebuild,v 1.3 2004/07/01 05:21:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.0.5.ebuild,v 1.4 2004/09/23 09:31:56 mr_bones_ Exp $ inherit games @@ -10,7 +10,7 @@ SRC_URI="ftp://clockwork.dementia.org/${PN}/Source/${P}.tar.gz" LICENSE="Moria" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc ~amd64" IUSE="X gtk" RDEPEND="virtual/libc @@ -26,7 +26,7 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -i \ -e "s:/games/:/:" configure \ || die "sed configure failed" |