summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-10 11:31:53 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-10 12:24:37 +0100
commit61d9032b69c2473c6bc60766082b3cc9cfaeae23 (patch)
tree0599e4bfd353cd4c48db48cd326e667a1ace3cb4 /sys-cluster
parentsys-cluster/fake: Bump to EAPI 7 (diff)
downloadgentoo-61d9032b69c2473c6bc60766082b3cc9cfaeae23.tar.gz
gentoo-61d9032b69c2473c6bc60766082b3cc9cfaeae23.tar.bz2
gentoo-61d9032b69c2473c6bc60766082b3cc9cfaeae23.zip
sys-cluster/onesis: Bump to EAPI 7
Closes: https://bugs.gentoo.org/697176 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/onesis/onesis-2.0.2.ebuild8
1 files 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 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
}