diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-16 22:28:09 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-16 22:28:09 +0200 |
commit | b282405eb75982b29019c017dc91ba750d9191fd (patch) | |
tree | 66dd87231f7508c806c4be368cfd68e61214700b /app-editors/hexedit | |
parent | dev-java/jackson-annotations: Stabilize 2.13.0 arm64, #833387 (diff) | |
download | gentoo-b282405eb75982b29019c017dc91ba750d9191fd.tar.gz gentoo-b282405eb75982b29019c017dc91ba750d9191fd.tar.bz2 gentoo-b282405eb75982b29019c017dc91ba750d9191fd.zip |
app-editors/hexedit: Stabilize 1.5 arm, #833373
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors/hexedit')
-rw-r--r-- | app-editors/hexedit/hexedit-1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/hexedit/hexedit-1.5.ebuild b/app-editors/hexedit/hexedit-1.5.ebuild index 89637c335667..438191a1dc21 100644 --- a/app-editors/hexedit/hexedit-1.5.ebuild +++ b/app-editors/hexedit/hexedit-1.5.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/pixel/hexedit.git" else SRC_URI="https://github.com/pixel/hexedit/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" fi LICENSE="GPL-2" |