diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-11-28 22:27:43 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-11-28 22:27:43 +0000 |
commit | d592114ca49f00f669d9d5d8f0fbf6f517d9cdee (patch) | |
tree | fc9c3ed1952fa1b87753c08e0582f380eba8f797 /dev-vcs/git | |
parent | dev-python/pycryptodome: stable 3.6.6 for ia64, bug #671970 (diff) | |
download | gentoo-d592114ca49f00f669d9d5d8f0fbf6f517d9cdee.tar.gz gentoo-d592114ca49f00f669d9d5d8f0fbf6f517d9cdee.tar.bz2 gentoo-d592114ca49f00f669d9d5d8f0fbf6f517d9cdee.zip |
dev-vcs/git: stable 2.19.2 for ia64, bug #671988
Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-vcs/git')
-rw-r--r-- | dev-vcs/git/git-2.19.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.19.2.ebuild b/dev-vcs/git/git-2.19.2.ebuild index 1bb4da1ced4d..c2fdbda91912 100644 --- a/dev-vcs/git/git-2.19.2.ebuild +++ b/dev-vcs/git/git-2.19.2.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 ~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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi LICENSE="GPL-2" |