diff options
author | 2009-04-11 18:59:26 +0000 | |
---|---|---|
committer | 2009-04-11 18:59:26 +0000 | |
commit | 007b25f0cd329cc3626a9c448dce37cc18f1d7fd (patch) | |
tree | 9ca609ea8ec7983fdb6a38a2211dae5210101f45 /kde-base/kbreakout | |
parent | Add ~alpha/~ia64 wrt #260777 (diff) | |
download | gentoo-2-007b25f0cd329cc3626a9c448dce37cc18f1d7fd.tar.gz gentoo-2-007b25f0cd329cc3626a9c448dce37cc18f1d7fd.tar.bz2 gentoo-2-007b25f0cd329cc3626a9c448dce37cc18f1d7fd.zip |
Add ~alpha/~ia64 wrt #260777
(Portage version: 2.1.6.7/cvs/Linux ia64)
Diffstat (limited to 'kde-base/kbreakout')
-rw-r--r-- | kde-base/kbreakout/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kbreakout/kbreakout-4.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kbreakout/ChangeLog b/kde-base/kbreakout/ChangeLog index 48c37ed2f675..478048d4e2a2 100644 --- a/kde-base/kbreakout/ChangeLog +++ b/kde-base/kbreakout/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kbreakout # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kbreakout/ChangeLog,v 1.10 2009/03/08 19:04:06 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kbreakout/ChangeLog,v 1.11 2009/04/11 18:59:26 armin76 Exp $ + + 11 Apr 2009; Raúl Porcel <armin76@gentoo.org> kbreakout-4.2.1.ebuild: + Add ~alpha/~ia64 wrt #260777 08 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> -kbreakout-4.2.0.ebuild: Drop KDE 4.2.0 diff --git a/kde-base/kbreakout/kbreakout-4.2.1.ebuild b/kde-base/kbreakout/kbreakout-4.2.1.ebuild index 0a0d149201e7..ba533960849a 100644 --- a/kde-base/kbreakout/kbreakout-4.2.1.ebuild +++ b/kde-base/kbreakout/kbreakout-4.2.1.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/kbreakout/kbreakout-4.2.1.ebuild,v 1.1 2009/03/04 20:35:26 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kbreakout/kbreakout-4.2.1.ebuild,v 1.2 2009/04/11 18:59:26 armin76 Exp $ EAPI="2" @@ -8,7 +8,7 @@ KMNAME="kdegames" inherit kde4-meta DESCRIPTION="KDE: A Breakout-like game for KDE." -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="debug" KMLOADLIBS="libkdegames" |