diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-06-12 10:31:10 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-06-12 10:31:10 +0300 |
commit | 7c9ea5e58827f5286a0450ab156fe1e61143476a (patch) | |
tree | ea5f7101d0a4cad1404c22a7cc57dcffaa0ac98f /www-apps | |
parent | x11-themes/gentoo-xcursors: add buglink to a temp workaround (diff) | |
download | gentoo-7c9ea5e58827f5286a0450ab156fe1e61143476a.tar.gz gentoo-7c9ea5e58827f5286a0450ab156fe1e61143476a.tar.bz2 gentoo-7c9ea5e58827f5286a0450ab156fe1e61143476a.zip |
www-apps/gitea: restore keywords for 1.16.8
- perhaps accidentally dropped with a version bump?
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/gitea/gitea-1.16.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |