commit: 61d9032b69c2473c6bc60766082b3cc9cfaeae23 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Nov 10 10:31:53 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Nov 10 11:24:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61d9032b
sys-cluster/onesis: Bump to EAPI 7 Closes: https://bugs.gentoo.org/697176 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-cluster/onesis/onesis-2.0.2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-cluster/onesis/onesis-2.0.2.ebuild b/sys-cluster/onesis/onesis-2.0.2.ebuild index 3c06451f906..e115906bcab 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 }
