diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-04-18 19:57:51 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-04-18 19:57:51 +0000 |
commit | dac7997ac2938d86c60775480d19f45395a97791 (patch) | |
tree | 110e8ce17acf33c3ff5b8ad2169d176ce1a39bf0 /sys-fs | |
parent | Version bump, bug#508032 (diff) | |
download | gentoo-2-dac7997ac2938d86c60775480d19f45395a97791.tar.gz gentoo-2-dac7997ac2938d86c60775480d19f45395a97791.tar.bz2 gentoo-2-dac7997ac2938d86c60775480d19f45395a97791.zip |
Depend on selinux-cachefilesd if USE=selinux is set
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/cachefilesd/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/cachefilesd/cachefilesd-0.10.5-r2.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sys-fs/cachefilesd/ChangeLog b/sys-fs/cachefilesd/ChangeLog index 2e7aad7995f3..c50e9a030e5d 100644 --- a/sys-fs/cachefilesd/ChangeLog +++ b/sys-fs/cachefilesd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/cachefilesd -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cachefilesd/ChangeLog,v 1.10 2013/09/22 12:28:42 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cachefilesd/ChangeLog,v 1.11 2014/04/18 19:57:51 swift Exp $ + + 18 Apr 2014; Sven Vermeulen <swift@gentoo.org> cachefilesd-0.10.5-r2.ebuild: + Depend on selinux-cachefilesd if USE=selinux is set 22 Sep 2013; Justin Lecher <jlec@gentoo.org> -cachefilesd-0.10.1-r1.ebuild, -cachefilesd-0.10.4.ebuild, -cachefilesd-0.10.5.ebuild, diff --git a/sys-fs/cachefilesd/cachefilesd-0.10.5-r2.ebuild b/sys-fs/cachefilesd/cachefilesd-0.10.5-r2.ebuild index 44a5e4288148..af43feb25f69 100644 --- a/sys-fs/cachefilesd/cachefilesd-0.10.5-r2.ebuild +++ b/sys-fs/cachefilesd/cachefilesd-0.10.5-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cachefilesd/cachefilesd-0.10.5-r2.ebuild,v 1.3 2013/09/22 06:45:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cachefilesd/cachefilesd-0.10.5-r2.ebuild,v 1.4 2014/04/18 19:57:51 swift Exp $ EAPI=5 @@ -15,6 +15,9 @@ LICENSE="GPL-2" KEYWORDS="amd64 x86" IUSE="doc selinux" +DEPEND="selinux? ( sec-policy/selinux-cachefilesd )" +RDEPEND="${DEPEND}" + src_prepare() { epatch "${FILESDIR}"/0.10.4-makefile.patch tc-export CC |