diff options
-rw-r--r-- | kde-base/kdeaccounts-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.2.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/kdeaccounts-plugin/ChangeLog b/kde-base/kdeaccounts-plugin/ChangeLog index 91a7d1788560..48a33bf07813 100644 --- a/kde-base/kdeaccounts-plugin/ChangeLog +++ b/kde-base/kdeaccounts-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kdeaccounts-plugin # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaccounts-plugin/ChangeLog,v 1.16 2009/01/27 16:45:51 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaccounts-plugin/ChangeLog,v 1.17 2009/02/01 06:44:22 jmbsvicetto Exp $ + + 01 Feb 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + kdeaccounts-plugin-4.2.0.ebuild: + Restored ~ppc and ~ppc64 keywords to KDE-4.2.0 *kdeaccounts-plugin-4.2.0 (27 Jan 2009) diff --git a/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.2.0.ebuild b/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.2.0.ebuild index 5bc50f424c94..26b9232326e7 100644 --- a/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.2.0.ebuild +++ b/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-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/kdeaccounts-plugin/kdeaccounts-plugin-4.2.0.ebuild,v 1.1 2009/01/27 16:45:51 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.2.0.ebuild,v 1.2 2009/02/01 06:44:22 jmbsvicetto Exp $ EAPI="2" @@ -8,5 +8,5 @@ KMNAME="kdesdk" inherit kde4-meta DESCRIPTION="Addressbook Plugin that puts names/email addresses of all KDE SVN accounts into an addressbook" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="debug" |