commit: 7c9ea5e58827f5286a0450ab156fe1e61143476a
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 07:31:10 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 07:31:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c9ea5e5
www-apps/gitea: restore keywords for 1.16.8
- perhaps accidentally dropped with a version bump?
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
www-apps/gitea/gitea-1.16.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apps/gitea/gitea-1.16.8.ebuild
b/www-apps/gitea/gitea-1.16.8.ebuild
index c4fad5faa314..a816c920b1b9 100644
--- a/www-apps/gitea/gitea-1.16.8.ebuild
+++ b/www-apps/gitea/gitea-1.16.8.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/go-gitea/gitea.git"
else
SRC_URI="https://github.com/go-gitea/gitea/releases/download/v${PV}/gitea-src-${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
S="${WORKDIR}"