diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-06 13:07:05 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-06 13:07:05 +0000 |
commit | c3436c2e0ab6da9d147388f4d6b45aef2b855afd (patch) | |
tree | 4f84d1cd978ef91ea180ace61d1b459576ab09e8 /dev-libs | |
parent | Stable for s390, wrt bug #478344 (diff) | |
download | gentoo-2-c3436c2e0ab6da9d147388f4d6b45aef2b855afd.tar.gz gentoo-2-c3436c2e0ab6da9d147388f4d6b45aef2b855afd.tar.bz2 gentoo-2-c3436c2e0ab6da9d147388f4d6b45aef2b855afd.zip |
Stable for s390, wrt bug #477612
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="s390", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs')
-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 a3b07ea5bc18..f8a63e157b24 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.101 2013/08/04 11:47:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.102 2013/08/06 13:07:05 ago Exp $ + + 06 Aug 2013; Agostino Sarubbo <ago@gentoo.org> nettle-2.7.1.ebuild: + Stable for s390, wrt bug #477612 04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> nettle-2.7.1.ebuild: Stable for ia64, wrt bug #477612 diff --git a/dev-libs/nettle/nettle-2.7.1.ebuild b/dev-libs/nettle/nettle-2.7.1.ebuild index d53cf5a021ab..a377c7e10b9f 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.10 2013/08/04 11:47:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.1.ebuild,v 1.11 2013/08/06 13:07:05 ago 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 )" |