diff options
author | 2010-09-15 23:12:17 +0000 | |
---|---|---|
committer | 2010-09-15 23:12:17 +0000 | |
commit | 038010934634e9a62c9605bab2164e799d5b930c (patch) | |
tree | a2a89d840b4bd9e7ba4c9a8cbce0c7641a12f289 /net-libs/polarssl/polarssl-0.14.0.ebuild | |
parent | Version bump. XDG patch and translation updates. Call gnome2_src_compile to r... (diff) | |
download | historical-038010934634e9a62c9605bab2164e799d5b930c.tar.gz historical-038010934634e9a62c9605bab2164e799d5b930c.tar.bz2 historical-038010934634e9a62c9605bab2164e799d5b930c.zip |
Marked ~ppc64.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'net-libs/polarssl/polarssl-0.14.0.ebuild')
-rw-r--r-- | net-libs/polarssl/polarssl-0.14.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/polarssl/polarssl-0.14.0.ebuild b/net-libs/polarssl/polarssl-0.14.0.ebuild index 4413b101682f..0924c7b20ac3 100644 --- a/net-libs/polarssl/polarssl-0.14.0.ebuild +++ b/net-libs/polarssl/polarssl-0.14.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/polarssl/polarssl-0.14.0.ebuild,v 1.2 2010/08/30 16:53:46 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/polarssl/polarssl-0.14.0.ebuild,v 1.3 2010/09/15 23:12:17 josejx Exp $ EAPI=2 @@ -12,7 +12,7 @@ SRC_URI="http://polarssl.org/code/download/${P}-gpl.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="examples sse2" src_prepare() { |