diff options
author | Sam James <sam@gentoo.org> | 2022-05-28 02:17:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-28 02:17:57 +0100 |
commit | fda8d51ac5e82a2eba24bfa80ef82bd0876eff09 (patch) | |
tree | 7dc26a3fc5b2b5d536027bacba77264769ad4dcb /app-editors | |
parent | app-editors/gedit-plugins: Stabilize 42.0 amd64, #843794 (diff) | |
download | gentoo-fda8d51ac5e82a2eba24bfa80ef82bd0876eff09.tar.gz gentoo-fda8d51ac5e82a2eba24bfa80ef82bd0876eff09.tar.bz2 gentoo-fda8d51ac5e82a2eba24bfa80ef82bd0876eff09.zip |
app-editors/ghex: Stabilize 42.2 amd64, #843794
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-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 60b2aa480d88..18bc729f83b8 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+" |