diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-05-06 22:14:28 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-05-06 22:14:28 +0000 |
commit | fd60b862b434bbea0562298eccbfccbff07ecef4 (patch) | |
tree | 83507b78c475a49a92c13ee3c5b1cdfc5a27131f /kde-base/kfile | |
parent | amd64 stable wrt bug #504210 (diff) | |
download | gentoo-2-fd60b862b434bbea0562298eccbfccbff07ecef4.tar.gz gentoo-2-fd60b862b434bbea0562298eccbfccbff07ecef4.tar.bz2 gentoo-2-fd60b862b434bbea0562298eccbfccbff07ecef4.zip |
amd64 stable wrt bug #504210
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'kde-base/kfile')
-rw-r--r-- | kde-base/kfile/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kfile/kfile-4.12.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kfile/ChangeLog b/kde-base/kfile/ChangeLog index bb2e9df596f8..664de80166cf 100644 --- a/kde-base/kfile/ChangeLog +++ b/kde-base/kfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kfile # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/ChangeLog,v 1.216 2014/04/29 19:17:51 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/ChangeLog,v 1.217 2014/05/06 22:14:28 zlogene Exp $ + + 06 May 2014; Mikle Kolyada <zlogene@gentoo.org> kfile-4.12.5.ebuild: + amd64 stable wrt bug #504210 29 Apr 2014; Johannes Huber <johu@gentoo.org> -kfile-4.12.4.ebuild: Remove KDE SC 4.12.4 diff --git a/kde-base/kfile/kfile-4.12.5.ebuild b/kde-base/kfile/kfile-4.12.5.ebuild index a8b0121b7a32..86391d60792e 100644 --- a/kde-base/kfile/kfile-4.12.5.ebuild +++ b/kde-base/kfile/kfile-4.12.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/kfile-4.12.5.ebuild,v 1.1 2014/04/29 18:34:34 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/kfile-4.12.5.ebuild,v 1.2 2014/05/06 22:14:28 zlogene 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" |