summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schuerch <nativemad@gentoo.org>2015-03-22 11:17:18 +0000
committerAndreas Schuerch <nativemad@gentoo.org>2015-03-22 11:17:18 +0000
commit7bd070226985e8f3f8182bc378dc0de65bde0e71 (patch)
treedf5856f69a7df851f63abb42070e14f19158dbad /sci-mathematics
parentFix parallel installation (#543812 by tman, Aaron U'Ren and many others) (diff)
downloadgentoo-2-7bd070226985e8f3f8182bc378dc0de65bde0e71.tar.gz
gentoo-2-7bd070226985e8f3f8182bc378dc0de65bde0e71.tar.bz2
gentoo-2-7bd070226985e8f3f8182bc378dc0de65bde0e71.zip
x86 stable, see bug 511442. Thanks Myckel Habets for testing.
(Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 60373227)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/4ti2/4ti2-1.6.2.ebuild6
-rw-r--r--sci-mathematics/4ti2/ChangeLog7
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-mathematics/4ti2/4ti2-1.6.2.ebuild b/sci-mathematics/4ti2/4ti2-1.6.2.ebuild
index 73861daa70a4..9a9fb05777af 100644
--- a/sci-mathematics/4ti2/4ti2-1.6.2.ebuild
+++ b/sci-mathematics/4ti2/4ti2-1.6.2.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/sci-mathematics/4ti2/4ti2-1.6.2.ebuild,v 1.4 2014/11/21 09:26:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.6.2.ebuild,v 1.5 2015/03/22 11:17:18 nativemad Exp $
EAPI=5
@@ -16,7 +16,7 @@ SRC_URI="http://4ti2.de/version_${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86 ~x86-macos"
+KEYWORDS="amd64 x86 ~x86-macos"
IUSE="static-libs"
DEPEND="
diff --git a/sci-mathematics/4ti2/ChangeLog b/sci-mathematics/4ti2/ChangeLog
index a0854edf5319..f9bec7724f76 100644
--- a/sci-mathematics/4ti2/ChangeLog
+++ b/sci-mathematics/4ti2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/4ti2
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.18 2014/11/21 09:26:09 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.19 2015/03/22 11:17:18 nativemad Exp $
+
+ 22 Mar 2015; Andreas Schuerch <nativemad@gentoo.org> 4ti2-1.6.2.ebuild:
+ x86 stable, see bug 511442
21 Nov 2014; Mike Frysinger <vapier@gentoo.org> 4ti2-1.6.2.ebuild:
Clarify AT_NO_RECURSIVE usage.