diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-07 09:25:11 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-07 09:25:11 +0300 |
commit | fde9031a095085e6d6bcf63295ef817efb9cd399 (patch) | |
tree | 0d84faea1435380aedaf9a1bd2a3acf444d6426c /app-editors | |
parent | gnome-base/gnome-settings-daemon: Stabilize 45.1 arm64, #928809 (diff) | |
download | gentoo-fde9031a095085e6d6bcf63295ef817efb9cd399.tar.gz gentoo-fde9031a095085e6d6bcf63295ef817efb9cd399.tar.bz2 gentoo-fde9031a095085e6d6bcf63295ef817efb9cd399.zip |
app-editors/ghex: Stabilize 45.2 ppc64, #928755
Signed-off-by: Arthur Zamarin <arthurzam@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 86aa24be914e..e5bcb96387ba 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+" |