diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-05-31 08:12:18 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-05-31 08:12:18 +0000 |
commit | 6ecb976eb824d57ac9eb29e3364908e68ffaad86 (patch) | |
tree | 5e9a897c31d83ab944306e10829a0d3f60947664 /dev-vcs | |
parent | media-gfx/fontforge: stable 20170731-r4 for ia64, bug #656792 (diff) | |
download | gentoo-6ecb976eb824d57ac9eb29e3364908e68ffaad86.tar.gz gentoo-6ecb976eb824d57ac9eb29e3364908e68ffaad86.tar.bz2 gentoo-6ecb976eb824d57ac9eb29e3364908e68ffaad86.zip |
dev-vcs/git: stable 2.16.4 for ia64, bug #656868
Bug: https://bugs.gentoo.org/656868
Package-Manager: Portage-2.3.38, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.16.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.16.4.ebuild b/dev-vcs/git/git-2.16.4.ebuild index bf435b312a1e..6255ec6b3b0f 100644 --- a/dev-vcs/git/git-2.16.4.ebuild +++ b/dev-vcs/git/git-2.16.4.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" |