summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2018-08-10 09:53:28 +0200
committerMartin Väth <martin@mvath.de>2018-08-10 09:53:28 +0200
commitaba8369db080d297178da9a400114ab63b72af0f (patch)
treea1fa9d2d6872dda8dcbd2d08a33932db014fccaf /sys-power/nut
parentapp-shells/schily-tools: Version bump (diff)
downloadmv-aba8369db080d297178da9a400114ab63b72af0f.tar.gz
mv-aba8369db080d297178da9a400114ab63b72af0f.tar.bz2
mv-aba8369db080d297178da9a400114ab63b72af0f.zip
EAPI=7 bumps
Diffstat (limited to 'sys-power/nut')
-rw-r--r--sys-power/nut/nut-2.7.4-r2.ebuild (renamed from sys-power/nut/nut-2.7.4-r1.ebuild)9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys-power/nut/nut-2.7.4-r1.ebuild b/sys-power/nut/nut-2.7.4-r2.ebuild
index 625fbed8..7d53b9de 100644
--- a/sys-power/nut/nut-2.7.4-r1.ebuild
+++ b/sys-power/nut/nut-2.7.4-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit autotools bash-completion-r1 fixheadtails multilib user systemd flag-o-matic toolchain-funcs
MY_P=${P/_/-}
@@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="cgi ipmi snmp +usb selinux ssl tcpd xml zeroconf"
-CDEPEND="
+DEPEND="
cgi? ( >=media-libs/gd-2[png] )
snmp? ( net-analyzer/net-snmp )
usb? ( virtual/libusb:0 )
@@ -27,10 +27,9 @@ CDEPEND="
ipmi? ( sys-libs/freeipmi )
zeroconf? ( net-dns/avahi )
virtual/udev"
-DEPEND="$CDEPEND
- >=sys-apps/sed-4
+BDEPEND="
virtual/pkgconfig"
-RDEPEND="${CDEPEND}
+RDEPEND="${DEPEND}
!<sys-apps/systemd-234
selinux? ( sec-policy/selinux-nut )
"