diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-04 08:11:23 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-04 08:11:23 +0000 |
commit | c2656f47513a400025f33470c22b91eeeb12fbb0 (patch) | |
tree | 259d520b6ba81649a4f3a179d3cd7a82a3e19425 | |
parent | [kde-base/keditfiletype] Restore accidently dropped ~x86-fbsd keyword on KDE ... (diff) | |
download | gentoo-2-c2656f47513a400025f33470c22b91eeeb12fbb0.tar.gz gentoo-2-c2656f47513a400025f33470c22b91eeeb12fbb0.tar.bz2 gentoo-2-c2656f47513a400025f33470c22b91eeeb12fbb0.zip |
[kde-base/kfile] Restore accidently dropped ~x86-fbsd keyword on KDE SC 4.4.3
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r-- | kde-base/kfile/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kfile/kfile-4.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kfile/ChangeLog b/kde-base/kfile/ChangeLog index f4b5cedc1187..7ff10cf6d919 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.59 2010/05/03 21:39:38 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/ChangeLog,v 1.60 2010/05/04 08:11:23 alexxy Exp $ + + 04 May 2010; Alexey Shvetsov <alexxy@gentoo.org> kfile-4.4.3.ebuild: + Restore accidently dropped ~x86-fbsd keyword on KDE SC 4.4.3 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org> -kfile-4.4.1.ebuild: Drop KDE SC 4.4.1 diff --git a/kde-base/kfile/kfile-4.4.3.ebuild b/kde-base/kfile/kfile-4.4.3.ebuild index c3017e1f21e8..bf94072f3517 100644 --- a/kde-base/kfile/kfile-4.4.3.ebuild +++ b/kde-base/kfile/kfile-4.4.3.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.3.ebuild,v 1.1 2010/05/03 20:49:02 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/kfile-4.4.3.ebuild,v 1.2 2010/05/04 08:11:23 alexxy Exp $ EAPI="3" @@ -8,5 +8,5 @@ KMNAME="kdebase-runtime" inherit kde4-meta DESCRIPTION="A commandline frontend to KFileMetaInfo" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug" |