summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-09-23 09:31:56 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-09-23 09:31:56 +0000
commitf6be254f82f2db460b5357e7f1cf743598363f44 (patch)
treeb325cf5cfad82ba758938e693e0c8748be6cf4a1 /games-roguelike/angband
parentclean older ebuild (diff)
downloadhistorical-f6be254f82f2db460b5357e7f1cf743598363f44.tar.gz
historical-f6be254f82f2db460b5357e7f1cf743598363f44.tar.bz2
historical-f6be254f82f2db460b5357e7f1cf743598363f44.zip
restore missing ~amd64 keyword
Diffstat (limited to 'games-roguelike/angband')
-rw-r--r--games-roguelike/angband/ChangeLog5
-rw-r--r--games-roguelike/angband/Manifest4
-rw-r--r--games-roguelike/angband/angband-3.0.5.ebuild6
3 files changed, 9 insertions, 6 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/Manifest b/games-roguelike/angband/Manifest
index 9d521b6d4ecd..1da81032927d 100644
--- a/games-roguelike/angband/Manifest
+++ b/games-roguelike/angband/Manifest
@@ -1,6 +1,6 @@
-MD5 4d1c7d968eefc885b294c2830d3642d1 ChangeLog 1499
+MD5 8da51bb2bf2e6c8fbe3652b643ac7549 ChangeLog 1611
+MD5 1e34b22034c4078dd057e574200e7a0a angband-3.0.5.ebuild 1297
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
MD5 4a1e967bfd6a8bd5c945ecb8f5fde698 angband-3.0.3.ebuild 1153
-MD5 06c7d2c05d4cdc3523d8a31f3875cc3e angband-3.0.5.ebuild 1288
MD5 166bf6a071476d096a14cc12f5c634f9 files/digest-angband-3.0.3 66
MD5 664ca676ca11ddb5e8c75f01ed3d89cf files/digest-angband-3.0.5 66
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"