diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-01-25 17:22:02 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-01-25 17:22:02 +0000 |
commit | 1729e3d12ce34fa56860dbc27ef91a6de73efe63 (patch) | |
tree | fcd6d8919b4056eba2818322a6f59f2126b4a561 /app-admin/eselect-lapack | |
parent | added ~arm tested by me (diff) | |
download | gentoo-2-1729e3d12ce34fa56860dbc27ef91a6de73efe63.tar.gz gentoo-2-1729e3d12ce34fa56860dbc27ef91a6de73efe63.tar.bz2 gentoo-2-1729e3d12ce34fa56860dbc27ef91a6de73efe63.zip |
added ~arm tested by me
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'app-admin/eselect-lapack')
-rw-r--r-- | app-admin/eselect-lapack/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/eselect-lapack/eselect-lapack-0.1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-admin/eselect-lapack/ChangeLog b/app-admin/eselect-lapack/ChangeLog index 96f9289dc142..ee2ea2b7a1cf 100644 --- a/app-admin/eselect-lapack/ChangeLog +++ b/app-admin/eselect-lapack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/eselect-lapack -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-lapack/ChangeLog,v 1.20 2012/05/12 19:36:41 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-lapack/ChangeLog,v 1.21 2013/01/25 17:22:02 ottxor Exp $ + + 25 Jan 2013; Christoph Junghans <ottxor@gentoo.org> eselect-lapack-0.1.ebuild: + added ~arm tested by me 12 May 2012; Alexis Ballier <aballier@gentoo.org> eselect-lapack-0.1.ebuild: keyword ~amd64-fbsd @@ -74,4 +77,3 @@ +files/lapack.eselect-0.1, +files/lapack.eselect.5, +metadata.xml, +eselect-lapack-0.1.ebuild: New eselect module for switching LAPACK implementations. - diff --git a/app-admin/eselect-lapack/eselect-lapack-0.1.ebuild b/app-admin/eselect-lapack/eselect-lapack-0.1.ebuild index 21c047f59f60..f66734c2c5e1 100644 --- a/app-admin/eselect-lapack/eselect-lapack-0.1.ebuild +++ b/app-admin/eselect-lapack/eselect-lapack-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-lapack/eselect-lapack-0.1.ebuild,v 1.21 2012/05/12 19:36:41 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-lapack/eselect-lapack-0.1.ebuild,v 1.22 2013/01/25 17:22:02 ottxor Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" # Need skel.bash lib |