From 45a1aa11ca88530be7230c350a47c17604ab5018 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Mon, 7 Sep 2020 10:53:51 +0200 Subject: sci-chemistry/pymol: Inherit optfeature.eclass Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: David Seifert --- sci-chemistry/pymol/pymol-2.3.0-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-chemistry/pymol') diff --git a/sci-chemistry/pymol/pymol-2.3.0-r3.ebuild b/sci-chemistry/pymol/pymol-2.3.0-r3.ebuild index 58c0d6707c41..e469b6431e82 100644 --- a/sci-chemistry/pymol/pymol-2.3.0-r3.ebuild +++ b/sci-chemistry/pymol/pymol-2.3.0-r3.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) -inherit distutils-r1 desktop eutils flag-o-matic xdg-utils +inherit distutils-r1 desktop optfeature flag-o-matic xdg-utils DESCRIPTION="A Python-extensible molecular graphics system" HOMEPAGE="https://www.pymol.org/" @@ -81,7 +81,7 @@ python_install_all() { # These environment variables should not go in the wrapper script, or else # it will be impossible to use the PyMOL libraries from Python. - cat >> "${T}"/20pymol <<- EOF + cat >> "${T}"/20pymol <<- EOF || die PYMOL_PATH="${EPREFIX}/usr/share/pymol" PYMOL_DATA="${EPREFIX}/usr/share/pymol/data" PYMOL_SCRIPTS="${EPREFIX}/usr/share/pymol/scripts" -- cgit v1.2.3-65-gdbad