summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChema Alonso Josa <nimiux@gentoo.org>2017-04-18 23:04:41 +0200
committerChema Alonso Josa <nimiux@gentoo.org>2017-04-18 23:04:41 +0200
commit8b4f85b147548ca8f5398c3b0830d6e7bd1afe99 (patch)
treea7cf44742da69f730d384dc2da8655046cf2c81b /app-admin/tripwire/tripwire-2.4.3.1.ebuild
parentdev-ada/gnatcoll: port to python-single-r1. Bug #615914 (diff)
downloadgentoo-8b4f85b147548ca8f5398c3b0830d6e7bd1afe99.tar.gz
gentoo-8b4f85b147548ca8f5398c3b0830d6e7bd1afe99.tar.bz2
gentoo-8b4f85b147548ca8f5398c3b0830d6e7bd1afe99.zip
app-admin/tripwire: Adds selinux USE flag
Fixes bug #615654 Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-admin/tripwire/tripwire-2.4.3.1.ebuild')
-rw-r--r--app-admin/tripwire/tripwire-2.4.3.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-admin/tripwire/tripwire-2.4.3.1.ebuild b/app-admin/tripwire/tripwire-2.4.3.1.ebuild
index ca1db8d16238..bbb95fabedf5 100644
--- a/app-admin/tripwire/tripwire-2.4.3.1.ebuild
+++ b/app-admin/tripwire/tripwire-2.4.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/Tripwire/tripwire-open-source/archive/${PV}.tar.gz -
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-IUSE="libressl ssl static +tools"
+IUSE="libressl selinux ssl static +tools"
DEPEND="sys-devel/automake
sys-devel/autoconf
@@ -22,6 +22,7 @@ DEPEND="sys-devel/automake
)"
RDEPEND="virtual/cron
virtual/mta
+ selinux? ( sec-policy/selinux-tripwire )
ssl? ( dev-libs/openssl )"
PDEPEND="tools? ( app-admin/mktwpol )"