diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-31 09:39:28 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-31 09:39:28 +0000 |
commit | 28447f575e04c7a7f3adc98ddddd9d528c79c67c (patch) | |
tree | 5cffc2ca3f13fec0b39323113fca2200367359ad /dev-cpp/eigen | |
parent | Stable for alpha, wrt bug #441092 (diff) | |
download | gentoo-2-28447f575e04c7a7f3adc98ddddd9d528c79c67c.tar.gz gentoo-2-28447f575e04c7a7f3adc98ddddd9d528c79c67c.tar.bz2 gentoo-2-28447f575e04c7a7f3adc98ddddd9d528c79c67c.zip |
Stable for alpha, wrt bug #436570
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-cpp/eigen')
-rw-r--r-- | dev-cpp/eigen/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/eigen/eigen-3.0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/eigen/ChangeLog b/dev-cpp/eigen/ChangeLog index 7e4201c6cbdd..8cc1bbf58e77 100644 --- a/dev-cpp/eigen/ChangeLog +++ b/dev-cpp/eigen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/eigen # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/eigen/ChangeLog,v 1.70 2012/12/30 14:03:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/eigen/ChangeLog,v 1.71 2012/12/31 09:39:28 ago Exp $ + + 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> eigen-3.0.6.ebuild: + Stable for alpha, wrt bug #436570 30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> eigen-3.0.6.ebuild: Stable for sparc, wrt bug #436570 diff --git a/dev-cpp/eigen/eigen-3.0.6.ebuild b/dev-cpp/eigen/eigen-3.0.6.ebuild index 23d9a4742be5..374f6d34bb5a 100644 --- a/dev-cpp/eigen/eigen-3.0.6.ebuild +++ b/dev-cpp/eigen/eigen-3.0.6.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/dev-cpp/eigen/eigen-3.0.6.ebuild,v 1.8 2012/12/30 14:03:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/eigen/eigen-3.0.6.ebuild,v 1.9 2012/12/31 09:39:28 ago 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 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" SLOT="3" IUSE="debug doc" |