diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-07-22 00:54:46 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-07-22 00:54:46 +0000 |
commit | 510c27f2c07d26f588d049a34d6844a9d96a1443 (patch) | |
tree | c96b2c57a694f08cd5ea7974147fc885776bfc51 /dev-libs/nettle | |
parent | Drop old (diff) | |
download | gentoo-2-510c27f2c07d26f588d049a34d6844a9d96a1443.tar.gz gentoo-2-510c27f2c07d26f588d049a34d6844a9d96a1443.tar.bz2 gentoo-2-510c27f2c07d26f588d049a34d6844a9d96a1443.zip |
Stable for HPPA (bug #477612).
(Portage version: 2.2.0_alpha188/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.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/nettle/ChangeLog b/dev-libs/nettle/ChangeLog index 016d65d377b1..0c7ff45a1b65 100644 --- a/dev-libs/nettle/ChangeLog +++ b/dev-libs/nettle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/nettle # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.93 2013/07/21 13:06:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.94 2013/07/22 00:54:46 jer Exp $ + + 22 Jul 2013; Jeroen Roovers <jer@gentoo.org> nettle-2.7.1.ebuild: + Stable for HPPA (bug #477612). 21 Jul 2013; Agostino Sarubbo <ago@gentoo.org> nettle-2.7.1.ebuild: Stable for amd64, wrt bug #477612 diff --git a/dev-libs/nettle/nettle-2.7.1.ebuild b/dev-libs/nettle/nettle-2.7.1.ebuild index a46799da9053..97657e9e59c6 100644 --- a/dev-libs/nettle/nettle-2.7.1.ebuild +++ b/dev-libs/nettle/nettle-2.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.ebuild,v 1.2 2013/07/21 13:06:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.1.ebuild,v 1.3 2013/07/22 00:54:46 jer 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 ~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 ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm 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 ~sparc-solaris ~x86-solaris" IUSE="doc +gmp neon static-libs test" DEPEND="gmp? ( dev-libs/gmp )" |