diff options
author | 2014-12-07 20:30:28 +0000 | |
---|---|---|
committer | 2014-12-07 20:30:28 +0000 | |
commit | 8c3f8633b530243f62bfcd55bb4175c8b075309f (patch) | |
tree | 7505747b5c4c79c147f196b6b01f3d3e4c7c546e /dev-libs/nettle | |
parent | arm stable, bug #509544 (diff) | |
download | gentoo-2-8c3f8633b530243f62bfcd55bb4175c8b075309f.tar.gz gentoo-2-8c3f8633b530243f62bfcd55bb4175c8b075309f.tar.bz2 gentoo-2-8c3f8633b530243f62bfcd55bb4175c8b075309f.zip |
arm stable, bug #525160
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-libs/nettle')
-rw-r--r-- | dev-libs/nettle/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/nettle/nettle-2.7.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/nettle/ChangeLog b/dev-libs/nettle/ChangeLog index e5fb385957dc..b7e5c7b846b9 100644 --- a/dev-libs/nettle/ChangeLog +++ b/dev-libs/nettle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/nettle # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.114 2014/12/06 08:44:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.115 2014/12/07 20:30:28 maekke Exp $ + + 07 Dec 2014; Markus Meier <maekke@gentoo.org> nettle-2.7.1-r1.ebuild: + arm stable, bug #525160 06 Dec 2014; Jeroen Roovers <jer@gentoo.org> nettle-2.7.1-r1.ebuild: Stable for HPPA (bug #525160). diff --git a/dev-libs/nettle/nettle-2.7.1-r1.ebuild b/dev-libs/nettle/nettle-2.7.1-r1.ebuild index f88fb3d11a71..22184514a866 100644 --- a/dev-libs/nettle/nettle-2.7.1-r1.ebuild +++ b/dev-libs/nettle/nettle-2.7.1-r1.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/dev-libs/nettle/nettle-2.7.1-r1.ebuild,v 1.8 2014/12/06 08:44:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.1-r1.ebuild,v 1.9 2014/12/07 20:30:28 maekke Exp $ EAPI=5 @@ -12,7 +12,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 )" |