commit: 200622e9809df7495cf96fe062294756d45422ee
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat May 8 14:30:02 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat May 8 14:30:02 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=200622e9
dev-python/Forthon: drop eutils
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/Forthon/Forthon-0.8.49.ebuild | 2 +-
dev-python/Forthon/Forthon-0.9.4.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/Forthon/Forthon-0.8.49.ebuild
b/dev-python/Forthon/Forthon-0.8.49.ebuild
index 85bec5edb..f24277001 100644
--- a/dev-python/Forthon/Forthon-0.8.49.ebuild
+++ b/dev-python/Forthon/Forthon-0.8.49.ebuild
@@ -4,7 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
-inherit eutils distutils-r1
+inherit distutils-r1
DESCRIPTION="Python interface generator for Fortran based codes"
HOMEPAGE="https://github.com/dpgrote/Forthon"
diff --git a/dev-python/Forthon/Forthon-0.9.4.ebuild
b/dev-python/Forthon/Forthon-0.9.4.ebuild
index e0739ec44..fa6e3fde3 100644
--- a/dev-python/Forthon/Forthon-0.9.4.ebuild
+++ b/dev-python/Forthon/Forthon-0.9.4.ebuild
@@ -1,10 +1,10 @@
-# 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 eutils distutils-r1
+inherit distutils-r1
DESCRIPTION="Python interface generator for Fortran based codes"
HOMEPAGE="https://github.com/dpgrote/Forthon"