diff options
author | Sam James <sam@gentoo.org> | 2022-05-28 02:24:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-28 02:24:57 +0100 |
commit | 9e5bb37cf16ebfd577a8935e3ed9c4fa1d3dd4fc (patch) | |
tree | 2ad13154a946b967d776863e9366f4f7f5b9f693 /app-editors/ghex | |
parent | app-editors/gedit-plugins: Stabilize 42.0 x86, #843794 (diff) | |
download | gentoo-9e5bb37cf16ebfd577a8935e3ed9c4fa1d3dd4fc.tar.gz gentoo-9e5bb37cf16ebfd577a8935e3ed9c4fa1d3dd4fc.tar.bz2 gentoo-9e5bb37cf16ebfd577a8935e3ed9c4fa1d3dd4fc.zip |
app-editors/ghex: Stabilize 42.2 x86, #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 18bc729f83b8..561fd9f946d5 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+" |