diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-23 17:10:02 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-23 17:10:02 +0000 |
commit | 47ecb7cbf983e1244d85f3507f150f07c23d2442 (patch) | |
tree | a9c1c763f3e2a784df33536f3147b08534168147 /kde-base/libkpgp | |
parent | Add ~ppc64, wrt bug #455960 (diff) | |
download | gentoo-2-47ecb7cbf983e1244d85f3507f150f07c23d2442.tar.gz gentoo-2-47ecb7cbf983e1244d85f3507f150f07c23d2442.tar.bz2 gentoo-2-47ecb7cbf983e1244d85f3507f150f07c23d2442.zip |
Add ~ppc64, wrt bug #455960
(Portage version: 2.1.11.50/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'kde-base/libkpgp')
-rw-r--r-- | kde-base/libkpgp/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/libkpgp/libkpgp-4.4.11.1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/kde-base/libkpgp/ChangeLog b/kde-base/libkpgp/ChangeLog index 792d4b1c4f3e..9ea9dfe2c0e3 100644 --- a/kde-base/libkpgp/ChangeLog +++ b/kde-base/libkpgp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/libkpgp -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpgp/ChangeLog,v 1.156 2012/12/08 12:04:16 dilfridge Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpgp/ChangeLog,v 1.157 2013/02/23 17:10:02 ago Exp $ + + 23 Feb 2013; Agostino Sarubbo <ago@gentoo.org> libkpgp-4.4.11.1.ebuild: + Add ~ppc64, wrt bug #455960 08 Dec 2012; Andreas K. Huettel <dilfridge@gentoo.org> libkpgp-4.4.11.1.ebuild: @@ -587,4 +590,3 @@ +libkpgp-3.4.0_beta1.ebuild: Adding the split ebuilds to portage. For KDE 3.4, we've created separate ebuilds for all the KDE apps. - diff --git a/kde-base/libkpgp/libkpgp-4.4.11.1.ebuild b/kde-base/libkpgp/libkpgp-4.4.11.1.ebuild index 9f39a0606e16..5063009e57a3 100644 --- a/kde-base/libkpgp/libkpgp-4.4.11.1.ebuild +++ b/kde-base/libkpgp/libkpgp-4.4.11.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpgp/libkpgp-4.4.11.1.ebuild,v 1.5 2012/12/08 12:04:16 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpgp/libkpgp-4.4.11.1.ebuild,v 1.6 2013/02/23 17:10:02 ago Exp $ EAPI=4 @@ -9,5 +9,5 @@ KMNAME="kdepim" inherit kde4-meta DESCRIPTION="KDE pgp abstraction library" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="debug" |