From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 54592138335 for ; Tue, 5 Jun 2018 04:33:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F6AAE0B0F; Tue, 5 Jun 2018 04:33:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3370AE0B0F for ; Tue, 5 Jun 2018 04:33:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8163335C81 for ; Tue, 5 Jun 2018 04:33:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C12742C3 for ; Tue, 5 Jun 2018 04:33:17 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1528173114.fd1a6081b58014210cff7d8f01ca535a3478dfbb.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cachefilesd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild X-VCS-Directories: sys-fs/cachefilesd/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: fd1a6081b58014210cff7d8f01ca535a3478dfbb X-VCS-Branch: master Date: Tue, 5 Jun 2018 04:33:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 632fe48e-4320-45b8-8aca-2d3072fefb0e X-Archives-Hash: f5485007535ce76d38143f8162c2ad89 commit: fd1a6081b58014210cff7d8f01ca535a3478dfbb Author: Jason Zaman gentoo org> AuthorDate: Tue Jun 5 03:57:05 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Jun 5 04:31:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd1a6081 sys-fs/cachefilesd-0.10.9: x86 stable Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild b/sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild index b0bebcb564b..2e389839aef 100644 --- a/sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild +++ b/sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://people.redhat.com/~dhowells/fscache/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2+" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc selinux" RDEPEND="selinux? ( sec-policy/selinux-cachefilesd )"