diff options
author | 2009-04-17 06:21:31 +0000 | |
---|---|---|
committer | 2009-04-17 06:21:31 +0000 | |
commit | 7057f8953f4957f50843727dd840f0e8d5bfe9fe (patch) | |
tree | 337f5ebe1535dbb81eb1270bae38f8157018b5ad /kde-base/kioclient | |
parent | Restore accidentally dropped ~hppa keyword as reported by jer bug #266459 (diff) | |
download | gentoo-2-7057f8953f4957f50843727dd840f0e8d5bfe9fe.tar.gz gentoo-2-7057f8953f4957f50843727dd840f0e8d5bfe9fe.tar.bz2 gentoo-2-7057f8953f4957f50843727dd840f0e8d5bfe9fe.zip |
Restore accidentally dropped ~hppa keyword as reported by jer bug #266459
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kioclient')
-rw-r--r-- | kde-base/kioclient/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kioclient/kioclient-4.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kioclient/ChangeLog b/kde-base/kioclient/ChangeLog index 0ed927ad2365..3b65b92629e5 100644 --- a/kde-base/kioclient/ChangeLog +++ b/kde-base/kioclient/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kioclient # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kioclient/ChangeLog,v 1.24 2009/04/17 05:03:03 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kioclient/ChangeLog,v 1.25 2009/04/17 06:21:31 alexxy Exp $ + + 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> kioclient-4.2.2: + Restore ~hppa keywords 16 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -kioclient-4.2.1.ebuild: Drop KDE 4.2.1 diff --git a/kde-base/kioclient/kioclient-4.2.2.ebuild b/kde-base/kioclient/kioclient-4.2.2.ebuild index e94196dd4830..c2c227573550 100644 --- a/kde-base/kioclient/kioclient-4.2.2.ebuild +++ b/kde-base/kioclient/kioclient-4.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kioclient/kioclient-4.2.2.ebuild,v 1.1 2009/04/11 23:16:13 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kioclient/kioclient-4.2.2.ebuild,v 1.2 2009/04/17 06:21:31 alexxy Exp $ EAPI="2" @@ -8,5 +8,5 @@ KMNAME="kdebase-runtime" inherit kde4-meta DESCRIPTION="Command-line tool for network-transparent operations" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="debug" |