diff options
author | Sam James <sam@gentoo.org> | 2022-07-06 02:23:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-06 02:23:37 +0100 |
commit | 131e551cde5778036cffd1975e0d533653d4aaae (patch) | |
tree | 8ecc1fddb29cd55b1ce8f1f22661b8d37c30c55a /app-editors/ghex | |
parent | gui-libs/gtk: Stabilize 4.6.5 x86, #853958 (diff) | |
download | gentoo-131e551cde5778036cffd1975e0d533653d4aaae.tar.gz gentoo-131e551cde5778036cffd1975e0d533653d4aaae.tar.bz2 gentoo-131e551cde5778036cffd1975e0d533653d4aaae.zip |
app-editors/ghex: Stabilize 42.3 x86, #853958
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/ghex')
-rw-r--r-- | app-editors/ghex/ghex-42.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/ghex/ghex-42.3.ebuild b/app-editors/ghex/ghex-42.3.ebuild index 18bc729f83b8..561fd9f946d5 100644 --- a/app-editors/ghex/ghex-42.3.ebuild +++ b/app-editors/ghex/ghex-42.3.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+" |