diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-04-04 19:29:46 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-04-04 19:29:46 +0000 |
commit | 1c8e54ea60635c10dc298d9d8b789fd97bdb1a16 (patch) | |
tree | 54d9bb02264b7cea08cbb17182c0a7aafba696ea /kde-base/kfile | |
parent | Remove older vulnerable versions (diff) | |
download | historical-1c8e54ea60635c10dc298d9d8b789fd97bdb1a16.tar.gz historical-1c8e54ea60635c10dc298d9d8b789fd97bdb1a16.tar.bz2 historical-1c8e54ea60635c10dc298d9d8b789fd97bdb1a16.zip |
Stable for amd64, wrt bug #409403
Package-Manager: portage-2.1.10.49/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.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kfile/ChangeLog b/kde-base/kfile/ChangeLog index e6d08c866076..f4eb5ad3fecc 100644 --- a/kde-base/kfile/ChangeLog +++ b/kde-base/kfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kfile # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/ChangeLog,v 1.114 2012/03/31 14:25:56 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/ChangeLog,v 1.115 2012/04/04 18:07:35 ago Exp $ + + 04 Apr 2012; Agostino Sarubbo <ago@gentoo.org> kfile-4.8.1.ebuild: + Stable for amd64, wrt bug #409403 31 Mar 2012; Markus Meier <maekke@gentoo.org> kfile-4.8.1.ebuild: add ~arm, bug #402989 diff --git a/kde-base/kfile/kfile-4.8.1.ebuild b/kde-base/kfile/kfile-4.8.1.ebuild index e7c8b73d5f1c..557154d6cb92 100644 --- a/kde-base/kfile/kfile-4.8.1.ebuild +++ b/kde-base/kfile/kfile-4.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/kfile-4.8.1.ebuild,v 1.3 2012/03/31 14:25:56 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/kfile-4.8.1.ebuild,v 1.4 2012/04/04 18:07:35 ago Exp $ EAPI=4 @@ -8,5 +8,5 @@ KMNAME="kde-runtime" inherit kde4-meta DESCRIPTION="A commandline frontend to KFileMetaInfo" -KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug" |