diff options
author | Martin Väth <martin@mvath.de> | 2017-03-25 22:15:24 +0100 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2017-03-25 22:15:24 +0100 |
commit | c770e8516a236807363fecfe1bec7b8b391993c5 (patch) | |
tree | 4af460c3ef9955fd3a2eb59569d205ebe4c95eda /net-dns/noip-updater | |
parent | Drop python versions causing dependency issues (diff) | |
download | mv-c770e8516a236807363fecfe1bec7b8b391993c5.tar.gz mv-c770e8516a236807363fecfe1bec7b8b391993c5.tar.bz2 mv-c770e8516a236807363fecfe1bec7b8b391993c5.zip |
Omit inherit eutils
Diffstat (limited to 'net-dns/noip-updater')
-rw-r--r-- | net-dns/noip-updater/noip-updater-2.1.9-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/noip-updater/noip-updater-2.1.9-r4.ebuild b/net-dns/noip-updater/noip-updater-2.1.9-r4.ebuild index 5ad8b23c..88343b6b 100644 --- a/net-dns/noip-updater/noip-updater-2.1.9-r4.ebuild +++ b/net-dns/noip-updater/noip-updater-2.1.9-r4.ebuild @@ -1,8 +1,8 @@ -# Copyright 2016 Gentoo Foundation +# Copyright 2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils readme.gentoo-r1 systemd toolchain-funcs user +inherit readme.gentoo-r1 systemd toolchain-funcs user MY_P=${P/-updater/} DESCRIPTION="no-ip.com dynamic DNS updater" |