diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-06-11 14:17:58 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-06-11 14:17:58 +0000 |
commit | 171ab49cffbce148934f6130d25924f50033ecbb (patch) | |
tree | 8864fdee3ae44a41bc6d87ed6ea02c46d57a30d0 /dev-libs/nettle | |
parent | Stable for ppc, wrt bug #539604 (diff) | |
download | gentoo-2-171ab49cffbce148934f6130d25924f50033ecbb.tar.gz gentoo-2-171ab49cffbce148934f6130d25924f50033ecbb.tar.bz2 gentoo-2-171ab49cffbce148934f6130d25924f50033ecbb.zip |
Stable for ppc, wrt bug #540892
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/nettle')
-rw-r--r-- | dev-libs/nettle/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/nettle/nettle-2.7.1-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/nettle/ChangeLog b/dev-libs/nettle/ChangeLog index 94c9b0f53b62..e2b2134bf75d 100644 --- a/dev-libs/nettle/ChangeLog +++ b/dev-libs/nettle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/nettle # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.129 2015/06/01 05:07:07 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.130 2015/06/11 14:17:58 ago Exp $ + + 11 Jun 2015; Agostino Sarubbo <ago@gentoo.org> nettle-2.7.1-r4.ebuild: + Stable for ppc, wrt bug #540892 01 Jun 2015; Jeroen Roovers <jer@gentoo.org> nettle-2.7.1-r4.ebuild: Stable for HPPA (bug #540892). diff --git a/dev-libs/nettle/nettle-2.7.1-r4.ebuild b/dev-libs/nettle/nettle-2.7.1-r4.ebuild index 59b19b0b7814..a3918019f18c 100644 --- a/dev-libs/nettle/nettle-2.7.1-r4.ebuild +++ b/dev-libs/nettle/nettle-2.7.1-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.1-r4.ebuild,v 1.7 2015/06/01 05:07:07 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.1-r4.ebuild,v 1.8 2015/06/11 14:17:58 ago Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=yes @@ -13,7 +13,7 @@ SRC_URI="http://www.lysator.liu.se/~nisse/archive/${P}.tar.gz" LICENSE="|| ( LGPL-3 LGPL-2.1 )" SLOT="0/4" # subslot = libnettle soname version -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris" IUSE="doc +gmp neon static-libs test" DEPEND="gmp? ( dev-libs/gmp:0[${MULTILIB_USEDEP}] )" |