diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-12-10 17:58:06 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-12-10 17:58:06 +0000 |
commit | 495aaf180e829de9d6d8f4bda876407e8a5ee00c (patch) | |
tree | 14ad7a8aba776547e8936f4ba034f7c17aad85c7 /kde-base/killbots | |
parent | Fix executable name in man page and example script, and fix example script na... (diff) | |
download | historical-495aaf180e829de9d6d8f4bda876407e8a5ee00c.tar.gz historical-495aaf180e829de9d6d8f4bda876407e8a5ee00c.tar.bz2 historical-495aaf180e829de9d6d8f4bda876407e8a5ee00c.zip |
x86 stable, bug 292455
Package-Manager: portage-2.1.6.13/cvs/Linux i686
RepoMan-Options: --force
Diffstat (limited to 'kde-base/killbots')
-rw-r--r-- | kde-base/killbots/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/killbots/killbots-4.3.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/killbots/ChangeLog b/kde-base/killbots/ChangeLog index 653460879e4a..8cb31c40868e 100644 --- a/kde-base/killbots/ChangeLog +++ b/kde-base/killbots/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/killbots # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/killbots/ChangeLog,v 1.30 2009/12/05 05:07:02 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/killbots/ChangeLog,v 1.31 2009/12/10 15:47:02 fauli Exp $ + + 10 Dec 2009; Christian Faulhammer <fauli@gentoo.org> + killbots-4.3.3.ebuild: + x86 stable, bug 292455 05 Dec 2009; Jonathan Callen <abcd@gentoo.org> killbots-4.3.3.ebuild, killbots-4.3.4.ebuild: diff --git a/kde-base/killbots/killbots-4.3.3.ebuild b/kde-base/killbots/killbots-4.3.3.ebuild index 674341c22a97..0becf49460d2 100644 --- a/kde-base/killbots/killbots-4.3.3.ebuild +++ b/kde-base/killbots/killbots-4.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/killbots/killbots-4.3.3.ebuild,v 1.5 2009/12/05 05:07:02 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/killbots/killbots-4.3.3.ebuild,v 1.6 2009/12/10 15:47:02 fauli Exp $ EAPI="2" @@ -8,7 +8,7 @@ KMNAME="kdegames" inherit kde4-meta DESCRIPTION="Kill the bots or they kill you!" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86" IUSE="debug +handbook" # Tests hang, last checked in 4.3.3 |