diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-04-03 08:08:31 +0100 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-04-03 10:35:58 +0300 |
commit | 7b7f184d55b9069e45fca93549fbaff83de419c0 (patch) | |
tree | 00972b7bcf0fd747defa6e2b3884fef1ab2b8ed9 /app-portage/repoman | |
parent | app-text/editorconfig-core-c: arm64 stable (bug #706418) (diff) | |
download | gentoo-7b7f184d55b9069e45fca93549fbaff83de419c0.tar.gz gentoo-7b7f184d55b9069e45fca93549fbaff83de419c0.tar.bz2 gentoo-7b7f184d55b9069e45fca93549fbaff83de419c0.zip |
app-portage/repoman: arm64 stable (bug #705988)
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-portage/repoman')
-rw-r--r-- | app-portage/repoman/repoman-2.3.20.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/repoman/repoman-2.3.20.ebuild b/app-portage/repoman/repoman-2.3.20.ebuild index 65c4f7d4eb15..537867a1ccf7 100644 --- a/app-portage/repoman/repoman-2.3.20.ebuild +++ b/app-portage/repoman/repoman-2.3.20.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]]; then S="${WORKDIR}/${P}/repoman" else SRC_URI="https://dev.gentoo.org/~zmedico/portage/archives/${P}.tar.bz2" - KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds" |