diff options
-rw-r--r-- | kde-base/kapptemplate/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kapptemplate/kapptemplate-4.4.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/kapptemplate/ChangeLog b/kde-base/kapptemplate/ChangeLog index c1c6e9c43ea8..5f03fba0679e 100644 --- a/kde-base/kapptemplate/ChangeLog +++ b/kde-base/kapptemplate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kapptemplate # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.128 2010/06/24 06:54:54 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.129 2010/06/27 09:57:01 fauli Exp $ + + 27 Jun 2010; Christian Faulhammer <fauli@gentoo.org> + kapptemplate-4.4.4.ebuild: + x86 stable, bug 322791 24 Jun 2010; Christoph Mende <angelos@gentoo.org> kapptemplate-4.4.4.ebuild: diff --git a/kde-base/kapptemplate/kapptemplate-4.4.4.ebuild b/kde-base/kapptemplate/kapptemplate-4.4.4.ebuild index 826c55c31682..c04c7923bca7 100644 --- a/kde-base/kapptemplate/kapptemplate-4.4.4.ebuild +++ b/kde-base/kapptemplate/kapptemplate-4.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/kapptemplate-4.4.4.ebuild,v 1.3 2010/06/24 06:54:54 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/kapptemplate-4.4.4.ebuild,v 1.4 2010/06/27 09:57:01 fauli Exp $ EAPI="3" @@ -8,5 +8,5 @@ KMNAME="kdesdk" inherit kde4-meta DESCRIPTION="KAppTemplate - A shell script to create the necessary framework to develop KDE applications." -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="debug +handbook" |