diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-01-19 08:42:10 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-01-19 08:42:10 +0000 |
commit | 6c2325f7d5c079f9d86abb9e4c9fc0619c2a7e06 (patch) | |
tree | 919dff79cb0dc6b5ebf54b67f121727bc7e2af29 /kde-base/kfile | |
parent | Keyword ~amd64-linux/~x86-linux (diff) | |
download | gentoo-2-6c2325f7d5c079f9d86abb9e4c9fc0619c2a7e06.tar.gz gentoo-2-6c2325f7d5c079f9d86abb9e4c9fc0619c2a7e06.tar.bz2 gentoo-2-6c2325f7d5c079f9d86abb9e4c9fc0619c2a7e06.zip |
Keyword ~amd64-linux/~x86-linux
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-base/kfile')
-rw-r--r-- | kde-base/kfile/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kfile/kfile-4.3.4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/kde-base/kfile/ChangeLog b/kde-base/kfile/ChangeLog index c2415142a077..40ac1b00cbe1 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.47 2010/01/19 01:24:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/ChangeLog,v 1.48 2010/01/19 08:42:10 abcd Exp $ + + 19 Jan 2010; Jonathan Callen <abcd@gentoo.org> kfile-4.3.4.ebuild: + Keyword ~amd64-linux/~x86-linux 19 Jan 2010; Jeroen Roovers <jer@gentoo.org> kfile-4.3.3.ebuild: Stable for HPPA too. diff --git a/kde-base/kfile/kfile-4.3.4.ebuild b/kde-base/kfile/kfile-4.3.4.ebuild index 0e798ab2dc0b..2c6f756fe10e 100644 --- a/kde-base/kfile/kfile-4.3.4.ebuild +++ b/kde-base/kfile/kfile-4.3.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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.3.4.ebuild,v 1.1 2009/12/01 10:34:50 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/kfile-4.3.4.ebuild,v 1.2 2010/01/19 08:42:10 abcd Exp $ EAPI="2" @@ -8,5 +8,5 @@ KMNAME="kdebase-runtime" inherit kde4-meta DESCRIPTION="A commandline frontend to KFileMetaInfo" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="debug" |