diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2017-08-11 21:37:15 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2017-08-11 21:37:15 +0200 |
commit | d6d231d2845d194f43e2443a69f2c5e2c818e43a (patch) | |
tree | 9f87fbf08e299719bab64438d5fa836be8198fbd /dev-vcs/git | |
parent | www-client/opera-developer: Old. (diff) | |
download | gentoo-d6d231d2845d194f43e2443a69f2c5e2c818e43a.tar.gz gentoo-d6d231d2845d194f43e2443a69f2c5e2c818e43a.tar.bz2 gentoo-d6d231d2845d194f43e2443a69f2c5e2c818e43a.zip |
dev-vcs/git-2.13.5-r0: alpha stable
Gentoo-Bug: 627488
Diffstat (limited to 'dev-vcs/git')
-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 2b0d92a449dd..1b6f59b732d8 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" |