summaryrefslogtreecommitdiff
path: root/dev-lang/hy/hy-0.17.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/hy/hy-0.17.0.ebuild')
-rw-r--r--dev-lang/hy/hy-0.17.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/hy/hy-0.17.0.ebuild b/dev-lang/hy/hy-0.17.0.ebuild
index 3289328b5d28..f5cd25b9c0a6 100644
--- a/dev-lang/hy/hy-0.17.0.ebuild
+++ b/dev-lang/hy/hy-0.17.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
RESTRICT="test" # needs some pointy sticks. Seriously.
PYTHON_COMPAT=(python3_7)
-inherit distutils-r1 eutils
+inherit distutils-r1
DESCRIPTION="A LISP dialect running in python"
HOMEPAGE="http://hylang.org/"
SRC_URI="https://github.com/hylang/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"