diff options
author | Martin Väth <martin@mvath.de> | 2018-05-07 23:17:25 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2018-05-07 23:17:25 +0200 |
commit | 094d1baa446a429adf4d090893acf7f7c7dd1c49 (patch) | |
tree | a7e50c7135cecf533bb6895a0a1df8cbfe8d0d09 /net-dialup | |
parent | x11-libs/gtk+: Version bump. Remove old (diff) | |
download | mv-094d1baa446a429adf4d090893acf7f7c7dd1c49.tar.gz mv-094d1baa446a429adf4d090893acf7f7c7dd1c49.tar.bz2 mv-094d1baa446a429adf4d090893acf7f7c7dd1c49.zip |
Minor cleanups/EAPI bumps
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/accounting/accounting-1.60.45.3.1.ebuild | 6 | ||||
-rw-r--r-- | net-dialup/martian-modem/martian-modem-20100123-r2.ebuild | 4 |
2 files changed, 5 insertions, 5 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 f31b6586..d13bfe89 100644 --- a/net-dialup/accounting/accounting-1.60.45.3.1.ebuild +++ b/net-dialup/accounting/accounting-1.60.45.3.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 2016 Gentoo Foundation +# Copyright 2010-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit rpm toolchain-funcs RESTRICT="mirror" @@ -41,7 +41,7 @@ src_prepare() { "${CDIR}"/defines.h sed -i -e's!/var/log/[^.]*\.log!'"${ACCOUNTING_LOG}"'!' \ "${DDIR}"/accounting.1 - eapply_user + default } src_configure() { diff --git a/net-dialup/martian-modem/martian-modem-20100123-r2.ebuild b/net-dialup/martian-modem/martian-modem-20100123-r2.ebuild index a94f019e..7358a8e8 100644 --- a/net-dialup/martian-modem/martian-modem-20100123-r2.ebuild +++ b/net-dialup/martian-modem/martian-modem-20100123-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017 Gentoo Foundation +# Copyright 2012-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -71,7 +71,7 @@ src_prepare() { # It contains version checking code, hence can be applied unconditionally eapply "${FILESDIR}/${P}-linux-3.10.patch" fi - eapply_user + default } src_install() { |