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 3C6F11382C5 for ; Wed, 21 Apr 2021 18:55:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94950E0917; Wed, 21 Apr 2021 18:55:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 77107E0917 for ; Wed, 21 Apr 2021 18:55:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 940EB3410B6 for ; Wed, 21 Apr 2021 18:55:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FE08706 for ; Wed, 21 Apr 2021 18:55:54 +0000 (UTC) From: "Alexandru Campeanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandru Campeanu" Message-ID: <1619031313.801dfe25a92412f6d78bd1496e7f1c30906c8edb.tiotags1@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-servers/hinsightd/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-servers/hinsightd/hinsightd-0.9.0.ebuild X-VCS-Directories: www-servers/hinsightd/ X-VCS-Committer: tiotags1 X-VCS-Committer-Name: Alexandru Campeanu X-VCS-Revision: 801dfe25a92412f6d78bd1496e7f1c30906c8edb X-VCS-Branch: dev Date: Wed, 21 Apr 2021 18:55:54 +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: e5338845-3db3-46f6-9a18-97ed2fe1cb18 X-Archives-Hash: ca9a2413887ebeafa1671aea323e6f3d commit: 801dfe25a92412f6d78bd1496e7f1c30906c8edb Author: tiotags gmail com> AuthorDate: Wed Apr 21 18:55:13 2021 +0000 Commit: Alexandru Campeanu gmail com> CommitDate: Wed Apr 21 18:55:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=801dfe25 www-servers/hinsightd: added keywords Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alexandru Campeanu gmail.com> www-servers/hinsightd/hinsightd-0.9.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www-servers/hinsightd/hinsightd-0.9.0.ebuild b/www-servers/hinsightd/hinsightd-0.9.0.ebuild index 1a48c1f94..5f85e2d08 100644 --- a/www-servers/hinsightd/hinsightd-0.9.0.ebuild +++ b/www-servers/hinsightd/hinsightd-0.9.0.ebuild @@ -12,9 +12,11 @@ HOMEPAGE="https://gitlab.com/tiotags/hin9" SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/v0.9.0/hin9-v0.9.0.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64" IUSE="" #+openssl +S="${WORKDIR}/hin9-v${PV}" + BDEPEND=" dev-util/ninja "