diff options
author | David Seifert <soap@gentoo.org> | 2018-04-17 11:52:18 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-17 22:25:30 +0200 |
commit | 3f1d4bb00af528486bbb145f234c887aaf2f8ff9 (patch) | |
tree | 9246b4bcb425d2b52e929c6bfe9d113bc55c2b24 | |
parent | sci-chemistry/elem: Port to EAPI 6 (diff) | |
download | gentoo-3f1d4bb00af528486bbb145f234c887aaf2f8ff9.tar.gz gentoo-3f1d4bb00af528486bbb145f234c887aaf2f8ff9.tar.bz2 gentoo-3f1d4bb00af528486bbb145f234c887aaf2f8ff9.zip |
sci-libs/libghemical: Drop stable keywords
Package-Manager: Portage-2.3.29, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8043
-rw-r--r-- | sci-libs/libghemical/libghemical-3.0.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/libghemical/libghemical-3.0.0.ebuild b/sci-libs/libghemical/libghemical-3.0.0.ebuild index 6a3c64969ac5..de7e0299a0dc 100644 --- a/sci-libs/libghemical/libghemical-3.0.0.ebuild +++ b/sci-libs/libghemical/libghemical-3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="http://www.bioinformatics.org/ghemical/download/current/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="mopac7 mpqc static-libs" RDEPEND=" @@ -22,7 +22,7 @@ RDEPEND=" virtual/lapack )" DEPEND="${RDEPEND} - virtual/pkgconfig" + virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${PN}-2.98-gl.patch ) |