diff options
Diffstat (limited to 'sys-power/nut/nut-2.6.5-r1.ebuild')
-rw-r--r-- | sys-power/nut/nut-2.6.5-r1.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys-power/nut/nut-2.6.5-r1.ebuild b/sys-power/nut/nut-2.6.5-r1.ebuild index 0bb944af89ad..5d99bd2e5e6a 100644 --- a/sys-power/nut/nut-2.6.5-r1.ebuild +++ b/sys-power/nut/nut-2.6.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.6.5-r1.ebuild,v 1.6 2014/06/29 08:28:45 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.6.5-r1.ebuild,v 1.7 2014/11/02 10:18:14 swift Exp $ EAPI=5 inherit autotools bash-completion-r1 eutils fixheadtails multilib user systemd @@ -18,19 +18,21 @@ SLOT="0" KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd" IUSE="avahi cgi ipmi snmp usb selinux ssl tcpd xml" -RDEPEND="avahi? ( net-dns/avahi ) +CDEPEND="avahi? ( net-dns/avahi ) cgi? ( >=media-libs/gd-2[png] ) snmp? ( net-analyzer/net-snmp ) usb? ( virtual/libusb:0 ) - selinux? ( sec-policy/selinux-nut ) ssl? ( >=dev-libs/openssl-1 ) tcpd? ( sys-apps/tcp-wrappers ) xml? ( >=net-libs/neon-0.25.0 ) ipmi? ( sys-libs/freeipmi ) virtual/udev" -DEPEND="$RDEPEND +DEPEND="$CDEPEND >=sys-apps/sed-4 virtual/pkgconfig" +RDEPEND="${CDEPEND} + selinux? ( sec-policy/selinux-nut ) +" S=${WORKDIR}/${MY_P} |