diff options
author | Sam James <sam@gentoo.org> | 2022-07-21 00:12:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-21 00:12:32 +0000 |
commit | 5fc1245effe746541f698d5fbcafb257bb046bd2 (patch) | |
tree | ad06e8345e24be06af4c17b0451587ca9b25f4b2 /app-editors/ghex | |
parent | gui-libs/gtk: Stabilize 4.6.5 ppc64, #853958 (diff) | |
download | gentoo-5fc1245effe746541f698d5fbcafb257bb046bd2.tar.gz gentoo-5fc1245effe746541f698d5fbcafb257bb046bd2.tar.bz2 gentoo-5fc1245effe746541f698d5fbcafb257bb046bd2.zip |
app-editors/ghex: Stabilize 42.3 ppc64, #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 561fd9f946d5..3d897b3769b9 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+" |