diff options
author | 2015-06-01 05:07:07 +0000 | |
---|---|---|
committer | 2015-06-01 05:07:07 +0000 | |
commit | bcfc4b6bd7c11988d8c35d4f49ebcd3b3ee0cb36 (patch) | |
tree | dc09c477e1b1c6802b909f0a594205dc73b894aa /dev-libs/nettle | |
parent | Version bump. (diff) | |
download | gentoo-2-bcfc4b6bd7c11988d8c35d4f49ebcd3b3ee0cb36.tar.gz gentoo-2-bcfc4b6bd7c11988d8c35d4f49ebcd3b3ee0cb36.tar.bz2 gentoo-2-bcfc4b6bd7c11988d8c35d4f49ebcd3b3ee0cb36.zip |
Stable for HPPA (bug #540892).
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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 f43b6faad3a1..94c9b0f53b62 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.128 2015/05/29 13:15:47 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.129 2015/06/01 05:07:07 jer Exp $ + + 01 Jun 2015; Jeroen Roovers <jer@gentoo.org> nettle-2.7.1-r4.ebuild: + Stable for HPPA (bug #540892). 29 May 2015; Mikle Kolyada <zlogene@gentoo.org> nettle-2.7.1-r4.ebuild: arm stable wrt 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 d9c326461066..59b19b0b7814 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.6 2015/05/29 13:15:47 zlogene Exp $ +# $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 $ 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}] )" |