diff options
Diffstat (limited to 'kde-base/kfile')
-rw-r--r-- | kde-base/kfile/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kfile/kfile-4.6.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kfile/ChangeLog b/kde-base/kfile/ChangeLog index 4b157e3395bd..bc1976bba875 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.87 2011/06/10 17:59:43 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/ChangeLog,v 1.88 2011/06/26 01:54:35 ranger Exp $ + + 25 Jun 2011; Brent Baude <ranger@gentoo.org> kfile-4.6.3.ebuild: + Marking kfile-4.6.3 ppc stable for bug 369979 *kfile-4.6.4 (10 Jun 2011) diff --git a/kde-base/kfile/kfile-4.6.3.ebuild b/kde-base/kfile/kfile-4.6.3.ebuild index 0179ec1e1de1..41002ee0b562 100644 --- a/kde-base/kfile/kfile-4.6.3.ebuild +++ b/kde-base/kfile/kfile-4.6.3.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.3.ebuild,v 1.3 2011/06/10 11:50:35 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/kfile-4.6.3.ebuild,v 1.4 2011/06/26 01:54:35 ranger 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" |