sci-libs/libghemical: Drop stable keywords
authorDavid Seifert <soap@gentoo.org>
Tue, 17 Apr 2018 09:52:18 +0000 (11:52 +0200)
committerDavid Seifert <soap@gentoo.org>
Tue, 17 Apr 2018 20:25:30 +0000 (22:25 +0200)
Package-Manager: Portage-2.3.29, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8043

sci-libs/libghemical/libghemical-3.0.0.ebuild

index 6a3c64969ac5d458f819e3b27cf481b72d5791b9..de7e0299a0dc0c30eeef0f24b535f5b72087d775 100644 (file)
@@ -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 )