diff options
author | 2011-08-15 19:49:39 +0000 | |
---|---|---|
committer | 2011-08-15 19:49:39 +0000 | |
commit | 03efaa62390938eec49b5e4b8e25b9d075fb7b11 (patch) | |
tree | 742f3265f0cb18aa09373668b1d18337c37bd893 /kde-base/kfile | |
parent | Unknown herd media-sound (diff) | |
download | gentoo-2-03efaa62390938eec49b5e4b8e25b9d075fb7b11.tar.gz gentoo-2-03efaa62390938eec49b5e4b8e25b9d075fb7b11.tar.bz2 gentoo-2-03efaa62390938eec49b5e4b8e25b9d075fb7b11.zip |
x86 stable, bug #377465
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kfile')
-rw-r--r-- | kde-base/kfile/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kfile/kfile-4.6.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kfile/ChangeLog b/kde-base/kfile/ChangeLog index 2b5a34c499e1..97f404449cfa 100644 --- a/kde-base/kfile/ChangeLog +++ b/kde-base/kfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kfile # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/ChangeLog,v 1.93 2011/08/12 19:19:22 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/ChangeLog,v 1.94 2011/08/15 19:49:39 maekke Exp $ + + 15 Aug 2011; Markus Meier <maekke@gentoo.org> kfile-4.6.5.ebuild: + x86 stable, bug #377465 12 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org> -kfile-4.6.4.ebuild: Drop KDE 4.6.4 diff --git a/kde-base/kfile/kfile-4.6.5.ebuild b/kde-base/kfile/kfile-4.6.5.ebuild index 579483010ac4..db4eb4542cde 100644 --- a/kde-base/kfile/kfile-4.6.5.ebuild +++ b/kde-base/kfile/kfile-4.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/kfile-4.6.5.ebuild,v 1.2 2011/08/09 17:12:13 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/kfile-4.6.5.ebuild,v 1.3 2011/08/15 19:49:39 maekke Exp $ EAPI=4 @@ -8,5 +8,5 @@ KMNAME="kdebase-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" |