commit: 5b2db80adb24c84eb1fcc6545afb1c1ffd8c1b6b
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat May 8 14:26:23 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat May 8 14:26:23 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5b2db80a
dev-python/ufl: eutils --> optfeature
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/ufl/ufl-2019.1.0.ebuild | 4 ++--
1 file 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"