diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-01 16:05:33 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-01 16:05:33 +0000 |
commit | fc6f0c8b537d22f67d8323c53a5c0e09a7e8ac0c (patch) | |
tree | 5edfc6e024b2664245610738d77daea3f9bef19b /app-editors/ghex | |
parent | gui-libs/libadwaita: Stabilize 1.3.4 ppc, #913218 (diff) | |
download | gentoo-fc6f0c8b537d22f67d8323c53a5c0e09a7e8ac0c.tar.gz gentoo-fc6f0c8b537d22f67d8323c53a5c0e09a7e8ac0c.tar.bz2 gentoo-fc6f0c8b537d22f67d8323c53a5c0e09a7e8ac0c.zip |
app-editors/ghex: Stabilize 44.2 ppc, #913218
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors/ghex')
-rw-r--r-- | app-editors/ghex/ghex-44.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/ghex/ghex-44.2.ebuild b/app-editors/ghex/ghex-44.2.ebuild index ed57922eb027..c570655c2ed1 100644 --- a/app-editors/ghex/ghex-44.2.ebuild +++ b/app-editors/ghex/ghex-44.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 ~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+" |