From: David Seifert Date: Sun, 16 Feb 2020 20:24:29 +0000 (+0100) Subject: www-apps/prewikka: [QA] inherit eutils.eclass directly X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=51557c2c738b0ac6a5cba8474774488ff89212ca;p=gentoo.git www-apps/prewikka: [QA] inherit eutils.eclass directly Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/www-apps/prewikka/prewikka-5.1.1.ebuild b/www-apps/prewikka/prewikka-5.1.1.ebuild index b15b4998aaef..64f10b7f3781 100644 --- a/www-apps/prewikka/prewikka-5.1.1.ebuild +++ b/www-apps/prewikka/prewikka-5.1.1.ebuild @@ -6,7 +6,7 @@ EAPI=7 PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="ssl" -inherit distutils-r1 +inherit distutils-r1 eutils DESCRIPTION="Graphical front-end analysis console for the Prelude Framework" HOMEPAGE="https://www.prelude-siem.org"