diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2018-03-05 13:31:40 +0100 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2018-03-05 14:57:42 +0100 |
commit | d468f85f368e03e9a00f464f9d4a8576833d2a4c (patch) | |
tree | 02865665819cc223192713acf8a4c80efc98fe2a /dev-vcs/git | |
parent | media-libs/gexiv2-0.10.8-r0: alpha stable (diff) | |
download | gentoo-d468f85f368e03e9a00f464f9d4a8576833d2a4c.tar.gz gentoo-d468f85f368e03e9a00f464f9d4a8576833d2a4c.tar.bz2 gentoo-d468f85f368e03e9a00f464f9d4a8576833d2a4c.zip |
dev-vcs/git-2.16.1-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/647446
Diffstat (limited to 'dev-vcs/git')
-rw-r--r-- | dev-vcs/git/git-2.16.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.16.1.ebuild b/dev-vcs/git/git-2.16.1.ebuild index 11833ac40d80..c031dcbda500 100644 --- a/dev-vcs/git/git-2.16.1.ebuild +++ b/dev-vcs/git/git-2.16.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 ~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 ~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" |