diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-11-02 10:00:18 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-11-02 10:00:18 +0000 |
commit | 3f20840323356e334b2f1f4292689cc43837b88d (patch) | |
tree | efdb700abe86862540f21f61ab23c756d5229e82 /sys-apps | |
parent | Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #... (diff) | |
download | gentoo-2-3f20840323356e334b2f1f4292689cc43837b88d.tar.gz gentoo-2-3f20840323356e334b2f1f4292689cc43837b88d.tar.bz2 gentoo-2-3f20840323356e334b2f1f4292689cc43837b88d.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-apps')
-rw-r--r-- | sys-apps/smartmontools/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-6.3.ebuild | 7 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-9999.ebuild | 7 |
3 files changed, 14 insertions, 7 deletions
diff --git a/sys-apps/smartmontools/ChangeLog b/sys-apps/smartmontools/ChangeLog index 8a73e028bb49..9648ccd9b885 100644 --- a/sys-apps/smartmontools/ChangeLog +++ b/sys-apps/smartmontools/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/smartmontools # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.141 2014/11/02 08:52:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.142 2014/11/02 10:00:18 swift Exp $ + + 02 Nov 2014; Sven Vermeulen <swift@gentoo.org> smartmontools-6.3.ebuild, + smartmontools-9999.ebuild: + Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug + #527698) 02 Nov 2014; Agostino Sarubbo <ago@gentoo.org> smartmontools-6.3.ebuild: Stable for alpha, wrt bug #526444 diff --git a/sys-apps/smartmontools/smartmontools-6.3.ebuild b/sys-apps/smartmontools/smartmontools-6.3.ebuild index d36e80b01701..c32a9d4bb93c 100644 --- a/sys-apps/smartmontools/smartmontools-6.3.ebuild +++ b/sys-apps/smartmontools/smartmontools-6.3.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-apps/smartmontools/smartmontools-6.3.ebuild,v 1.6 2014/11/02 08:52:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-6.3.ebuild,v 1.7 2014/11/02 10:00:18 swift Exp $ EAPI="4" @@ -28,10 +28,11 @@ DEPEND=" ) selinux? ( sys-libs/libselinux - sec-policy/selinux-smartmon )" RDEPEND="${DEPEND} - !minimal? ( virtual/mailx )" + !minimal? ( virtual/mailx ) + selinux? ( sec-policy/selinux-smartmon ) +" src_prepare() { if [[ ${PV} == "9999" ]] ; then diff --git a/sys-apps/smartmontools/smartmontools-9999.ebuild b/sys-apps/smartmontools/smartmontools-9999.ebuild index 2e4ea97bcff1..6d2020f2158e 100644 --- a/sys-apps/smartmontools/smartmontools-9999.ebuild +++ b/sys-apps/smartmontools/smartmontools-9999.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-apps/smartmontools/smartmontools-9999.ebuild,v 1.16 2014/08/09 09:36:30 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-9999.ebuild,v 1.17 2014/11/02 10:00:18 swift Exp $ EAPI="4" @@ -24,10 +24,11 @@ IUSE="caps minimal selinux static" DEPEND="caps? ( sys-libs/libcap-ng ) selinux? ( sys-libs/libselinux - sec-policy/selinux-smartmon )" RDEPEND="${DEPEND} - !minimal? ( virtual/mailx )" + !minimal? ( virtual/mailx ) + selinux? ( sec-policy/selinux-smartmon ) +" src_prepare() { if [[ ${PV} == "9999" ]] ; then |