diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-07 08:54:28 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-07 08:55:26 +0300 |
commit | 8691124035b7ebbeb9663d674207cf63f0dedf45 (patch) | |
tree | b4e2e36aa7c01eb5e52aa22c84612e841d6c6f06 /app-editors/ghex | |
parent | app-editors/ghex: Stabilize 45.2 amd64, #928755 (diff) | |
download | gentoo-8691124035b7ebbeb9663d674207cf63f0dedf45.tar.gz gentoo-8691124035b7ebbeb9663d674207cf63f0dedf45.tar.bz2 gentoo-8691124035b7ebbeb9663d674207cf63f0dedf45.zip |
app-editors/ghex: Stabilize 45.2 x86, #928755
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors/ghex')
-rw-r--r-- | app-editors/ghex/ghex-45.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/ghex/ghex-45.2.ebuild b/app-editors/ghex/ghex-45.2.ebuild index 54c3c1463b67..86aa24be914e 100644 --- a/app-editors/ghex/ghex-45.2.ebuild +++ b/app-editors/ghex/ghex-45.2.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 ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" fi LICENSE="GPL-2+ FDL-1.1+" |