summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2011-03-26 20:58:08 +0000
committerTobias Klausmann <klausman@gentoo.org>2011-03-26 20:58:08 +0000
commit096e7d6c95502e0a8065d74ccb5fbbaaa585c4d1 (patch)
tree6e861edf474080237b7cfe324fc3f65dd788924f /dev-libs/nettle
parentUse eapi4 for phonon live version. With REQUIRED_USE it drops need for the pk... (diff)
downloadgentoo-2-096e7d6c95502e0a8065d74ccb5fbbaaa585c4d1.tar.gz
gentoo-2-096e7d6c95502e0a8065d74ccb5fbbaaa585c4d1.tar.bz2
gentoo-2-096e7d6c95502e0a8065d74ccb5fbbaaa585c4d1.zip
Stable on alpha, bug #337160
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/nettle')
-rw-r--r--dev-libs/nettle/ChangeLog5
-rw-r--r--dev-libs/nettle/nettle-2.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/nettle/ChangeLog b/dev-libs/nettle/ChangeLog
index 0d42775dcede..1c1b07a6023e 100644
--- a/dev-libs/nettle/ChangeLog
+++ b/dev-libs/nettle/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/nettle
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.34 2011/03/25 12:03:34 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.35 2011/03/26 20:58:08 klausman Exp $
+
+ 26 Mar 2011; Tobias Klausmann <klausman@gentoo.org> nettle-2.1.ebuild:
+ Stable on alpha, bug #337160
25 Mar 2011; Markos Chandras <hwoarang@gentoo.org> nettle-2.1.ebuild:
Stable on amd64 wrt bug #337160
diff --git a/dev-libs/nettle/nettle-2.1.ebuild b/dev-libs/nettle/nettle-2.1.ebuild
index cf47f84a44f2..4b5bfc9da93b 100644
--- a/dev-libs/nettle/nettle-2.1.ebuild
+++ b/dev-libs/nettle/nettle-2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.1.ebuild,v 1.4 2011/03/25 12:03:34 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.1.ebuild,v 1.5 2011/03/26 20:58:08 klausman Exp $
EAPI=2
inherit autotools eutils
@@ -11,7 +11,7 @@ SRC_URI="http://www.lysator.liu.se/~nisse/archive/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="gmp ssl"
DEPEND="gmp? ( dev-libs/gmp )