diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-30 17:42:07 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-30 17:42:07 +0000 |
commit | 4a6b1d2a9d27aa23c38e438e6052c4a1ae434012 (patch) | |
tree | 88395f70679713a61d2d0a0017e61851c319c0d2 /app-editors/ghex | |
parent | app-crypt/seahorse: Stabilize 43.0-r1 x86, #901377 (diff) | |
download | gentoo-4a6b1d2a9d27aa23c38e438e6052c4a1ae434012.tar.gz gentoo-4a6b1d2a9d27aa23c38e438e6052c4a1ae434012.tar.bz2 gentoo-4a6b1d2a9d27aa23c38e438e6052c4a1ae434012.zip |
app-editors/ghex: Stabilize 43.1 x86, #901377
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors/ghex')
-rw-r--r-- | app-editors/ghex/ghex-43.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/ghex/ghex-43.1.ebuild b/app-editors/ghex/ghex-43.1.ebuild index 312b5c6fe7c3..ed57922eb027 100644 --- a/app-editors/ghex/ghex-43.1.ebuild +++ b/app-editors/ghex/ghex-43.1.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+" |