diff options
author | Bartosch Pixa <darkspecter@gentoo.org> | 2004-01-16 21:26:55 +0000 |
---|---|---|
committer | Bartosch Pixa <darkspecter@gentoo.org> | 2004-01-16 21:26:55 +0000 |
commit | a33650fb98c1e82b9beddf020f1606972162b144 (patch) | |
tree | 389d1870821a89d7474761b0dd504123ec0446af | |
parent | set ppc in keywords (diff) | |
download | historical-a33650fb98c1e82b9beddf020f1606972162b144.tar.gz historical-a33650fb98c1e82b9beddf020f1606972162b144.tar.bz2 historical-a33650fb98c1e82b9beddf020f1606972162b144.zip |
set ppc in keywords
-rw-r--r-- | games-strategy/wesnoth/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-0.6.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog index ee42bab4bdc5..f46a34d8ba03 100644 --- a/games-strategy/wesnoth/ChangeLog +++ b/games-strategy/wesnoth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/wesnoth -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.6 2004/01/03 23:36:44 vapier Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.7 2004/01/16 21:26:55 darkspecter Exp $ + + 16 Jan 2004; Bartosch Pixa <darkspecter@gentoo.org> wesnoth-0.6.1.ebuild: + set ppc in keywords *wesnoth-0.6.1 (03 Jan 2004) diff --git a/games-strategy/wesnoth/wesnoth-0.6.1.ebuild b/games-strategy/wesnoth/wesnoth-0.6.1.ebuild index 42473fd00bcc..df01d258724e 100644 --- a/games-strategy/wesnoth/wesnoth-0.6.1.ebuild +++ b/games-strategy/wesnoth/wesnoth-0.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.6.1.ebuild,v 1.1 2004/01/03 23:36:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.6.1.ebuild,v 1.2 2004/01/16 21:26:55 darkspecter Exp $ inherit games @@ -10,7 +10,7 @@ SRC_URI="http://www.wesnoth.org/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 amd64" +KEYWORDS="x86 amd64 ppc" IUSE="server editor tools" DEPEND=">=media-libs/libsdl-1.2 |