diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-11-23 18:51:52 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-11-23 18:51:52 +0100 |
commit | d5336e466baeb40a0d818956c451105e1b915744 (patch) | |
tree | 00e9a5e0aefd95a0d760fdf72d5a79ae47cb7236 /app-editors/ghex | |
parent | gui-libs/libadwaita: Stabilize 1.2.0 x86, #879807 (diff) | |
download | gentoo-d5336e466baeb40a0d818956c451105e1b915744.tar.gz gentoo-d5336e466baeb40a0d818956c451105e1b915744.tar.bz2 gentoo-d5336e466baeb40a0d818956c451105e1b915744.zip |
app-editors/ghex: Stabilize 43.0 x86, #879807
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-editors/ghex')
-rw-r--r-- | app-editors/ghex/ghex-43.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/ghex/ghex-43.0.ebuild b/app-editors/ghex/ghex-43.0.ebuild index 62c0208898d2..4b565eee7333 100644 --- a/app-editors/ghex/ghex-43.0.ebuild +++ b/app-editors/ghex/ghex-43.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git" SRC_URI="" else - KEYWORDS="amd64 ~arm ppc ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" fi LICENSE="GPL-2+ FDL-1.1+" |