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 DE45E1382C5 for ; Sat, 31 Mar 2018 23:41:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DBD3E0C17; Sat, 31 Mar 2018 23:41:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0709BE0C17 for ; Sat, 31 Mar 2018 23:41:50 +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 EE5C0335D7B for ; Sat, 31 Mar 2018 23:41:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F07C2276 for ; Sat, 31 Mar 2018 23:41:46 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1522539673.0cd1e5e0208d82a8b52c9fd1f00dab7ba3529b98.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/timer_entropyd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild X-VCS-Directories: sys-apps/timer_entropyd/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 0cd1e5e0208d82a8b52c9fd1f00dab7ba3529b98 X-VCS-Branch: master Date: Sat, 31 Mar 2018 23:41:46 +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: 9777c606-1aca-4855-84cb-c522983b62b8 X-Archives-Hash: 98fdedbd6ac06d00de8cc6ab53cdb0cb commit: 0cd1e5e0208d82a8b52c9fd1f00dab7ba3529b98 Author: Aaron Bauman gentoo org> AuthorDate: Sat Mar 31 23:29:47 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Mar 31 23:41:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd1e5e0 sys-apps/timer_entropyd: amd64 stable Bug: https://bugs.gentoo.org/651718 Package-Manager: Portage-2.3.27, Repoman-2.3.9 sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild b/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild index d1a0febbc6a..0c55fac4e63 100644 --- a/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild +++ b/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="http://www.vanheusden.com/te/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~mips ~x86" +KEYWORDS="amd64 ~mips ~x86" IUSE="debug selinux" RDEPEND="selinux? ( sec-policy/selinux-entropyd )"