diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-01 16:05:47 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-01 16:05:47 +0000 |
commit | ec066b3bb4774e514044cee8145e9ee20395d600 (patch) | |
tree | 42be6194308a389f92eb45acf5df6265c58ed7ee /app-editors/ghex | |
parent | gui-libs/libadwaita: Stabilize 1.3.4 ppc64, #913218 (diff) | |
download | gentoo-ec066b3bb4774e514044cee8145e9ee20395d600.tar.gz gentoo-ec066b3bb4774e514044cee8145e9ee20395d600.tar.bz2 gentoo-ec066b3bb4774e514044cee8145e9ee20395d600.zip |
app-editors/ghex: Stabilize 44.2 ppc64, #913218
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors/ghex')
-rw-r--r-- | app-editors/ghex/ghex-44.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/ghex/ghex-44.2.ebuild b/app-editors/ghex/ghex-44.2.ebuild index c570655c2ed1..426c793f459d 100644 --- a/app-editors/ghex/ghex-44.2.ebuild +++ b/app-editors/ghex/ghex-44.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+" |