diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-08-25 16:33:37 -0600 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-08-25 16:34:35 -0600 |
commit | 2a6b05ab78a9a696398ae3b81d5da165a3256f57 (patch) | |
tree | e885dad2c4fc6d9db2d451e6202d6774aedd3a64 /app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild | |
parent | sci-mathematics/alt-ergo: version bump (diff) | |
download | sci-2a6b05ab78a9a696398ae3b81d5da165a3256f57.tar.gz sci-2a6b05ab78a9a696398ae3b81d5da165a3256f57.tar.bz2 sci-2a6b05ab78a9a696398ae3b81d5da165a3256f57.zip |
drop stable keywords
Package-Manager: portage-2.2.1
Diffstat (limited to 'app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild')
-rw-r--r-- | app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild b/app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild index 6b43bc4e7..676acf92b 100644 --- a/app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild +++ b/app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 DESCRIPTION="Documentation reference and man pages for LAPACK implementations" HOMEPAGE="http://www.netlib.org/lapack/" @@ -11,7 +11,7 @@ SRC_URI="http://dev.gentoo.org/~bicatali/lapack-man-${PV}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="" S="${WORKDIR}/manpages" |