diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-11-27 18:08:52 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-11-27 18:08:52 +0300 |
commit | eccd655d28cad3666f8bf64e18f63596fd02be8b (patch) | |
tree | c99c760024b200b035612583c7513bd79d5a886b /dev-vcs | |
parent | media-tv/kodi: pycryptodome is only required when using Python 3 (diff) | |
download | gentoo-eccd655d28cad3666f8bf64e18f63596fd02be8b.tar.gz gentoo-eccd655d28cad3666f8bf64e18f63596fd02be8b.tar.bz2 gentoo-eccd655d28cad3666f8bf64e18f63596fd02be8b.zip |
dev-vcs/git: amd64 stable wrt bug #671988
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.19.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.19.2.ebuild b/dev-vcs/git/git-2.19.2.ebuild index 6be8c1046a57..f6641a652cc0 100644 --- a/dev-vcs/git/git-2.19.2.ebuild +++ b/dev-vcs/git/git-2.19.2.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-fbsd ~x86-fbsd ~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-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi LICENSE="GPL-2" |