From: Michał Górny Date: Sun, 10 Nov 2019 10:31:53 +0000 (+0100) Subject: sys-cluster/onesis: Bump to EAPI 7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=61d9032b69c2473c6bc60766082b3cc9cfaeae23;p=gentoo.git sys-cluster/onesis: Bump to EAPI 7 Closes: https://bugs.gentoo.org/697176 Signed-off-by: Michał Górny --- diff --git a/sys-cluster/onesis/onesis-2.0.2.ebuild b/sys-cluster/onesis/onesis-2.0.2.ebuild index 3c06451f906c..e115906bcab6 100644 --- a/sys-cluster/onesis/onesis-2.0.2.ebuild +++ b/sys-cluster/onesis/onesis-2.0.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=7 MY_P="oneSIS-${PV/_}" @@ -9,7 +9,7 @@ DESCRIPTION="Diskless computing made easy" HOMEPAGE="http://onesis.org/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" @@ -20,5 +20,5 @@ RDEPEND="${DEPEND}" S="${WORKDIR}"/${MY_P} src_install() { - make prefix="${D}" INSTALLDIRS=vendor install || die "make install failed" + emake prefix="${D}" INSTALLDIRS=vendor install }