diff options
author | 2022-05-07 01:38:12 +0200 | |
---|---|---|
committer | 2022-05-07 01:38:30 +0200 | |
commit | dd122e1b086f84bf72cf730f91960143778de41d (patch) | |
tree | e54f5db844d4b811f83685623369339fcf2ba0b8 /dev-vcs | |
parent | sys-fs/fuse-exfat: drop myself as a maintainer (diff) | |
download | gentoo-dd122e1b086f84bf72cf730f91960143778de41d.tar.gz gentoo-dd122e1b086f84bf72cf730f91960143778de41d.tar.bz2 gentoo-dd122e1b086f84bf72cf730f91960143778de41d.zip |
dev-vcs/repo: Stabilize 2.21 arm64, #842039
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/repo/repo-2.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/repo/repo-2.21.ebuild b/dev-vcs/repo/repo-2.21.ebuild index 9490022de874..473ea5da0f4a 100644 --- a/dev-vcs/repo/repo-2.21.ebuild +++ b/dev-vcs/repo/repo-2.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # NB: The ${PV} tracks the *repo launcher version*, not the last signed release @@ -17,7 +17,7 @@ SRC_URI="https://github.com/GerritCodeReview/git-repo/archive/refs/tags/v${PV}.t LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |