diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-30 17:42:31 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-30 17:42:31 +0000 |
commit | da01c689605c78cedbfe644725f18b7db57b90f2 (patch) | |
tree | 713ae870126e68ee83a584cb57514c70698e53e4 /app-editors/ghex | |
parent | dev-libs/libayatana-appindicator: Stabilize 0.5.92 x86, #901377 (diff) | |
download | gentoo-da01c689605c78cedbfe644725f18b7db57b90f2.tar.gz gentoo-da01c689605c78cedbfe644725f18b7db57b90f2.tar.bz2 gentoo-da01c689605c78cedbfe644725f18b7db57b90f2.zip |
app-editors/ghex: Stabilize 43.1 ppc64, #901377
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors/ghex')
-rw-r--r-- | app-editors/ghex/ghex-43.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/ghex/ghex-43.1.ebuild b/app-editors/ghex/ghex-43.1.ebuild index ed57922eb027..5bc774b4b945 100644 --- a/app-editors/ghex/ghex-43.1.ebuild +++ b/app-editors/ghex/ghex-43.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+" |