diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-01-09 17:48:38 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-01-09 17:48:38 +0000 |
commit | 17ec8c399aee84b57ec3d602c31731cfaea04a53 (patch) | |
tree | 25167e415acefa986f94408c08c0e43e6684442b | |
parent | x86 stable wrt bug #396359 (diff) | |
download | gentoo-2-17ec8c399aee84b57ec3d602c31731cfaea04a53.tar.gz gentoo-2-17ec8c399aee84b57ec3d602c31731cfaea04a53.tar.bz2 gentoo-2-17ec8c399aee84b57ec3d602c31731cfaea04a53.zip |
x86 stable wrt bug #396359
(Portage version: 2.1.10.41/cvs/Linux i686)
-rw-r--r-- | kde-base/qguiplatformplugin_kde/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/qguiplatformplugin_kde/qguiplatformplugin_kde-4.7.4.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/kde-base/qguiplatformplugin_kde/ChangeLog b/kde-base/qguiplatformplugin_kde/ChangeLog index 4818dbf1ca03..428f1364a85e 100644 --- a/kde-base/qguiplatformplugin_kde/ChangeLog +++ b/kde-base/qguiplatformplugin_kde/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/qguiplatformplugin_kde -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/qguiplatformplugin_kde/ChangeLog,v 1.52 2011/12/18 19:46:27 dilfridge Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/qguiplatformplugin_kde/ChangeLog,v 1.53 2012/01/09 17:48:38 phajdan.jr Exp $ + + 09 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> + qguiplatformplugin_kde-4.7.4.ebuild: + x86 stable wrt bug #396359 18 Dec 2011; Andreas K. Huettel <dilfridge@gentoo.org> -qguiplatformplugin_kde-4.6.5.ebuild: diff --git a/kde-base/qguiplatformplugin_kde/qguiplatformplugin_kde-4.7.4.ebuild b/kde-base/qguiplatformplugin_kde/qguiplatformplugin_kde-4.7.4.ebuild index 08a2834892ec..c5a0e3f85640 100644 --- a/kde-base/qguiplatformplugin_kde/qguiplatformplugin_kde-4.7.4.ebuild +++ b/kde-base/qguiplatformplugin_kde/qguiplatformplugin_kde-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/qguiplatformplugin_kde/qguiplatformplugin_kde-4.7.4.ebuild,v 1.1 2011/12/11 18:52:37 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/qguiplatformplugin_kde/qguiplatformplugin_kde-4.7.4.ebuild,v 1.2 2012/01/09 17:48:38 phajdan.jr Exp $ EAPI=4 @@ -8,5 +8,5 @@ KMNAME="kde-workspace" inherit kde4-meta DESCRIPTION="Helps integration of pure Qt applications with KDE Workspace" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="debug" |