diff options
author | Joseph Jezak <josejx@gentoo.org> | 2007-01-14 08:36:24 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2007-01-14 08:36:24 +0000 |
commit | 0e429988d2db74edddcf523abb6af7039cf02904 (patch) | |
tree | aa9dcd8bc68120fae8c1b79d43c3328da44152f3 /games-strategy/warzone2100 | |
parent | Fix building without the caps USE flag, #159488. (diff) | |
download | gentoo-2-0e429988d2db74edddcf523abb6af7039cf02904.tar.gz gentoo-2-0e429988d2db74edddcf523abb6af7039cf02904.tar.bz2 gentoo-2-0e429988d2db74edddcf523abb6af7039cf02904.zip |
Marked ~ppc for bug #161017.
(Portage version: 2.1.2_rc4-r7)
Diffstat (limited to 'games-strategy/warzone2100')
-rw-r--r-- | games-strategy/warzone2100/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/warzone2100/warzone2100-2.0.5.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-strategy/warzone2100/ChangeLog b/games-strategy/warzone2100/ChangeLog index e699a90fc752..a0d1e8afc1fc 100644 --- a/games-strategy/warzone2100/ChangeLog +++ b/games-strategy/warzone2100/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/warzone2100 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.12 2006/12/25 06:41:05 nyhm Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.13 2007/01/14 08:36:24 josejx Exp $ + + 14 Jan 2007; Joseph Jezak <josejx@gentoo.org> warzone2100-2.0.5.ebuild: + Marked ~ppc for bug #161017. *warzone2100-2.0.5 (25 Dec 2006) diff --git a/games-strategy/warzone2100/warzone2100-2.0.5.ebuild b/games-strategy/warzone2100/warzone2100-2.0.5.ebuild index af1df02e7a4c..421babe45515 100644 --- a/games-strategy/warzone2100/warzone2100-2.0.5.ebuild +++ b/games-strategy/warzone2100/warzone2100-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.0.5.ebuild,v 1.2 2007/01/04 23:40:43 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.0.5.ebuild,v 1.3 2007/01/14 08:36:24 josejx Exp $ WANT_AUTOCONF=latest WANT_AUTOMAKE=latest @@ -13,7 +13,7 @@ SRC_URI="http://download.gna.org/warzone/releases/${MY_PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~ppc ~x86" # upstream requested debug support IUSE="debug mp3" |