summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2015-07-29 22:15:01 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2015-07-29 22:15:01 +0000
commit484e95d2db23209e5cda986843cdf5d1cf5147b0 (patch)
treea92dd4dd653c5294e4b7b9ae3a9f39de70c460bd /app-admin
parentwe provide virt-what that the rest of hiera too (diff)
downloadgentoo-2-484e95d2db23209e5cda986843cdf5d1cf5147b0.tar.gz
gentoo-2-484e95d2db23209e5cda986843cdf5d1cf5147b0.tar.bz2
gentoo-2-484e95d2db23209e5cda986843cdf5d1cf5147b0.zip
adding selinux support
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/puppet-agent/ChangeLog6
-rw-r--r--app-admin/puppet-agent/puppet-agent-1.2.2-r2.ebuild8
2 files changed, 11 insertions, 3 deletions
diff --git a/app-admin/puppet-agent/ChangeLog b/app-admin/puppet-agent/ChangeLog
index fede2519af8c..695d965822bf 100644
--- a/app-admin/puppet-agent/ChangeLog
+++ b/app-admin/puppet-agent/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/puppet-agent
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/ChangeLog,v 1.10 2015/07/29 22:12:50 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/ChangeLog,v 1.11 2015/07/29 22:15:01 prometheanfire Exp $
+
+ 29 Jul 2015; Matthew Thode <prometheanfire@gentoo.org>
+ puppet-agent-1.2.2-r2.ebuild:
+ adding selinux support
*puppet-agent-1.2.2-r2 (29 Jul 2015)
diff --git a/app-admin/puppet-agent/puppet-agent-1.2.2-r2.ebuild b/app-admin/puppet-agent/puppet-agent-1.2.2-r2.ebuild
index 5966275d80f5..0374f3c4f324 100644
--- a/app-admin/puppet-agent/puppet-agent-1.2.2-r2.ebuild
+++ b/app-admin/puppet-agent/puppet-agent-1.2.2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.2-r2.ebuild,v 1.1 2015/07/29 22:12:50 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.2-r2.ebuild,v 1.2 2015/07/29 22:15:01 prometheanfire Exp $
EAPI=5
inherit eutils systemd unpacker
@@ -16,7 +16,7 @@ SRC_URI="
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="puppetdb"
+IUSE="puppetdb selinux"
RESTRICT="strip"
CDEPEND="!app-admin/puppet
@@ -29,6 +29,10 @@ DEPEND="
${CDEPEND}"
RDEPEND="${CDEPEND}
sys-apps/dmidecode
+ selinux? (
+ sys-libs/libselinux[ruby]
+ sec-policy/selinux-puppet
+ )
puppetdb? ( >=dev-ruby/puppetdb-termini-3.0.1-r2 )"
S=${WORKDIR}