diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-08-14 17:21:40 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-08-14 17:21:40 +0000 |
commit | bfd10b0d001a90e7b7d8e0ec8719c7243fb3125a (patch) | |
tree | 801da8b496ed27941382486bea121f436c3f230d /dev-cpp/eigen | |
parent | x86 stable wrt bug #518514 (diff) | |
download | gentoo-2-bfd10b0d001a90e7b7d8e0ec8719c7243fb3125a.tar.gz gentoo-2-bfd10b0d001a90e7b7d8e0ec8719c7243fb3125a.tar.bz2 gentoo-2-bfd10b0d001a90e7b7d8e0ec8719c7243fb3125a.zip |
x86 stable wrt bug #511392
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'dev-cpp/eigen')
-rw-r--r-- | dev-cpp/eigen/ChangeLog | 7 | ||||
-rw-r--r-- | dev-cpp/eigen/eigen-3.1.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-cpp/eigen/ChangeLog b/dev-cpp/eigen/ChangeLog index 25b1e8851a03..943e0a4fc398 100644 --- a/dev-cpp/eigen/ChangeLog +++ b/dev-cpp/eigen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/eigen -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/eigen/ChangeLog,v 1.80 2013/08/27 20:32:23 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/eigen/ChangeLog,v 1.81 2014/08/14 17:21:40 phajdan.jr Exp $ + + 14 Aug 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> eigen-3.1.3.ebuild: + x86 stable wrt bug #511392 27 Aug 2013; Alexis Ballier <aballier@gentoo.org> eigen-2.0.17.ebuild: keyword ~amd64-fbsd diff --git a/dev-cpp/eigen/eigen-3.1.3.ebuild b/dev-cpp/eigen/eigen-3.1.3.ebuild index 3e3b721fd112..6f426c94e642 100644 --- a/dev-cpp/eigen/eigen-3.1.3.ebuild +++ b/dev-cpp/eigen/eigen-3.1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/eigen/eigen-3.1.3.ebuild,v 1.1 2013/04/19 07:20:07 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/eigen/eigen-3.1.3.ebuild,v 1.2 2014/08/14 17:21:40 phajdan.jr Exp $ EAPI=4 @@ -11,7 +11,7 @@ HOMEPAGE="http://eigen.tuxfamily.org/" SRC_URI="http://bitbucket.org/eigen/eigen/get/${PV}.tar.bz2 -> ${P}.tar.bz2" LICENSE="LGPL-2 GPL-3" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" SLOT="3" IUSE="debug doc" |