diff options
author | Richard Freeman <rich0@gentoo.org> | 2017-08-19 16:53:24 -0400 |
---|---|---|
committer | Richard Freeman <rich0@gentoo.org> | 2017-08-19 16:53:24 -0400 |
commit | f14289b8e0fef0886b227c782747218b376ef624 (patch) | |
tree | 1d72be6b5b82ab00b2e955f56d3e5e42717d5046 /dev-vcs | |
parent | kde-frameworks/knotifications: Drop obsolete subslot operator (diff) | |
download | gentoo-f14289b8e0fef0886b227c782747218b376ef624.tar.gz gentoo-f14289b8e0fef0886b227c782747218b376ef624.tar.bz2 gentoo-f14289b8e0fef0886b227c782747218b376ef624.zip |
dev-vcs/git: amd64 stable #627488
Bug: 627488
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.13.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.13.5.ebuild b/dev-vcs/git/git-2.13.5.ebuild index ed7663f651ac..80b8879a97a0 100644 --- a/dev-vcs/git/git-2.13.5.ebuild +++ b/dev-vcs/git/git-2.13.5.ebuild @@ -38,7 +38,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 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-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 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi LICENSE="GPL-2" |