diff options
author | Sam James <sam@gentoo.org> | 2024-04-09 23:44:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-09 23:44:57 +0100 |
commit | 9f1800c3d0a169e94b42ebc4c4cd5c9aa3da2b08 (patch) | |
tree | 1fad0a1f4ef1557cec256f9f0ddf6fed192854bc /app-editors | |
parent | profiles/releases/23.0: enable zstd for sys-devel/lld too (diff) | |
download | gentoo-9f1800c3d0a169e94b42ebc4c4cd5c9aa3da2b08.tar.gz gentoo-9f1800c3d0a169e94b42ebc4c4cd5c9aa3da2b08.tar.bz2 gentoo-9f1800c3d0a169e94b42ebc4c4cd5c9aa3da2b08.zip |
app-editors/ghex: Stabilize 45.2 ppc, #928755
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-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 e5bcb96387ba..504d9010a46e 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+" |