Diff distrobox-1.8.2.3 with a distrobox-9999

/usr/portage/app-containers/distrobox/distrobox-9999.ebuild 2025-11-09 18:18:04.833719403 +0300
1
# Copyright 1999-2026 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
17 17
	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
18 18
		-> ${P}.gh.tar.gz"
19 19

  
20
	KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
20
	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
21 21
fi
22 22

  
23 23
LICENSE="GPL-3"  # GPL-3.0-only !
Thank you!