diff options
author | 2010-08-09 07:39:07 +0000 | |
---|---|---|
committer | 2010-08-09 07:39:07 +0000 | |
commit | 64dab75158a235874e96355682c2a63b75543f0f (patch) | |
tree | 4f463681974ac1989720ae6fb90fda00d7c37ece /kde-base/kfile | |
parent | x86 stable, bug 322791 (diff) | |
download | gentoo-2-64dab75158a235874e96355682c2a63b75543f0f.tar.gz gentoo-2-64dab75158a235874e96355682c2a63b75543f0f.tar.bz2 gentoo-2-64dab75158a235874e96355682c2a63b75543f0f.zip |
x86 stable, bug 322791
(Portage version: 2.1.8.3/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'kde-base/kfile')
-rw-r--r-- | kde-base/kfile/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kfile/kfile-4.4.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kfile/ChangeLog b/kde-base/kfile/ChangeLog index fd6e6d7a41ae..305c1d3c86ff 100644 --- a/kde-base/kfile/ChangeLog +++ b/kde-base/kfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kfile # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/ChangeLog,v 1.68 2010/08/09 03:30:48 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/ChangeLog,v 1.69 2010/08/09 07:39:07 fauli Exp $ + + 09 Aug 2010; Christian Faulhammer <fauli@gentoo.org> kfile-4.4.5.ebuild: + x86 stable, bug 322791 09 Aug 2010; Joseph Jezak <josejx@gentoo.org> kfile-4.4.5.ebuild: Marked ppc stable for bug #322791. diff --git a/kde-base/kfile/kfile-4.4.5.ebuild b/kde-base/kfile/kfile-4.4.5.ebuild index 895ce8821ced..4c072c6fbe04 100644 --- a/kde-base/kfile/kfile-4.4.5.ebuild +++ b/kde-base/kfile/kfile-4.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/kfile-4.4.5.ebuild,v 1.4 2010/08/09 03:30:48 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/kfile-4.4.5.ebuild,v 1.5 2010/08/09 07:39:07 fauli Exp $ EAPI="3" @@ -8,5 +8,5 @@ KMNAME="kdebase-runtime" inherit kde4-meta DESCRIPTION="A commandline frontend to KFileMetaInfo" -KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug" |