commit:     a6d001c9b2a9b0170bea7d17886c884caddf817e
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 20 09:41:22 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Sep 20 09:41:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6d001c9

www-servers/hinsightd: fix MultipleKeywordsLines

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 www-servers/hinsightd/hinsightd-0.9.11_p20210831.ebuild | 4 ++--
 www-servers/hinsightd/hinsightd-9999.ebuild             | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-servers/hinsightd/hinsightd-0.9.11_p20210831.ebuild 
b/www-servers/hinsightd/hinsightd-0.9.11_p20210831.ebuild
index 1c30b7332..9d8876529 100644
--- a/www-servers/hinsightd/hinsightd-0.9.11_p20210831.ebuild
+++ b/www-servers/hinsightd/hinsightd-0.9.11_p20210831.ebuild
@@ -11,20 +11,20 @@ DESCRIPTION="hinsightd a http/1.1 webserver with 
(hopefully) minimal goals"
 HOMEPAGE="https://gitlab.com/tiotags/hin9";
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
 
 mycommit="f04d7703f6cdbd2e33f8a7289d80a01dba5e970f"
 
 if [[ ${PV} == *9999* ]]; then
        inherit git-r3
        EGIT_REPO_URI="https://gitlab.com/tiotags/hin9.git";
-       KEYWORDS=
 elif [[ ! -z "$mycommit" ]]; then
        
SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/${mycommit}/hin9-${mycommit}.tar.gz";
        S="${WORKDIR}/hin9-${mycommit}"
+       KEYWORDS="~amd64"
 else
        
SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/v${PV}/hin9-v${PV}.tar.gz";
        S="${WORKDIR}/hin9-v${PV}"
+       KEYWORDS="~amd64"
 fi
 
 IUSE="+openssl"

diff --git a/www-servers/hinsightd/hinsightd-9999.ebuild 
b/www-servers/hinsightd/hinsightd-9999.ebuild
index bc9029037..25264fc73 100644
--- a/www-servers/hinsightd/hinsightd-9999.ebuild
+++ b/www-servers/hinsightd/hinsightd-9999.ebuild
@@ -11,18 +11,18 @@ DESCRIPTION="hinsightd a http/1.1 webserver with 
(hopefully) minimal goals"
 HOMEPAGE="https://gitlab.com/tiotags/hin9";
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
 
 if [[ ${PV} == *9999* ]]; then
        inherit git-r3
        EGIT_REPO_URI="https://gitlab.com/tiotags/hin9.git";
-       KEYWORDS=
 elif [[ ! -z "$mycommit" ]]; then
        
SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/${mycommit}/hin9-${mycommit}.tar.gz";
        S="${WORKDIR}/hin9-${mycommit}"
+       KEYWORDS="~amd64"
 else
        
SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/v${PV}/hin9-v${PV}.tar.gz";
        S="${WORKDIR}/hin9-v${PV}"
+       KEYWORDS="~amd64"
 fi
 
 IUSE="+openssl cgi +fcgi +rproxy"

Reply via email to