diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-12-21 12:14:16 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-12-21 12:14:16 +0000 |
commit | 230e5b4309393d8c545d20af7d055483c03767dd (patch) | |
tree | 3f58ff8192cb59383fe0ccc732ad495bb8d38773 /games-mud/powwow | |
parent | Version bump. Fixed HOMEPAGE and SRC_URI. Added keywords ~amd64. (diff) | |
download | historical-230e5b4309393d8c545d20af7d055483c03767dd.tar.gz historical-230e5b4309393d8c545d20af7d055483c03767dd.tar.bz2 historical-230e5b4309393d8c545d20af7d055483c03767dd.zip |
keywords ~amd64.
Diffstat (limited to 'games-mud/powwow')
-rw-r--r-- | games-mud/powwow/ChangeLog | 5 | ||||
-rw-r--r-- | games-mud/powwow/powwow-1.2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-mud/powwow/ChangeLog b/games-mud/powwow/ChangeLog index 985bb97b3e10..2dd75457b0aa 100644 --- a/games-mud/powwow/ChangeLog +++ b/games-mud/powwow/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-mud/powwow # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/powwow/ChangeLog,v 1.2 2004/08/30 23:28:37 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/powwow/ChangeLog,v 1.3 2004/12/21 12:12:04 absinthe Exp $ + + 21 Dec 2004; Dylan Carlson <absinthe@gentoo.org> powwow-1.2.5.ebuild: + keywords ~amd64. 31 Aug 2004; David Holm <dholm@gentoo.org> powwow-1.2.5.ebuild: Added to ~ppc. diff --git a/games-mud/powwow/powwow-1.2.5.ebuild b/games-mud/powwow/powwow-1.2.5.ebuild index f5af9457c07d..723978718b3e 100644 --- a/games-mud/powwow/powwow-1.2.5.ebuild +++ b/games-mud/powwow/powwow-1.2.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-mud/powwow/powwow-1.2.5.ebuild,v 1.2 2004/08/30 23:28:37 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/powwow/powwow-1.2.5.ebuild,v 1.3 2004/12/21 12:12:04 absinthe Exp $ inherit gcc eutils games @@ -10,7 +10,7 @@ SRC_URI="http://linuz.sns.it/~max/powwow/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND=">=sys-libs/ncurses-5.2" |