diff options
-rw-r--r-- | kde-base/kephal/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kephal/kephal-4.3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kephal/ChangeLog b/kde-base/kephal/ChangeLog index e95641f2f2b8..d2474b52288a 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.25 2009/11/29 15:04:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kephal/ChangeLog,v 1.26 2009/11/29 16:36:08 armin76 Exp $ + + 29 Nov 2009; Raúl Porcel <armin76@gentoo.org> kephal-4.3.3.ebuild: + Add ~sparc 29 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> kephal-4.3.3.ebuild: amd64 stable wrt #292455 diff --git a/kde-base/kephal/kephal-4.3.3.ebuild b/kde-base/kephal/kephal-4.3.3.ebuild index 3969d96aa278..c368950f4d82 100644 --- a/kde-base/kephal/kephal-4.3.3.ebuild +++ b/kde-base/kephal/kephal-4.3.3.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.3.3.ebuild,v 1.2 2009/11/29 15:04:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kephal/kephal-4.3.3.ebuild,v 1.3 2009/11/29 16:36:08 armin76 Exp $ EAPI="2" @@ -9,5 +9,5 @@ KMMODULE="libs/kephal" inherit kde4-meta DESCRIPTION="Allows handling of multihead systems via the XRandR extension" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="debug" |