-# 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/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
IUSE="openbabel seamonkey threads"
RDEPEND="
}
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