diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2017-03-17 11:58:05 +0100 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2017-03-17 12:09:34 +0100 |
commit | ed0892740c8255b78812563b0ea3331f61eda64d (patch) | |
tree | 9bb573f5c174971d004fff505135dd0baf3e1079 /dev-vcs | |
parent | app-crypt/gnupg: add ~x64-cygwin keyword (diff) | |
download | gentoo-ed0892740c8255b78812563b0ea3331f61eda64d.tar.gz gentoo-ed0892740c8255b78812563b0ea3331f61eda64d.tar.bz2 gentoo-ed0892740c8255b78812563b0ea3331f61eda64d.zip |
dev-vcs/git: add ~x64-cygwin keyword
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.12.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.12.0.ebuild b/dev-vcs/git/git-2.12.0.ebuild index ddea7e332a07..2b9db07f35da 100644 --- a/dev-vcs/git/git-2.12.0.ebuild +++ b/dev-vcs/git/git-2.12.0.ebuild @@ -37,7 +37,7 @@ if [[ ${PV} != *9999 ]]; then doc? ( ${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} )" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~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" |