diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 06:30:09 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 06:30:09 +0000 |
commit | f8eb1d851252fc5cd50997c538e9f837ca22785c (patch) | |
tree | 47f518368cd596139d4a91106d62cf3506ee386e /kde-base/kmag | |
parent | Restore accidentally dropped ~hppa keyword as reported by jer bug #266459 (diff) | |
download | gentoo-2-f8eb1d851252fc5cd50997c538e9f837ca22785c.tar.gz gentoo-2-f8eb1d851252fc5cd50997c538e9f837ca22785c.tar.bz2 gentoo-2-f8eb1d851252fc5cd50997c538e9f837ca22785c.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/kmag')
-rw-r--r-- | kde-base/kmag/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kmag/kmag-4.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kmag/ChangeLog b/kde-base/kmag/ChangeLog index bb41dcaf1c92..b17ff4c1c50a 100644 --- a/kde-base/kmag/ChangeLog +++ b/kde-base/kmag/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kmag # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmag/ChangeLog,v 1.105 2009/04/17 05:09:23 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmag/ChangeLog,v 1.106 2009/04/17 06:30:09 alexxy Exp $ + + 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> kmag-4.2.2: + Restore ~hppa keywords 16 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -kmag-4.2.1.ebuild: Drop KDE 4.2.1 diff --git a/kde-base/kmag/kmag-4.2.2.ebuild b/kde-base/kmag/kmag-4.2.2.ebuild index 0a3581af7de7..57ae0e17fbe3 100644 --- a/kde-base/kmag/kmag-4.2.2.ebuild +++ b/kde-base/kmag/kmag-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/kmag/kmag-4.2.2.ebuild,v 1.1 2009/04/11 23:23:30 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmag/kmag-4.2.2.ebuild,v 1.2 2009/04/17 06:30:09 alexxy Exp $ EAPI="2" @@ -8,5 +8,5 @@ KMNAME="kdeaccessibility" inherit kde4-meta DESCRIPTION="KDE screen magnifier" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="debug doc" |