diff options
author | David Seifert <soap@gentoo.org> | 2018-04-17 11:54:25 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-17 22:25:34 +0200 |
commit | cba6e37aeb123daf38678d90bb2fd26b2d5a599a (patch) | |
tree | 05ac2380c0e5f22e0981a1d8d6cf91ca7be0ac7f /sci-chemistry/ghemical | |
parent | sci-libs/libghemical: Drop stable keywords (diff) | |
download | gentoo-cba6e37aeb123daf38678d90bb2fd26b2d5a599a.tar.gz gentoo-cba6e37aeb123daf38678d90bb2fd26b2d5a599a.tar.bz2 gentoo-cba6e37aeb123daf38678d90bb2fd26b2d5a599a.zip |
sci-chemistry/ghemical: Drop stable keywords
Package-Manager: Portage-2.3.29, Repoman-2.3.9
Diffstat (limited to 'sci-chemistry/ghemical')
-rw-r--r-- | sci-chemistry/ghemical/ghemical-3.0.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-chemistry/ghemical/ghemical-3.0.0.ebuild b/sci-chemistry/ghemical/ghemical-3.0.0.ebuild index ed816b7a5491..5704b7df145c 100644 --- a/sci-chemistry/ghemical/ghemical-3.0.0.ebuild +++ b/sci-chemistry/ghemical/ghemical-3.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils +inherit autotools desktop DESCRIPTION="Chemical quantum mechanics and molecular mechanics" HOMEPAGE="http://bioinformatics.org/ghemical/" @@ -11,7 +11,7 @@ SRC_URI="http://bioinformatics.org/ghemical/download/current/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="openbabel seamonkey threads" RDEPEND=" @@ -36,9 +36,9 @@ src_prepare() { } src_configure() { -# With amd64, if you want gamess I recommend adding gamess and gtk-gamess to package.provided for now. + # With amd64, if you want gamess I recommend adding gamess and gtk-gamess to package.provided for now. -# Change the built-in help browser. + # Change the built-in help browser. if use seamonkey ; then sed -i -e 's|mozilla|seamonkey|g' src/gtk_app.cpp || die "sed failed for seamonkey!" else |