diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-09 11:33:01 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-09 11:33:01 +0300 |
commit | cc67230bedacd9cf36a5e890538a6a1c6ade8f5f (patch) | |
tree | 739a6487e7e9df6eebb5b4c3c69435a4d7b35496 /dev-vcs | |
parent | sci-astronomy/stellarium: 0.16.0-r1 ppc stable (diff) | |
download | gentoo-cc67230bedacd9cf36a5e890538a6a1c6ade8f5f.tar.gz gentoo-cc67230bedacd9cf36a5e890538a6a1c6ade8f5f.tar.bz2 gentoo-cc67230bedacd9cf36a5e890538a6a1c6ade8f5f.zip |
dev-vcs/git: amd64 stable wrt bug #667942
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.18.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.18.1.ebuild b/dev-vcs/git/git-2.18.1.ebuild index 2f2de4ae7ec0..c647dc5d9224 100644 --- a/dev-vcs/git/git-2.18.1.ebuild +++ b/dev-vcs/git/git-2.18.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-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" |