diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-02-03 21:19:56 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-02-03 21:19:56 +0000 |
commit | 6bba8a5165bc5ba278c7a9d84fb1eb790bc81576 (patch) | |
tree | 816abbb0286f7789ff5f0c64b17f143f43a53b1b /kde-base/kephal | |
parent | Add ~ppc/~ppc64 to kdedglobalaccel as they was added to full kde-4.2 (diff) | |
download | gentoo-2-6bba8a5165bc5ba278c7a9d84fb1eb790bc81576.tar.gz gentoo-2-6bba8a5165bc5ba278c7a9d84fb1eb790bc81576.tar.bz2 gentoo-2-6bba8a5165bc5ba278c7a9d84fb1eb790bc81576.zip |
Add ~ppc/~ppc64 to kephal as they was added to full kde-4.2
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kephal')
-rw-r--r-- | kde-base/kephal/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kephal/kephal-4.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kephal/ChangeLog b/kde-base/kephal/ChangeLog index 0abbacd2d55d..fb9184131561 100644 --- a/kde-base/kephal/ChangeLog +++ b/kde-base/kephal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kephal # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kephal/ChangeLog,v 1.1 2009/01/27 17:08:15 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kephal/ChangeLog,v 1.2 2009/02/03 21:19:56 alexxy Exp $ + + 03 Feb 2009; Alexey Shvetsov <alexxy@gentoo.org> kephal-4.2.0.ebuild: + Add ~ppc/~ppc64 keywords as they was added to full kde-4.2 *kephal-4.2.0 (27 Jan 2009) diff --git a/kde-base/kephal/kephal-4.2.0.ebuild b/kde-base/kephal/kephal-4.2.0.ebuild index 48828a2c9900..a959f1d4d13b 100644 --- a/kde-base/kephal/kephal-4.2.0.ebuild +++ b/kde-base/kephal/kephal-4.2.0.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/kephal/kephal-4.2.0.ebuild,v 1.2 2009/01/30 15:29:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kephal/kephal-4.2.0.ebuild,v 1.3 2009/02/03 21:19:56 alexxy Exp $ EAPI="2" @@ -9,5 +9,5 @@ KMMODULE="libs/kephal" inherit kde4-meta DESCRIPTION="Allows handling of multihead systems via the XRandR extension" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="debug" |