diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2009-02-01 06:20:27 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2009-02-01 06:20:27 +0000 |
commit | 5f3e902aebb252cf300df242b6bfb8979a968c0b (patch) | |
tree | a9729846e568d356432b2407b51aae2e03cdf1ad /kde-base/akonadi | |
parent | Fix SRC_URI reported in bug #257183. (diff) | |
download | gentoo-2-5f3e902aebb252cf300df242b6bfb8979a968c0b.tar.gz gentoo-2-5f3e902aebb252cf300df242b6bfb8979a968c0b.tar.bz2 gentoo-2-5f3e902aebb252cf300df242b6bfb8979a968c0b.zip |
Restored ~ppc and ~ppc64 keywords to KDE-4.2.0
(Portage version: 2.2_rc23/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/akonadi')
-rw-r--r-- | kde-base/akonadi/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/akonadi/akonadi-4.2.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/akonadi/ChangeLog b/kde-base/akonadi/ChangeLog index ad0d4a2ef26e..d568536236a2 100644 --- a/kde-base/akonadi/ChangeLog +++ b/kde-base/akonadi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/akonadi # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.7 2009/01/27 16:27:28 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.8 2009/02/01 06:20:27 jmbsvicetto Exp $ + + 01 Feb 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + akonadi-4.2.0.ebuild: + Restored ~ppc and ~ppc64 keywords to KDE-4.2.0 *akonadi-4.2.0 (27 Jan 2009) diff --git a/kde-base/akonadi/akonadi-4.2.0.ebuild b/kde-base/akonadi/akonadi-4.2.0.ebuild index e3b17857e703..49dd32285a40 100644 --- a/kde-base/akonadi/akonadi-4.2.0.ebuild +++ b/kde-base/akonadi/akonadi-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/akonadi/akonadi-4.2.0.ebuild,v 1.1 2009/01/27 16:27:28 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.2.0.ebuild,v 1.2 2009/02/01 06:20:27 jmbsvicetto Exp $ EAPI="2" @@ -8,7 +8,7 @@ KMNAME="kdepim" inherit kde4-meta DESCRIPTION="An extensible cross-desktop storage service for PIM data and meta data" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" # add when libmapi becomes available with an ebuild #exchange IUSE="debug +semantic-desktop" |