diff options
author | Joseph Jezak <josejx@gentoo.org> | 2004-11-01 08:05:45 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2004-11-01 08:05:45 +0000 |
commit | 66532e48896a9169eaad38f87abb3a2a84a9d911 (patch) | |
tree | 47e86478ea1c57ef6b5084565b2cb600093d721b /games-action | |
parent | Marked stable on mips. (diff) | |
download | historical-66532e48896a9169eaad38f87abb3a2a84a9d911.tar.gz historical-66532e48896a9169eaad38f87abb3a2a84a9d911.tar.bz2 historical-66532e48896a9169eaad38f87abb3a2a84a9d911.zip |
Added ~ppc keyword.
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/dungeon/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/dungeon/Manifest | 4 | ||||
-rw-r--r-- | games-action/dungeon/dungeon-3.2.3.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/games-action/dungeon/ChangeLog b/games-action/dungeon/ChangeLog index 2f787c3010f4..2a2dd648f7a2 100644 --- a/games-action/dungeon/ChangeLog +++ b/games-action/dungeon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/dungeon # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/dungeon/ChangeLog,v 1.4 2004/06/24 21:54:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/dungeon/ChangeLog,v 1.5 2004/11/01 08:05:45 josejx Exp $ + + 01 Nov 2004; Joseph Jezak <josejx@gentoo.org> dungeon-3.2.3.ebuild: + Added ~ppc keyword. 06 May 2004; Michael Sterrett <mr_bones_@gentoo.org> dungeon-3.2.3.ebuild: don't rdepend on sed; error check emake; tidy diff --git a/games-action/dungeon/Manifest b/games-action/dungeon/Manifest index 2f29607ac238..92239b6a3ed0 100644 --- a/games-action/dungeon/Manifest +++ b/games-action/dungeon/Manifest @@ -1,5 +1,5 @@ -MD5 fe4459afec1f77af6cef6fab008a2fee ChangeLog 526 -MD5 e611b1ce01f9dd1077d7a407a18ff5bc dungeon-3.2.3.ebuild 1156 +MD5 7499dc6f64742870259ae8cf2f37bb90 ChangeLog 617 +MD5 7ee852337b53835fcad3cc876d6f4dbe dungeon-3.2.3.ebuild 1158 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 dacd3331c5237e5969c7af30b21c0efd files/digest-dungeon-3.2.3 69 MD5 83d60b8270358676653aa6a81fda0efa files/dungeon.6 8276 diff --git a/games-action/dungeon/dungeon-3.2.3.ebuild b/games-action/dungeon/dungeon-3.2.3.ebuild index 889764ffb750..1d3dd1406fa9 100644 --- a/games-action/dungeon/dungeon-3.2.3.ebuild +++ b/games-action/dungeon/dungeon-3.2.3.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-action/dungeon/dungeon-3.2.3.ebuild,v 1.5 2004/06/30 02:32:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/dungeon/dungeon-3.2.3.ebuild,v 1.6 2004/11/01 08:05:45 josejx Exp $ inherit games @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.ibiblio.org/pub/Linux/games/textrpg/${P}.src.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~ppc" IUSE="" RDEPEND="virtual/libc" |