diff options
author | Sven Vermeulen <swift@gentoo.org> | 2013-08-11 16:37:40 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2013-08-11 16:37:40 +0000 |
commit | 2c0ce41047b1afec404eb033c246b0ca0ce66516 (patch) | |
tree | c25d3341f14a926035be0490f5136774de309b55 /sys-apps/smartmontools | |
parent | Convert to multilib. autoreconf it so that it honours ldflags. Port patches t... (diff) | |
download | gentoo-2-2c0ce41047b1afec404eb033c246b0ca0ce66516.tar.gz gentoo-2-2c0ce41047b1afec404eb033c246b0ca0ce66516.tar.bz2 gentoo-2-2c0ce41047b1afec404eb033c246b0ca0ce66516.zip |
Adding selinux-smartmon dependency to smartmontools
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xCDBA2FDB)
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r-- | sys-apps/smartmontools/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-6.1.ebuild | 7 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-6.2.ebuild | 7 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-9999.ebuild | 7 |
4 files changed, 20 insertions, 7 deletions
diff --git a/sys-apps/smartmontools/ChangeLog b/sys-apps/smartmontools/ChangeLog index 9bf83a1da331..f0e1f342d766 100644 --- a/sys-apps/smartmontools/ChangeLog +++ b/sys-apps/smartmontools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/smartmontools # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.131 2013/08/10 05:04:18 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.132 2013/08/11 16:37:40 swift Exp $ + + 11 Aug 2013; Sven Vermeulen <swift@gentoo.org> smartmontools-6.1.ebuild, + smartmontools-6.2.ebuild, smartmontools-9999.ebuild: + Adding USE=selinux dependency on selinux-smartmon *smartmontools-6.2 (10 Aug 2013) diff --git a/sys-apps/smartmontools/smartmontools-6.1.ebuild b/sys-apps/smartmontools/smartmontools-6.1.ebuild index edeb5a3a027b..fd013768aa89 100644 --- a/sys-apps/smartmontools/smartmontools-6.1.ebuild +++ b/sys-apps/smartmontools/smartmontools-6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-6.1.ebuild,v 1.10 2013/08/03 07:30:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-6.1.ebuild,v 1.11 2013/08/11 16:37:40 swift Exp $ EAPI="4" @@ -22,7 +22,10 @@ SLOT="0" IUSE="caps minimal selinux static" DEPEND="caps? ( sys-libs/libcap-ng ) - selinux? ( sys-libs/libselinux )" + selinux? ( + sys-libs/libselinux + sec-policy/selinux-smartmon + )" RDEPEND="${DEPEND} !minimal? ( virtual/mailx )" diff --git a/sys-apps/smartmontools/smartmontools-6.2.ebuild b/sys-apps/smartmontools/smartmontools-6.2.ebuild index 1632bb06296a..8596e59a729c 100644 --- a/sys-apps/smartmontools/smartmontools-6.2.ebuild +++ b/sys-apps/smartmontools/smartmontools-6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-6.2.ebuild,v 1.1 2013/08/10 05:04:18 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-6.2.ebuild,v 1.2 2013/08/11 16:37:40 swift Exp $ EAPI="4" @@ -22,7 +22,10 @@ SLOT="0" IUSE="caps minimal selinux static" DEPEND="caps? ( sys-libs/libcap-ng ) - selinux? ( sys-libs/libselinux )" + selinux? ( + sys-libs/libselinux + sec-policy/selinux-smartmon + )" RDEPEND="${DEPEND} !minimal? ( virtual/mailx )" diff --git a/sys-apps/smartmontools/smartmontools-9999.ebuild b/sys-apps/smartmontools/smartmontools-9999.ebuild index 8b48646cb2ab..2391ef4a8e8f 100644 --- a/sys-apps/smartmontools/smartmontools-9999.ebuild +++ b/sys-apps/smartmontools/smartmontools-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.14 2013/05/31 05:48:50 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-9999.ebuild,v 1.15 2013/08/11 16:37:40 swift Exp $ EAPI="4" @@ -22,7 +22,10 @@ SLOT="0" IUSE="caps minimal selinux static" DEPEND="caps? ( sys-libs/libcap-ng ) - selinux? ( sys-libs/libselinux )" + selinux? ( + sys-libs/libselinux + sec-policy/selinux-smartmon + )" RDEPEND="${DEPEND} !minimal? ( virtual/mailx )" |