diff options
author | Sam James <sam@gentoo.org> | 2022-05-28 06:02:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-28 06:02:10 +0100 |
commit | d585b599730a06bb9d0c1796cd43483f16597293 (patch) | |
tree | dd68e18a1d3cf1a539d477ca989fbbec9803c3f0 /app-editors/ghex | |
parent | gui-libs/gtk: Stabilize 4.6.4-r1 ppc, #843794 (diff) | |
download | gentoo-d585b599730a06bb9d0c1796cd43483f16597293.tar.gz gentoo-d585b599730a06bb9d0c1796cd43483f16597293.tar.bz2 gentoo-d585b599730a06bb9d0c1796cd43483f16597293.zip |
app-editors/ghex: Stabilize 42.2 ppc, #843794
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/ghex')
-rw-r--r-- | app-editors/ghex/ghex-42.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/ghex/ghex-42.2.ebuild b/app-editors/ghex/ghex-42.2.ebuild index 561fd9f946d5..fa28bf613a82 100644 --- a/app-editors/ghex/ghex-42.2.ebuild +++ b/app-editors/ghex/ghex-42.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+" |