summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-libs/libctl/ChangeLog5
-rw-r--r--sci-libs/libctl/libctl-3.1.ebuild4
-rw-r--r--sci-libs/nlopt/ChangeLog5
-rw-r--r--sci-libs/nlopt/nlopt-2.2.4.ebuild4
4 files changed, 12 insertions, 6 deletions
diff --git a/sci-libs/libctl/ChangeLog b/sci-libs/libctl/ChangeLog
index 8878acd4ec19..eac7e0aeae52 100644
--- a/sci-libs/libctl/ChangeLog
+++ b/sci-libs/libctl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/libctl
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v 1.18 2012/02/05 17:06:47 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v 1.19 2012/02/07 13:52:41 ago Exp $
+
+ 07 Feb 2012; Agostino Sarubbo <ago@gentoo.org> libctl-3.1.ebuild:
+ Stable for amd64, wrt bug #386953
05 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> libctl-3.1.ebuild:
Fix examples' install path wrt #386953 by Agostino Sarubbo <ago@gentoo.org>
diff --git a/sci-libs/libctl/libctl-3.1.ebuild b/sci-libs/libctl/libctl-3.1.ebuild
index 808267bfc477..57677e69bb3d 100644
--- a/sci-libs/libctl/libctl-3.1.ebuild
+++ b/sci-libs/libctl/libctl-3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/libctl-3.1.ebuild,v 1.6 2012/02/05 17:06:47 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/libctl-3.1.ebuild,v 1.7 2012/02/07 13:52:41 ago Exp $
EAPI=4
@@ -12,7 +12,7 @@ SRC_URI="http://ab-initio.mit.edu/libctl/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="doc examples static-libs"
DEPEND="virtual/fortran
diff --git a/sci-libs/nlopt/ChangeLog b/sci-libs/nlopt/ChangeLog
index f12d5cda71a0..ae76816955f6 100644
--- a/sci-libs/nlopt/ChangeLog
+++ b/sci-libs/nlopt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/nlopt
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.10 2012/01/20 16:56:52 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.11 2012/02/07 13:53:02 ago Exp $
+
+ 07 Feb 2012; Agostino Sarubbo <ago@gentoo.org> nlopt-2.2.4.ebuild:
+ Stable for amd64, wrt bug #386953
20 Jan 2012; SĂ©bastien Fabbro <bicatali@gentoo.org> nlopt-2.2.4.ebuild:
Switched to autotools-utils
diff --git a/sci-libs/nlopt/nlopt-2.2.4.ebuild b/sci-libs/nlopt/nlopt-2.2.4.ebuild
index c846c1109df1..23f4a25882ee 100644
--- a/sci-libs/nlopt/nlopt-2.2.4.ebuild
+++ b/sci-libs/nlopt/nlopt-2.2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v 1.2 2012/01/20 16:56:52 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v 1.3 2012/02/07 13:53:02 ago Exp $
EAPI=4
@@ -15,7 +15,7 @@ HOMEPAGE="http://ab-initio.mit.edu/nlopt/"
SRC_URI="${HOMEPAGE}/${P}.tar.gz"
LICENSE="LGPL-2.1 MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
SLOT="0"
IUSE="cxx guile octave python static-libs"