diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-05-26 11:32:55 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-05-26 11:32:55 +0000 |
commit | 4011ac8cca48d6a442fe92477e6022476b56014a (patch) | |
tree | 4525f6cca1f93c6ee5754612e6ea24a116586522 /net-libs | |
parent | Added mask for >=sys-libs/ldb-1.1.17-r1 until sys-auth/sssd got subslot suppo... (diff) | |
download | gentoo-2-4011ac8cca48d6a442fe92477e6022476b56014a.tar.gz gentoo-2-4011ac8cca48d6a442fe92477e6022476b56014a.tar.bz2 gentoo-2-4011ac8cca48d6a442fe92477e6022476b56014a.zip |
Stable for ppc and ppc64, bug #506918
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/polarssl/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/polarssl/polarssl-1.3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/polarssl/ChangeLog b/net-libs/polarssl/ChangeLog index f45e04969e9d..ba5b3e6f8ae8 100644 --- a/net-libs/polarssl/ChangeLog +++ b/net-libs/polarssl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/polarssl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/polarssl/ChangeLog,v 1.75 2014/05/24 16:31:49 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/polarssl/ChangeLog,v 1.76 2014/05/26 11:32:55 blueness Exp $ + + 26 May 2014; Anthony G. Basile <blueness@gentoo.org> polarssl-1.3.4.ebuild: + Stable for ppc and ppc64, bug #506918 24 May 2014; Julian Ospald <hasufell@gentoo.org> -polarssl-1.3.0.ebuild, polarssl-1.3.4.ebuild, -files/polarssl-1.2.0-makefile.patch, diff --git a/net-libs/polarssl/polarssl-1.3.4.ebuild b/net-libs/polarssl/polarssl-1.3.4.ebuild index ce06cdce0cb3..2fdead1154f3 100644 --- a/net-libs/polarssl/polarssl-1.3.4.ebuild +++ b/net-libs/polarssl/polarssl-1.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/polarssl/polarssl-1.3.4.ebuild,v 1.5 2014/05/24 16:31:49 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/polarssl/polarssl-1.3.4.ebuild,v 1.6 2014/05/26 11:32:55 blueness Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://polarssl.org/download/${P}-gpl.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm hppa ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="amd64 arm hppa ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="examples havege sse2 static-libs zlib" RDEPEND=" |