diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-09 13:41:14 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-09 13:41:14 +0000 |
commit | 0ef514ea4da345ca4b095b9500ce625b8deda38a (patch) | |
tree | 8350313b1055bac1acd8e0ffad02ea337c85ca78 /sys-fs/cachefilesd | |
parent | Stable for amd64, wrt bug #535672 (diff) | |
download | gentoo-2-0ef514ea4da345ca4b095b9500ce625b8deda38a.tar.gz gentoo-2-0ef514ea4da345ca4b095b9500ce625b8deda38a.tar.bz2 gentoo-2-0ef514ea4da345ca4b095b9500ce625b8deda38a.zip |
Stable for amd64, wrt bug #535676
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-fs/cachefilesd')
-rw-r--r-- | sys-fs/cachefilesd/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/cachefilesd/cachefilesd-0.10.5-r4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-fs/cachefilesd/ChangeLog b/sys-fs/cachefilesd/ChangeLog index eaee13ec0233..586658a14d44 100644 --- a/sys-fs/cachefilesd/ChangeLog +++ b/sys-fs/cachefilesd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/cachefilesd -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cachefilesd/ChangeLog,v 1.14 2014/11/02 10:11:03 swift Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cachefilesd/ChangeLog,v 1.15 2015/01/09 13:41:14 ago Exp $ + + 09 Jan 2015; Agostino Sarubbo <ago@gentoo.org> cachefilesd-0.10.5-r4.ebuild: + Stable for amd64, wrt bug #535676 02 Nov 2014; Sven Vermeulen <swift@gentoo.org> cachefilesd-0.10.5-r2.ebuild, cachefilesd-0.10.5-r3.ebuild, cachefilesd-0.10.5-r4.ebuild: diff --git a/sys-fs/cachefilesd/cachefilesd-0.10.5-r4.ebuild b/sys-fs/cachefilesd/cachefilesd-0.10.5-r4.ebuild index ec7d85bd7b1d..6050d4d1ccb9 100644 --- a/sys-fs/cachefilesd/cachefilesd-0.10.5-r4.ebuild +++ b/sys-fs/cachefilesd/cachefilesd-0.10.5-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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-r4.ebuild,v 1.2 2014/11/02 10:11:03 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cachefilesd/cachefilesd-0.10.5-r4.ebuild,v 1.3 2015/01/09 13:41:14 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://people.redhat.com/~dhowells/fscache/${P}.tar.bz2 -> ${P}.tar" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="doc selinux" RDEPEND="selinux? ( sec-policy/selinux-cachefilesd )" |