diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-07 08:54:27 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-07 08:55:26 +0300 |
commit | aa2837797a428bcd53f84c3473351b7cda94e474 (patch) | |
tree | 45504be4380ea74447c23ed0f27ead07a32f1dbd /app-editors | |
parent | app-text/paper-clip: Stabilize 5.0 amd64, #926452 (diff) | |
download | gentoo-aa2837797a428bcd53f84c3473351b7cda94e474.tar.gz gentoo-aa2837797a428bcd53f84c3473351b7cda94e474.tar.bz2 gentoo-aa2837797a428bcd53f84c3473351b7cda94e474.zip |
app-editors/ghex: Stabilize 45.2 amd64, #928755
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/ghex/ghex-45.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/ghex/ghex-45.2.ebuild b/app-editors/ghex/ghex-45.2.ebuild index 334559aea1bf..54c3c1463b67 100644 --- a/app-editors/ghex/ghex-45.2.ebuild +++ b/app-editors/ghex/ghex-45.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 ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" fi LICENSE="GPL-2+ FDL-1.1+" |