diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 06:19:57 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 06:19:57 +0000 |
commit | ce46f10e5cd471e7aaa16e6e90c86864c59791e0 (patch) | |
tree | e92dc3a81f1186f74aef50c5961bc5798099add3 /kde-base/kapman | |
parent | Restore accidentally dropped ~hppa keyword as reported by jer bug #266459 (diff) | |
download | gentoo-2-ce46f10e5cd471e7aaa16e6e90c86864c59791e0.tar.gz gentoo-2-ce46f10e5cd471e7aaa16e6e90c86864c59791e0.tar.bz2 gentoo-2-ce46f10e5cd471e7aaa16e6e90c86864c59791e0.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/kapman')
-rw-r--r-- | kde-base/kapman/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kapman/kapman-4.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kapman/ChangeLog b/kde-base/kapman/ChangeLog index 6d81e3db84ae..5e965f9fb054 100644 --- a/kde-base/kapman/ChangeLog +++ b/kde-base/kapman/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kapman # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kapman/ChangeLog,v 1.8 2009/04/16 20:14:33 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapman/ChangeLog,v 1.9 2009/04/17 06:19:57 alexxy Exp $ + + 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> kapman-4.2.2: + Restore ~hppa keywords 16 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -kapman-4.2.1.ebuild: Drop KDE 4.2.1 diff --git a/kde-base/kapman/kapman-4.2.2.ebuild b/kde-base/kapman/kapman-4.2.2.ebuild index 8e279761557b..1b74da832046 100644 --- a/kde-base/kapman/kapman-4.2.2.ebuild +++ b/kde-base/kapman/kapman-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/kapman/kapman-4.2.2.ebuild,v 1.1 2009/04/11 22:07:06 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapman/kapman-4.2.2.ebuild,v 1.2 2009/04/17 06:19:57 alexxy Exp $ EAPI="2" @@ -8,5 +8,5 @@ KMNAME="kdegames" inherit kde4-meta DESCRIPTION="Pac-Man clone for KDE" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="debug doc" |