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 31831138334 for ; Fri, 11 Jan 2019 08:25:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 402F5E0ADE; Fri, 11 Jan 2019 08:25:09 +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 1C1A3E0ADE for ; Fri, 11 Jan 2019 08:25:09 +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 D2C6C335C16 for ; Fri, 11 Jan 2019 08:25:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C37DA8 for ; Fri, 11 Jan 2019 08:25:05 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1547195095.0b8993840f7c19b456e23cf2d9cd49aef017475d.gyakovlev@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/metadata.xml sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild X-VCS-Directories: sys-apps/timer_entropyd/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 0b8993840f7c19b456e23cf2d9cd49aef017475d X-VCS-Branch: master Date: Fri, 11 Jan 2019 08:25:05 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 608f0385-88d8-4abf-86b4-f4a720fbde89 X-Archives-Hash: 2d1cd00b33c653bfdb0399eb77fee7a6 commit: 0b8993840f7c19b456e23cf2d9cd49aef017475d Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Jan 11 08:24:25 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Jan 11 08:24:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b899384 sys-apps/timer_entropyd: take over, add ~arm Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev gentoo.org> sys-apps/timer_entropyd/metadata.xml | 5 ++++- sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sys-apps/timer_entropyd/metadata.xml b/sys-apps/timer_entropyd/metadata.xml index 1173ca1a509..748ac538a47 100644 --- a/sys-apps/timer_entropyd/metadata.xml +++ b/sys-apps/timer_entropyd/metadata.xml @@ -1,7 +1,10 @@ - + + gyakovlev@gentoo.org + Georgy Yakovlev + Enable printf debugging and logging to the syslog at DEBUG level diff --git a/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild b/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild index 9a5835c0363..1509f4f394e 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-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # 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 ~arm ~mips x86" IUSE="debug selinux" RDEPEND="selinux? ( sec-policy/selinux-entropyd )"