diff options
author | Yuta Satoh <nigoro@gentoo.org> | 2004-12-30 11:14:39 +0000 |
---|---|---|
committer | Yuta Satoh <nigoro@gentoo.org> | 2004-12-30 11:14:39 +0000 |
commit | 243505f2ec250fa65707395a942effcf619644ed (patch) | |
tree | 07fc287b5a9743685b9d601cb3a46d5c5c234be5 /games-puzzle | |
parent | initial ebuild #75976 (Manifest recommit) (diff) | |
download | gentoo-2-243505f2ec250fa65707395a942effcf619644ed.tar.gz gentoo-2-243505f2ec250fa65707395a942effcf619644ed.tar.bz2 gentoo-2-243505f2ec250fa65707395a942effcf619644ed.zip |
added ~ppc64
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/braincurses/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/braincurses/braincurses-0.5a.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-puzzle/braincurses/ChangeLog b/games-puzzle/braincurses/ChangeLog index 2bfdfb89dc43..3e5b87320215 100644 --- a/games-puzzle/braincurses/ChangeLog +++ b/games-puzzle/braincurses/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/braincurses # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/braincurses/ChangeLog,v 1.1 2004/12/02 10:03:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/braincurses/ChangeLog,v 1.2 2004/12/30 11:14:39 nigoro Exp $ + + 30 Dec 2004; Yuta SATOH <nigoro@gentoo.org> braincurses-0.5a.ebuild: + added ~ppc64 *braincurses-0.5a (02 Dec 2004) diff --git a/games-puzzle/braincurses/braincurses-0.5a.ebuild b/games-puzzle/braincurses/braincurses-0.5a.ebuild index c703194fb75d..a9cb75698a71 100644 --- a/games-puzzle/braincurses/braincurses-0.5a.ebuild +++ b/games-puzzle/braincurses/braincurses-0.5a.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-puzzle/braincurses/braincurses-0.5a.ebuild,v 1.1 2004/12/02 10:03:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/braincurses/braincurses-0.5a.ebuild,v 1.2 2004/12/30 11:14:39 nigoro Exp $ inherit games @@ -10,7 +10,7 @@ SRC_URI="http://uhaweb.hartford.edu/hyland/derr/${P}.tar.gz" LICENSE="freedist" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~ppc64" IUSE="" DEPEND="sys-libs/ncurses" |