diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-03-19 21:05:27 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-03-19 21:06:11 +0300 |
commit | 04dcbb0a5bc558b663df6636e80232c39cf96769 (patch) | |
tree | 43f87491057ece0c268ae1c27ead6ffed21c91bf /dev-vcs/git | |
parent | www-client/opera-beta: remove old (diff) | |
download | gentoo-04dcbb0a5bc558b663df6636e80232c39cf96769.tar.gz gentoo-04dcbb0a5bc558b663df6636e80232c39cf96769.tar.bz2 gentoo-04dcbb0a5bc558b663df6636e80232c39cf96769.zip |
dev-vcs/git: Stabilize 2.26.3 amd64, #774678
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-vcs/git')
-rw-r--r-- | dev-vcs/git/git-2.26.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.26.3.ebuild b/dev-vcs/git/git-2.26.3.ebuild index d725b8e79c39..0ab03a5d92bf 100644 --- a/dev-vcs/git/git-2.26.3.ebuild +++ b/dev-vcs/git/git-2.26.3.ebuild @@ -46,7 +46,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 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi LICENSE="GPL-2" |