diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-01-25 17:07:22 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-01-25 17:07:22 +0000 |
commit | cff474979fd44f1ffc5df2148f5587d5c0972b4c (patch) | |
tree | 4684469969cacde99e36db98f854a1d97f6bed78 /app-admin/eselect-blas | |
parent | Version bump; new version now installs a library as well as the daemon, and r... (diff) | |
download | gentoo-2-cff474979fd44f1ffc5df2148f5587d5c0972b4c.tar.gz gentoo-2-cff474979fd44f1ffc5df2148f5587d5c0972b4c.tar.bz2 gentoo-2-cff474979fd44f1ffc5df2148f5587d5c0972b4c.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-blas')
-rw-r--r-- | app-admin/eselect-blas/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/eselect-blas/eselect-blas-0.1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-admin/eselect-blas/ChangeLog b/app-admin/eselect-blas/ChangeLog index 6c0879bc3a30..ca161b662072 100644 --- a/app-admin/eselect-blas/ChangeLog +++ b/app-admin/eselect-blas/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/eselect-blas -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-blas/ChangeLog,v 1.24 2012/05/12 19:37:15 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-blas/ChangeLog,v 1.25 2013/01/25 17:07:22 ottxor Exp $ + + 25 Jan 2013; Christoph Junghans <ottxor@gentoo.org> eselect-blas-0.1.ebuild: + added ~arm tested by me 12 May 2012; Alexis Ballier <aballier@gentoo.org> eselect-blas-0.1.ebuild: keyword ~amd64-fbsd @@ -85,4 +88,3 @@ +files/blas.eselect-0.1, +files/blas.eselect.5, +metadata.xml, +eselect-blas-0.1.ebuild: New eselect module for switching BLAS implementations. - diff --git a/app-admin/eselect-blas/eselect-blas-0.1.ebuild b/app-admin/eselect-blas/eselect-blas-0.1.ebuild index b2807a0ce8e7..3819bc3fe9cd 100644 --- a/app-admin/eselect-blas/eselect-blas-0.1.ebuild +++ b/app-admin/eselect-blas/eselect-blas-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-blas/eselect-blas-0.1.ebuild,v 1.23 2012/05/12 19:37:15 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-blas/eselect-blas-0.1.ebuild,v 1.24 2013/01/25 17:07:22 ottxor Exp $ DESCRIPTION="BLAS module for eselect" HOMEPAGE="http://www.gentoo.org/proj/en/eselect/" @@ -8,7 +8,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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" IUSE="" # Need skel.bash lib |