diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2017-10-22 23:41:30 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2017-10-22 23:41:30 +0200 |
commit | 3b4e46155e9c3377b48348b6a95f96e86cc01b38 (patch) | |
tree | d2c7413476f9b7114d8f8a00cafdf92d17f177f8 /dev-vcs | |
parent | sys-apps/help2man-1.47.4-r0: alpha stable (diff) | |
download | gentoo-3b4e46155e9c3377b48348b6a95f96e86cc01b38.tar.gz gentoo-3b4e46155e9c3377b48348b6a95f96e86cc01b38.tar.bz2 gentoo-3b4e46155e9c3377b48348b6a95f96e86cc01b38.zip |
dev-vcs/git-2.13.6-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/632036
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.13.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.13.6.ebuild b/dev-vcs/git/git-2.13.6.ebuild index e62c88708f4d..08867dbc8c34 100644 --- a/dev-vcs/git/git-2.13.6.ebuild +++ b/dev-vcs/git/git-2.13.6.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" |