From 0b8993840f7c19b456e23cf2d9cd49aef017475d Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Fri, 11 Jan 2019 00:24:25 -0800 Subject: [PATCH] sys-apps/timer_entropyd: take over, add ~arm Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev --- 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 1173ca1a509c9..748ac538a47e7 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 9a5835c0363bc..1509f4f394e72 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 )"