summaryrefslogtreecommitdiff
path: root/app-misc/open-plc-utils/open-plc-utils-9999.ebuild
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2020-03-10 17:39:06 +0100
committerMarcin Deranek <marcin.deranek@slonko.net>2020-03-10 17:39:17 +0100
commit15f955f7ceb6b5aec1d73b66e4ab799dda15a424 (patch)
tree2e7ea47b03f62b9a1d67c91cb8632abe522b4184 /app-misc/open-plc-utils/open-plc-utils-9999.ebuild
parentb8ae6d36a518b66416c25b4c0cc8d35b9badf1f3 (diff)
downloadportage-15f955f7ceb6b5aec1d73b66e4ab799dda15a424.tar.gz
portage-15f955f7ceb6b5aec1d73b66e4ab799dda15a424.tar.bz2
portage-15f955f7ceb6b5aec1d73b66e4ab799dda15a424.zip
More cleanups
Diffstat (limited to 'app-misc/open-plc-utils/open-plc-utils-9999.ebuild')
-rw-r--r--app-misc/open-plc-utils/open-plc-utils-9999.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/app-misc/open-plc-utils/open-plc-utils-9999.ebuild b/app-misc/open-plc-utils/open-plc-utils-9999.ebuild
index 58a83a7..6a5c618 100644
--- a/app-misc/open-plc-utils/open-plc-utils-9999.ebuild
+++ b/app-misc/open-plc-utils/open-plc-utils-9999.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
+EAPI=7
if [[ ${PV} = 9999* ]]; then
inherit git-r3
@@ -25,7 +24,7 @@ RDEPEND=""
DEPEND="${RDEPEND}"
src_install() {
- emake ROOTFS="${D}" install || die "emake install failed"
- emake ROOTFS="${D}" manuals || die "emake manuals failed"
- use doc && dohtml -r docbook
+ emake ROOTFS="${D}" install || die "emake install failed"
+ emake ROOTFS="${D}" manuals || die "emake manuals failed"
+ use doc && dohtml -r docbook
}