diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-04-23 08:29:01 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-04-23 08:29:01 +0200 |
commit | 1ab068907e98a882f298336285d0365a1260a108 (patch) | |
tree | ed73d6eb99c35048cd30aae74ae60877110d493a /dev-vcs/git/git-2.26.2.ebuild | |
parent | dev-libs/ntl: x86 stable wrt bug #718620 (diff) | |
download | gentoo-1ab068907e98a882f298336285d0365a1260a108.tar.gz gentoo-1ab068907e98a882f298336285d0365a1260a108.tar.bz2 gentoo-1ab068907e98a882f298336285d0365a1260a108.zip |
dev-vcs/git: x86 stable wrt bug #718710
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-vcs/git/git-2.26.2.ebuild')
-rw-r--r-- | dev-vcs/git/git-2.26.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.26.2.ebuild b/dev-vcs/git/git-2.26.2.ebuild index f233a5da7c5c..b4cba1683a7a 100644 --- a/dev-vcs/git/git-2.26.2.ebuild +++ b/dev-vcs/git/git-2.26.2.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 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 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" |