aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-05-08 16:26:23 +0200
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-05-08 16:26:23 +0200
commit5b2db80adb24c84eb1fcc6545afb1c1ffd8c1b6b (patch)
treebcaca83690d5a5377dd3261a4e621f1b35eb4e67
parentsci-chemistry/pymol-plugins-psico: inherit optfeature (diff)
downloadsci-5b2db80adb24c84eb1fcc6545afb1c1ffd8c1b6b.tar.gz
sci-5b2db80adb24c84eb1fcc6545afb1c1ffd8c1b6b.tar.bz2
sci-5b2db80adb24c84eb1fcc6545afb1c1ffd8c1b6b.zip
dev-python/ufl: eutils --> optfeature
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--dev-python/ufl/ufl-2019.1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ufl/ufl-2019.1.0.ebuild b/dev-python/ufl/ufl-2019.1.0.ebuild
index e165312a8..ef75774a2 100644
--- a/dev-python/ufl/ufl-2019.1.0.ebuild
+++ b/dev-python/ufl/ufl-2019.1.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
-inherit distutils-r1 eutils
+inherit distutils-r1 optfeature
DESCRIPTION="Unified Form Language for declaration of for FE discretizations"
HOMEPAGE="https://github.com/FEniCS/ufl"