diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-01-09 15:51:32 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-01-09 15:51:32 +0000 |
commit | c892491240344834a2ca3bfe1e8e6656cd70e50c (patch) | |
tree | 4dff8b11a5b3a73881c9bb1722acca5f04ee00c4 | |
parent | version bump (diff) | |
download | gentoo-2-c892491240344834a2ca3bfe1e8e6656cd70e50c.tar.gz gentoo-2-c892491240344834a2ca3bfe1e8e6656cd70e50c.tar.bz2 gentoo-2-c892491240344834a2ca3bfe1e8e6656cd70e50c.zip |
x86 stable wrt bug #396359
(Portage version: 2.1.10.41/cvs/Linux i686)
-rw-r--r-- | kde-base/kapptemplate/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kapptemplate/kapptemplate-4.7.4.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/kde-base/kapptemplate/ChangeLog b/kde-base/kapptemplate/ChangeLog index a842326bff18..ab70107e99c8 100644 --- a/kde-base/kapptemplate/ChangeLog +++ b/kde-base/kapptemplate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kapptemplate -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.168 2011/12/18 19:46:23 dilfridge Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.169 2012/01/09 15:51:32 phajdan.jr Exp $ + + 09 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> + kapptemplate-4.7.4.ebuild: + x86 stable wrt bug #396359 18 Dec 2011; Andreas K. Huettel <dilfridge@gentoo.org> -kapptemplate-4.6.5.ebuild: diff --git a/kde-base/kapptemplate/kapptemplate-4.7.4.ebuild b/kde-base/kapptemplate/kapptemplate-4.7.4.ebuild index d3fd6c79e2d5..2a1da3bbcc2f 100644 --- a/kde-base/kapptemplate/kapptemplate-4.7.4.ebuild +++ b/kde-base/kapptemplate/kapptemplate-4.7.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/kapptemplate-4.7.4.ebuild,v 1.1 2011/12/11 18:52:11 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/kapptemplate-4.7.4.ebuild,v 1.2 2012/01/09 15:51:32 phajdan.jr Exp $ EAPI=4 @@ -9,5 +9,5 @@ KMNAME="kdesdk" inherit kde4-meta DESCRIPTION="KAppTemplate - A shell script to create the necessary framework to develop KDE applications." -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="debug" |