Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: www-servers/hinsightd/
Date: Wed, 21 Apr 2021 19:40:24
Message-Id: 1619031313.801dfe25a92412f6d78bd1496e7f1c30906c8edb.andrewammerlaan@gentoo
1 commit: 801dfe25a92412f6d78bd1496e7f1c30906c8edb
2 Author: tiotags <tiotags1 <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 21 18:55:13 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Wed Apr 21 18:55:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=801dfe25
7
8 www-servers/hinsightd: added keywords
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Alexandru Campeanu <tiotags1 <AT> gmail.com>
12
13 www-servers/hinsightd/hinsightd-0.9.0.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/www-servers/hinsightd/hinsightd-0.9.0.ebuild b/www-servers/hinsightd/hinsightd-0.9.0.ebuild
17 index 1a48c1f94..5f85e2d08 100644
18 --- a/www-servers/hinsightd/hinsightd-0.9.0.ebuild
19 +++ b/www-servers/hinsightd/hinsightd-0.9.0.ebuild
20 @@ -12,9 +12,11 @@ HOMEPAGE="https://gitlab.com/tiotags/hin9"
21 SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/v0.9.0/hin9-v0.9.0.tar.gz"
22 LICENSE="BSD"
23 SLOT="0"
24 -KEYWORDS=""
25 +KEYWORDS="~amd64"
26 IUSE="" #+openssl
27
28 +S="${WORKDIR}/hin9-v${PV}"
29 +
30 BDEPEND="
31 dev-util/ninja
32 "