diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-12-24 17:04:47 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-12-24 17:04:47 +0300 |
commit | b8b39900ca2d70e7e6cef980ba559ad5e46a4bf7 (patch) | |
tree | 6d2f1fb8746af9d7904525172699e51a0df1729e /dev-vcs/git | |
parent | dev-ruby/rack: arm stable wrt bug #703316 (diff) | |
download | gentoo-b8b39900ca2d70e7e6cef980ba559ad5e46a4bf7.tar.gz gentoo-b8b39900ca2d70e7e6cef980ba559ad5e46a4bf7.tar.bz2 gentoo-b8b39900ca2d70e7e6cef980ba559ad5e46a4bf7.zip |
dev-vcs/git: arm stable wrt bug #702296
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-vcs/git')
-rw-r--r-- | dev-vcs/git/git-2.21.1.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-2.24.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/git/git-2.21.1.ebuild b/dev-vcs/git/git-2.21.1.ebuild index a9530540a79e..9f7d5d2046ba 100644 --- a/dev-vcs/git/git-2.21.1.ebuild +++ b/dev-vcs/git/git-2.21.1.ebuild @@ -45,7 +45,7 @@ if [[ ${PV} != *9999 ]]; then ${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} )" [[ "${PV}" = *_rc* ]] || \ - KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi LICENSE="GPL-2" diff --git a/dev-vcs/git/git-2.24.1.ebuild b/dev-vcs/git/git-2.24.1.ebuild index 6c29353159f9..402bee9257f7 100644 --- a/dev-vcs/git/git-2.24.1.ebuild +++ b/dev-vcs/git/git-2.24.1.ebuild @@ -46,7 +46,7 @@ if [[ ${PV} != *9999 ]]; then ${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} )" [[ "${PV}" == *_rc* ]] || \ - KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi LICENSE="GPL-2" |