diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-01-13 12:16:35 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-01-13 12:18:36 -0500 |
commit | aa3510df7ed9591c98c968ab2740fdfbdef2df48 (patch) | |
tree | 960f2ddcdcffd7290d48f891bf3757e0c582188d /dev-vcs | |
parent | dev-util/cargo-c: Version Bump (diff) | |
download | gentoo-aa3510df7ed9591c98c968ab2740fdfbdef2df48.tar.gz gentoo-aa3510df7ed9591c98c968ab2740fdfbdef2df48.tar.bz2 gentoo-aa3510df7ed9591c98c968ab2740fdfbdef2df48.zip |
dev-vcs/repo: mark 2.8 stable
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/repo/repo-2.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/repo/repo-2.8.ebuild b/dev-vcs/repo/repo-2.8.ebuild index 544acae9a81b..7da69b4ea509 100644 --- a/dev-vcs/repo/repo-2.8.ebuild +++ b/dev-vcs/repo/repo-2.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 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://storage.googleapis.com/git-repo-downloads/${P}" 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}" |