diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-26 15:43:38 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-26 15:43:38 +0000 |
commit | 62c36d8d635611d5f9a11d14a335c796ad1a628a (patch) | |
tree | 3291929e27d255b8c8b2977957c97d800e9d1a67 /kde-base/kapptemplate | |
parent | Support new CVS build layout (diff) | |
download | historical-62c36d8d635611d5f9a11d14a335c796ad1a628a.tar.gz historical-62c36d8d635611d5f9a11d14a335c796ad1a628a.tar.bz2 historical-62c36d8d635611d5f9a11d14a335c796ad1a628a.zip |
Stable on amd64 wrt bug #132213
Package-Manager: portage-2.1_rc2-r1
Diffstat (limited to 'kde-base/kapptemplate')
-rw-r--r-- | kde-base/kapptemplate/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kapptemplate/kapptemplate-3.5.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/kapptemplate/ChangeLog b/kde-base/kapptemplate/ChangeLog index 093b559fc76e..35467dc2f168 100644 --- a/kde-base/kapptemplate/ChangeLog +++ b/kde-base/kapptemplate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kapptemplate # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.22 2006/05/26 04:36:47 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.23 2006/05/26 15:29:11 wolf31o2 Exp $ + + 26 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> + kapptemplate-3.5.0.ebuild: + Stable on amd64 wrt bug #132213 26 May 2006; Jason Wever <weeve@gentoo.org> kapptemplate-3.5.0.ebuild: Added ~sparc keyword. diff --git a/kde-base/kapptemplate/kapptemplate-3.5.0.ebuild b/kde-base/kapptemplate/kapptemplate-3.5.0.ebuild index 42f1c10a4be3..2594edca1138 100644 --- a/kde-base/kapptemplate/kapptemplate-3.5.0.ebuild +++ b/kde-base/kapptemplate/kapptemplate-3.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/kapptemplate-3.5.0.ebuild,v 1.6 2006/05/26 04:36:47 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/kapptemplate-3.5.0.ebuild,v 1.7 2006/05/26 15:29:11 wolf31o2 Exp $ KMNAME=kdesdk MAXKDEVER=3.5.2 @@ -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 ~ppc ~sparc x86" +KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="" |