diff options
author | Raúl Porcel <armin76@gentoo.org> | 2015-01-16 11:52:34 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2015-01-16 11:52:34 +0000 |
commit | 7bfae4815b1b7644344168b394ef6f64efeb5d01 (patch) | |
tree | ae1b69f4d8f8495a79d73586aef01dd6780a8440 /dev-libs | |
parent | alpha/ia64/s390/sparc stable wrt #526056 (diff) | |
download | gentoo-2-7bfae4815b1b7644344168b394ef6f64efeb5d01.tar.gz gentoo-2-7bfae4815b1b7644344168b394ef6f64efeb5d01.tar.bz2 gentoo-2-7bfae4815b1b7644344168b394ef6f64efeb5d01.zip |
alpha/arm64/ia64/s390/sparc stable wrt #525160
(Portage version: 2.2.8-r2/cvs/Linux ia64, signed Manifest commit with key 0xF6AD3240)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/nettle/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/nettle/nettle-2.7.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/nettle/ChangeLog b/dev-libs/nettle/ChangeLog index b7e5c7b846b9..fd6df8b9ddca 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.115 2014/12/07 20:30:28 maekke Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.116 2015/01/16 11:52:34 armin76 Exp $ + + 16 Jan 2015; Raúl Porcel <armin76@gentoo.org> nettle-2.7.1-r1.ebuild: + alpha/arm64/ia64/s390/sparc stable wrt #525160 07 Dec 2014; Markus Meier <maekke@gentoo.org> nettle-2.7.1-r1.ebuild: arm stable, 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 22184514a866..39ec90fba145 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 +# 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-r1.ebuild,v 1.9 2014/12/07 20:30:28 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.1-r1.ebuild,v 1.10 2015/01/16 11:52:34 armin76 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 )" |