diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-12-26 09:06:57 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-12-26 09:06:57 +0100 |
commit | 14c94c86e45ed84239b3ca988814f0fa99a2a4fb (patch) | |
tree | e63a4daea3d768eb2ca8695f83c70325ba4c3ea8 /dev-vcs | |
parent | xfce-extra/xfce4-wavelan-plugin: amd64 stable wrt bug #799827 (diff) | |
download | gentoo-14c94c86e45ed84239b3ca988814f0fa99a2a4fb.tar.gz gentoo-14c94c86e45ed84239b3ca988814f0fa99a2a4fb.tar.bz2 gentoo-14c94c86e45ed84239b3ca988814f0fa99a2a4fb.zip |
dev-vcs/git: amd64 stable wrt bug #814635
Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.33.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.33.1.ebuild b/dev-vcs/git/git-2.33.1.ebuild index a11db72fc562..b14ad4100923 100644 --- a/dev-vcs/git/git-2.33.1.ebuild +++ b/dev-vcs/git/git-2.33.1.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 ~m68k ~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 ~m68k ~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" |