diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2023-07-16 13:30:29 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-18 20:17:36 +0100 |
commit | c8e5119560d6a740da16b8171e2a91ea7692d0fd (patch) | |
tree | c8ead885b4815a0f6cf80789e24a7ad4ae2fd0b3 /dev-vcs | |
parent | sys-apps/portage: stable 3.0.49-r1 for hppa, bug #910184 (diff) | |
download | gentoo-c8e5119560d6a740da16b8171e2a91ea7692d0fd.tar.gz gentoo-c8e5119560d6a740da16b8171e2a91ea7692d0fd.tar.bz2 gentoo-c8e5119560d6a740da16b8171e2a91ea7692d0fd.zip |
dev-vcs/git: stable 2.41.0 for hppa, bug #909798
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.41.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.41.0.ebuild b/dev-vcs/git/git-2.41.0.ebuild index 80824ce5ae60..18ae064aae45 100644 --- a/dev-vcs/git/git-2.41.0.ebuild +++ b/dev-vcs/git/git-2.41.0.ebuild @@ -50,7 +50,7 @@ if [[ ${PV} != *9999 ]]; then SRC_URI+=" doc? ( ${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} )" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi fi |