summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2014-07-05 08:21:00 +0000
committerSven Vermeulen <swift@gentoo.org>2014-07-05 08:21:00 +0000
commit6613357761e0e718614e62ad79e591b19a637c37 (patch)
treef398102caf6b01ab69bd1fa652dd9fc89dab717d /app-admin/hddtemp/hddtemp-0.3_beta15-r7.ebuild
parentRemove old versions (diff)
downloadgentoo-2-6613357761e0e718614e62ad79e591b19a637c37.tar.gz
gentoo-2-6613357761e0e718614e62ad79e591b19a637c37.tar.bz2
gentoo-2-6613357761e0e718614e62ad79e591b19a637c37.zip
Adding USE=selinux dependency to sec-policy/selinux-hddtemp
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'app-admin/hddtemp/hddtemp-0.3_beta15-r7.ebuild')
-rw-r--r--app-admin/hddtemp/hddtemp-0.3_beta15-r7.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/hddtemp/hddtemp-0.3_beta15-r7.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta15-r7.ebuild
index fee52f7ca17b..0a81852c0777 100644
--- a/app-admin/hddtemp/hddtemp-0.3_beta15-r7.ebuild
+++ b/app-admin/hddtemp/hddtemp-0.3_beta15-r7.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/app-admin/hddtemp/hddtemp-0.3_beta15-r7.ebuild,v 1.10 2014/05/02 17:42:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r7.ebuild,v 1.11 2014/07/05 08:21:00 swift Exp $
EAPI=5
inherit eutils autotools readme.gentoo systemd
@@ -15,9 +15,9 @@ SRC_URI="http://download.savannah.gnu.org/releases/hddtemp/${MY_P}.tar.bz2 mirro
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc sparc x86"
-IUSE="nls"
+IUSE="nls selinux"
-DEPEND=""
+DEPEND="selinux? ( sec-policy/selinux-hddtemp )"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"