diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-11-02 10:18:14 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-11-02 10:18:14 +0000 |
commit | b198c1b33ff3c95864bc6b05c818f20615dd4d78 (patch) | |
tree | b73a272b064f4588dca70817543bf74c65c739e0 /sys-power/nut | |
parent | Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #... (diff) | |
download | gentoo-2-b198c1b33ff3c95864bc6b05c818f20615dd4d78.tar.gz gentoo-2-b198c1b33ff3c95864bc6b05c818f20615dd4d78.tar.bz2 gentoo-2-b198c1b33ff3c95864bc6b05c818f20615dd4d78.zip |
Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #527698)
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sys-power/nut')
-rw-r--r-- | sys-power/nut/ChangeLog | 7 | ||||
-rw-r--r-- | sys-power/nut/nut-2.6.5-r1.ebuild | 10 | ||||
-rw-r--r-- | sys-power/nut/nut-2.7.2-r2.ebuild | 10 |
3 files changed, 18 insertions, 9 deletions
diff --git a/sys-power/nut/ChangeLog b/sys-power/nut/ChangeLog index ad3b51097d09..1d7cd5351a15 100644 --- a/sys-power/nut/ChangeLog +++ b/sys-power/nut/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-power/nut # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/ChangeLog,v 1.117 2014/09/08 04:55:35 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/ChangeLog,v 1.118 2014/11/02 10:18:14 swift Exp $ + + 02 Nov 2014; Sven Vermeulen <swift@gentoo.org> nut-2.6.5-r1.ebuild, + nut-2.7.2-r2.ebuild: + Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug + #527698) *nut-2.7.2-r2 (08 Sep 2014) 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} diff --git a/sys-power/nut/nut-2.7.2-r2.ebuild b/sys-power/nut/nut-2.7.2-r2.ebuild index 9c5d5e0f91a7..981f05a0b70e 100644 --- a/sys-power/nut/nut-2.7.2-r2.ebuild +++ b/sys-power/nut/nut-2.7.2-r2.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.7.2-r2.ebuild,v 1.1 2014/09/08 04:55:35 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.7.2-r2.ebuild,v 1.2 2014/11/02 10:18:14 swift Exp $ EAPI=5 inherit autotools bash-completion-r1 eutils fixheadtails multilib user systemd flag-o-matic toolchain-funcs @@ -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} |