diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-10-05 00:41:04 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-10-05 00:41:04 +0200 |
commit | bfbdf7702a5b0a7b316687f478ad5459f733f9e3 (patch) | |
tree | 378bf67cde23cfcf3bdf32dc9c4c1613ed35b652 /dev-vcs | |
parent | sys-devel/gcc-config: x86 stable (bug #626646) (diff) | |
download | gentoo-bfbdf7702a5b0a7b316687f478ad5459f733f9e3.tar.gz gentoo-bfbdf7702a5b0a7b316687f478ad5459f733f9e3.tar.bz2 gentoo-bfbdf7702a5b0a7b316687f478ad5459f733f9e3.zip |
dev-vcs/git: x86 stable (bug #632036)
Package-Manager: Portage-2.3.10, Repoman-2.3.3
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 c6e03f2bf299..d1022f3a5abb 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" |