diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-07-27 11:23:50 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-07-27 11:23:50 +0000 |
commit | 4f328eea6704f5d220cde61be792ebdad5c071bd (patch) | |
tree | 377fd93e835d69c2c88be2ef8ff1b7f6c8c7933c /games-action/koth | |
parent | Keyworded ~x86-fbsd (diff) | |
download | gentoo-2-4f328eea6704f5d220cde61be792ebdad5c071bd.tar.gz gentoo-2-4f328eea6704f5d220cde61be792ebdad5c071bd.tar.bz2 gentoo-2-4f328eea6704f5d220cde61be792ebdad5c071bd.zip |
Keyworded ~x86-fbsd
(Portage version: 2.1.2.9)
Diffstat (limited to 'games-action/koth')
-rw-r--r-- | games-action/koth/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/koth/koth-0.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-action/koth/ChangeLog b/games-action/koth/ChangeLog index 8ac255253622..85a88894f40a 100644 --- a/games-action/koth/ChangeLog +++ b/games-action/koth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/koth # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/koth/ChangeLog,v 1.13 2007/06/13 16:22:28 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/koth/ChangeLog,v 1.14 2007/07/27 11:23:50 uberlord Exp $ + + 27 Jul 2007; Roy Marples <uberlord@gentoo.org> koth-0.8.0.ebuild: + Keyworded ~x86-fbsd 13 Jun 2007; Tristan Heaven <nyhm@gentoo.org> koth-0.8.0.ebuild: Install cfg into GAMES_SYSCONFDIR; compile fix for new libggi version diff --git a/games-action/koth/koth-0.8.0.ebuild b/games-action/koth/koth-0.8.0.ebuild index 9297a2d1dfdf..c5db37aec49f 100644 --- a/games-action/koth/koth-0.8.0.ebuild +++ b/games-action/koth/koth-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation and Arcady Genkin <agenkin@thpoon.com> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/koth/koth-0.8.0.ebuild,v 1.14 2007/06/13 16:22:28 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/koth/koth-0.8.0.ebuild,v 1.15 2007/07/27 11:23:50 uberlord Exp $ inherit eutils games @@ -10,7 +10,7 @@ SRC_URI="http://savannah.nongnu.org/download/${PN}/default.pkg/${PV}/${P}.tar.bz LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ppc x86" +KEYWORDS="alpha amd64 ppc x86 ~x86-fbsd" IUSE="" DEPEND="media-libs/libggi" |