diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-04 19:14:54 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-04 19:14:54 +0300 |
commit | f9bba114e7ccee628cc22236a4429ad05bd14c9a (patch) | |
tree | 752fcc06b49250a34941181d9a23f2f9a95e9558 /app-editors/ghex | |
parent | dev-python/frozenlist: Set DISTUTILS_EXT=1 (diff) | |
download | gentoo-f9bba114e7ccee628cc22236a4429ad05bd14c9a.tar.gz gentoo-f9bba114e7ccee628cc22236a4429ad05bd14c9a.tar.bz2 gentoo-f9bba114e7ccee628cc22236a4429ad05bd14c9a.zip |
app-editors/ghex: Stabilize 44.1 ppc, #905500
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors/ghex')
-rw-r--r-- | app-editors/ghex/ghex-44.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/ghex/ghex-44.1.ebuild b/app-editors/ghex/ghex-44.1.ebuild index 5bc774b4b945..426c793f459d 100644 --- a/app-editors/ghex/ghex-44.1.ebuild +++ b/app-editors/ghex/ghex-44.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+" |