From 1c42b2c617f2b2932b2a12e3f49cdf0d929f6aea Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Mon, 9 Mar 2020 13:34:12 +0100 Subject: Repo fixes and cleanups --- app-portage/epm/epm-1.40.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-portage/epm/epm-1.40.ebuild') diff --git a/app-portage/epm/epm-1.40.ebuild b/app-portage/epm/epm-1.40.ebuild index 1b89ed4..f03c083 100644 --- a/app-portage/epm/epm-1.40.ebuild +++ b/app-portage/epm/epm-1.40.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI="7" inherit eutils prefix @@ -12,10 +12,10 @@ S="${WORKDIR}/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" -DEPEND=">=dev-lang/perl-5" +DEPEND="dev-lang/perl" RDEPEND="${DEPEND}" src_unpack() { -- cgit v1.2.3