diff options
author | 2013-12-09 05:45:06 +0000 | |
---|---|---|
committer | 2013-12-09 05:45:06 +0000 | |
commit | 727ffcfb04aa43d6b157e69a366896682d332313 (patch) | |
tree | 309a8aa146f1624e63d495b4a2a3cc165c784687 /kde-base/kfile | |
parent | Revbump. Heavily redo installation (installing into /usr/lib doesn't make sen... (diff) | |
download | gentoo-2-727ffcfb04aa43d6b157e69a366896682d332313.tar.gz gentoo-2-727ffcfb04aa43d6b157e69a366896682d332313.tar.bz2 gentoo-2-727ffcfb04aa43d6b157e69a366896682d332313.zip |
Stable for x86, wrt bug #484884
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'kde-base/kfile')
-rw-r--r-- | kde-base/kfile/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kfile/kfile-4.11.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kfile/ChangeLog b/kde-base/kfile/ChangeLog index 21f60e55ff6b..3157508fe6eb 100644 --- a/kde-base/kfile/ChangeLog +++ b/kde-base/kfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kfile # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/ChangeLog,v 1.191 2013/12/08 14:07:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/ChangeLog,v 1.192 2013/12/09 05:44:32 ago Exp $ + + 09 Dec 2013; Agostino Sarubbo <ago@gentoo.org> kfile-4.11.2.ebuild: + Stable for x86, wrt bug #484884 08 Dec 2013; Agostino Sarubbo <ago@gentoo.org> kfile-4.11.2.ebuild: Stable for amd64, wrt bug #484884 diff --git a/kde-base/kfile/kfile-4.11.2.ebuild b/kde-base/kfile/kfile-4.11.2.ebuild index c87dd2238a66..156992d44307 100644 --- a/kde-base/kfile/kfile-4.11.2.ebuild +++ b/kde-base/kfile/kfile-4.11.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/kfile-4.11.2.ebuild,v 1.2 2013/12/08 14:07:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/kfile-4.11.2.ebuild,v 1.3 2013/12/09 05:44:32 ago Exp $ EAPI=5 @@ -8,5 +8,5 @@ KMNAME="kde-runtime" inherit kde4-meta DESCRIPTION="A commandline frontend to KFileMetaInfo" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug" |