diff options
author | tiotags <tiotags1@gmail.com> | 2021-04-21 21:55:13 +0300 |
---|---|---|
committer | tiotags <tiotags1@gmail.com> | 2021-04-21 21:55:13 +0300 |
commit | 801dfe25a92412f6d78bd1496e7f1c30906c8edb (patch) | |
tree | 9c71e5e4a1742eee9293b52ea7eebcc65a803c14 /www-servers | |
parent | acct-group/hinsightd: removed keywords (diff) | |
download | guru-801dfe25a92412f6d78bd1496e7f1c30906c8edb.tar.gz guru-801dfe25a92412f6d78bd1496e7f1c30906c8edb.tar.bz2 guru-801dfe25a92412f6d78bd1496e7f1c30906c8edb.zip |
www-servers/hinsightd: added keywords
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/hinsightd/hinsightd-0.9.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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 " |