diff options
author | 2004-12-21 14:30:09 +0000 | |
---|---|---|
committer | 2004-12-21 14:30:09 +0000 | |
commit | cca642eeac9c06f8d6369feb1e759fce1fcd1842 (patch) | |
tree | a9d8ce99da4e24476a9f9e681efe0cc6d8d2a6ce /games-arcade/stardork | |
parent | bug 64934 (Manifest recommit) (diff) | |
download | gentoo-2-cca642eeac9c06f8d6369feb1e759fce1fcd1842.tar.gz gentoo-2-cca642eeac9c06f8d6369feb1e759fce1fcd1842.tar.bz2 gentoo-2-cca642eeac9c06f8d6369feb1e759fce1fcd1842.zip |
added ~ppc64
Diffstat (limited to 'games-arcade/stardork')
-rw-r--r-- | games-arcade/stardork/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/stardork/stardork-0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-arcade/stardork/ChangeLog b/games-arcade/stardork/ChangeLog index 1a48b7da0bc8..46534f051ed0 100644 --- a/games-arcade/stardork/ChangeLog +++ b/games-arcade/stardork/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/stardork # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/stardork/ChangeLog,v 1.4 2004/12/19 14:01:45 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/stardork/ChangeLog,v 1.5 2004/12/21 14:30:09 nigoro Exp $ + + 21 Dec 2004; Yuta SATOH <nigoro@gentoo.org> stardork-0.6.ebuild: + added ~ppc64 19 Dec 2004; Joseph Jezak <josejx@gentoo.org> stardork-0.6.ebuild: Marked ~ppc. diff --git a/games-arcade/stardork/stardork-0.6.ebuild b/games-arcade/stardork/stardork-0.6.ebuild index 4fac2c38fe87..dfcfc1a8996e 100644 --- a/games-arcade/stardork/stardork-0.6.ebuild +++ b/games-arcade/stardork/stardork-0.6.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-arcade/stardork/stardork-0.6.ebuild,v 1.3 2004/12/19 14:01:45 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/stardork/stardork-0.6.ebuild,v 1.4 2004/12/21 14:30:09 nigoro Exp $ inherit games @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ~ppc ~ppc64" IUSE="" DEPEND="sys-libs/ncurses" |