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 | b309b1841d8fb38620c9c4359777b102bca86758 (patch) | |
tree | b6a233f1b48b82c5f40f9eb2554f22d59ebd09ff /games-action/dungeon | |
parent | Marked stable on mips. (Manifest recommit) (diff) | |
download | gentoo-2-b309b1841d8fb38620c9c4359777b102bca86758.tar.gz gentoo-2-b309b1841d8fb38620c9c4359777b102bca86758.tar.bz2 gentoo-2-b309b1841d8fb38620c9c4359777b102bca86758.zip |
Added ~ppc keyword.
Diffstat (limited to 'games-action/dungeon')
-rw-r--r-- | games-action/dungeon/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/dungeon/dungeon-3.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 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/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" |