summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/openrdate/openrdate-1.2.ebuild6
-rw-r--r--net-misc/sshstart/sshstart-3.00.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/net-misc/openrdate/openrdate-1.2.ebuild b/net-misc/openrdate/openrdate-1.2.ebuild
index c70a5e6c..55097999 100644
--- a/net-misc/openrdate/openrdate-1.2.ebuild
+++ b/net-misc/openrdate/openrdate-1.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit autotools
DESCRIPTION="use TCP or UDP to retrieve the current time of another machine"
@@ -18,7 +18,7 @@ RDEPEND="${DEPEND}"
src_prepare() {
eapply "${FILESDIR}"/${PN}-1.1.3-rename.patch
- eapply_user
+ default
eautomake
mv docs/{,open}rdate.8
}
diff --git a/net-misc/sshstart/sshstart-3.00.ebuild b/net-misc/sshstart/sshstart-3.00.ebuild
index ba56527e..a2e0fd30 100644
--- a/net-misc/sshstart/sshstart-3.00.ebuild
+++ b/net-misc/sshstart/sshstart-3.00.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2017 Gentoo Foundation
+# Copyright 2012-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
RESTRICT="mirror"
DESCRIPTION="Start ssh-agent/ssh-add only if you really use ssh or friends"
@@ -20,7 +20,7 @@ src_prepare() {
use prefix || sed -i \
-e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \
-- "${PN}" || die
- eapply_user
+ default
}
src_install() {