summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-16 08:49:10 +0100
committerSam James <sam@gentoo.org>2021-04-16 12:15:14 +0100
commit3ebb9fb74390475c7f3a762008cea2be4a32b30b (patch)
tree6a57fd0447681cf31c6ab3e6f3f5a62e0534c2de /dev-lang/hy
parentdev-lang/gnuprologjava: eutils-- (diff)
downloadgentoo-3ebb9fb74390475c7f3a762008cea2be4a32b30b.tar.gz
gentoo-3ebb9fb74390475c7f3a762008cea2be4a32b30b.tar.bz2
gentoo-3ebb9fb74390475c7f3a762008cea2be4a32b30b.zip
dev-lang/hy: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/hy')
-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"