diff options
author | 2013-08-11 16:37:40 +0000 | |
---|---|---|
committer | 2013-08-11 16:37:40 +0000 | |
commit | 2c0ce41047b1afec404eb033c246b0ca0ce66516 (patch) | |
tree | c25d3341f14a926035be0490f5136774de309b55 /sys-apps/smartmontools/smartmontools-6.2.ebuild | |
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/smartmontools-6.2.ebuild')
-rw-r--r-- | sys-apps/smartmontools/smartmontools-6.2.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
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 )" |