diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2005-10-22 07:57:44 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2005-10-22 07:57:44 +0000 |
commit | 60aca27880f4e470bdf005ace7773cb8c88dc345 (patch) | |
tree | 9cbcae01d4c31af666780f3fd9ad3ac20c694354 /kde-base/kapptemplate | |
parent | cvs ebuild #41985 (diff) | |
download | historical-60aca27880f4e470bdf005ace7773cb8c88dc345.tar.gz historical-60aca27880f4e470bdf005ace7773cb8c88dc345.tar.bz2 historical-60aca27880f4e470bdf005ace7773cb8c88dc345.zip |
Adding ~x86 to keywords
Package-Manager: portage-2.0.53_rc5
Diffstat (limited to 'kde-base/kapptemplate')
-rw-r--r-- | kde-base/kapptemplate/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kapptemplate/kapptemplate-3.5_beta1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/kapptemplate/ChangeLog b/kde-base/kapptemplate/ChangeLog index a33a15cc5461..f694fb6ef22b 100644 --- a/kde-base/kapptemplate/ChangeLog +++ b/kde-base/kapptemplate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kapptemplate # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.13 2005/09/24 13:08:47 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.14 2005/10/22 06:27:08 halcy0n Exp $ + + 22 Oct 2005; Mark Loeser <halcy0n@gentoo.org> + kapptemplate-3.5_beta1.ebuild: + Adding ~x86 to keywords 24 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> -kapptemplate-3.5_alpha1.ebuild: diff --git a/kde-base/kapptemplate/kapptemplate-3.5_beta1.ebuild b/kde-base/kapptemplate/kapptemplate-3.5_beta1.ebuild index a4671458f8bc..34a0e16a19a7 100644 --- a/kde-base/kapptemplate/kapptemplate-3.5_beta1.ebuild +++ b/kde-base/kapptemplate/kapptemplate-3.5_beta1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/kapptemplate-3.5_beta1.ebuild,v 1.2 2005/10/14 18:41:49 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/kapptemplate-3.5_beta1.ebuild,v 1.3 2005/10/22 06:27:08 halcy0n Exp $ KMNAME=kdesdk MAXKDEVER=3.5.0_beta2 @@ -8,6 +8,6 @@ KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="KAppTemplate - A shell script that will create the necessary framework to develop various KDE applications" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" |