diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-11-27 19:06:27 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-11-27 19:06:27 +0000 |
commit | 41c0e4b49fd5ddb7125396545816892635f4e77e (patch) | |
tree | 42118c51e9ba62321397a5f36de837c9adeab2fd /app-admin/tmpwatch/tmpwatch-2.11.ebuild | |
parent | Drop apache herd as discussed in http://www.gossamer-threads.com/lists/gentoo... (diff) | |
download | gentoo-2-41c0e4b49fd5ddb7125396545816892635f4e77e.tar.gz gentoo-2-41c0e4b49fd5ddb7125396545816892635f4e77e.tar.bz2 gentoo-2-41c0e4b49fd5ddb7125396545816892635f4e77e.zip |
Adding optional dependency on SELinux tmpreaper module
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xCDBA2FDB)
Diffstat (limited to 'app-admin/tmpwatch/tmpwatch-2.11.ebuild')
-rw-r--r-- | app-admin/tmpwatch/tmpwatch-2.11.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-admin/tmpwatch/tmpwatch-2.11.ebuild b/app-admin/tmpwatch/tmpwatch-2.11.ebuild index 43f25f5bd6c8..9c163aefc815 100644 --- a/app-admin/tmpwatch/tmpwatch-2.11.ebuild +++ b/app-admin/tmpwatch/tmpwatch-2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.11.ebuild,v 1.1 2012/07/17 19:29:46 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.11.ebuild,v 1.2 2012/11/27 19:06:27 swift Exp $ DESCRIPTION="Files which haven't been accessed in a given period of time are removed from specified directories" HOMEPAGE="https://fedorahosted.org/tmpwatch/" @@ -9,7 +9,10 @@ SRC_URI="https://fedorahosted.org/releases/t/m/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" +IUSE="selinux" + +RDEPEND="selinux? ( sec-policy/selinux-tmpreaper )" +DEPEND="${RDEPEND}" src_install() { dosbin tmpwatch || die |