summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2015-11-20 22:58:10 +0100
committerMartin Väth <martin@mvath.de>2015-11-20 22:58:10 +0100
commit54e1638047d8f3c28d9824ea8141bc201a4ac98b (patch)
tree7ad61db574e9209732242a31b324d1df567021ea /net-dialup
parentapp-arch/archwrap: Version bump (diff)
downloadmv-54e1638047d8f3c28d9824ea8141bc201a4ac98b.tar.gz
mv-54e1638047d8f3c28d9824ea8141bc201a4ac98b.tar.bz2
mv-54e1638047d8f3c28d9824ea8141bc201a4ac98b.zip
Bump to EAPI=6
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/accounting/accounting-1.60.45.3.1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-dialup/accounting/accounting-1.60.45.3.1.ebuild b/net-dialup/accounting/accounting-1.60.45.3.1.ebuild
index 91d88aad..72bcf43b 100644
--- a/net-dialup/accounting/accounting-1.60.45.3.1.ebuild
+++ b/net-dialup/accounting/accounting-1.60.45.3.1.ebuild
@@ -2,8 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
-inherit eutils rpm toolchain-funcs
+EAPI=6
+inherit rpm toolchain-funcs
RESTRICT="mirror"
MY_PN="smpppd"
@@ -28,7 +28,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-test -z "${ACCOUNTING_LOG}" && ACCOUNTING_LOG="/var/log/accounting.log"
+: ${ACCOUNTING_LOG:="/var/log/accounting.log"}
DEPEND=">=net-dialup/ppp-2.4.4-r13"
RDEPEND="${DEPEND}"
@@ -42,7 +42,7 @@ src_prepare() {
"${CDIR}"/defines.h
sed -i -e's!/var/log/[^.]*\.log!'"${ACCOUNTING_LOG}"'!' \
"${DDIR}"/accounting.1
- epatch_user
+ eapply_user
}
src_configure() {