diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 13:22:49 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 13:22:49 +0000 |
commit | 585679ea836c0e04244a3e83a94450cf35b363ad (patch) | |
tree | a6e88fcfe1b725006816bf448f9c871d0802c472 /dev-vcs | |
parent | dev-perl/Clone: Stabilize 0.460.0 x86, #899480 (diff) | |
download | gentoo-585679ea836c0e04244a3e83a94450cf35b363ad.tar.gz gentoo-585679ea836c0e04244a3e83a94450cf35b363ad.tar.bz2 gentoo-585679ea836c0e04244a3e83a94450cf35b363ad.zip |
dev-vcs/git-lfs: Keyword 3.2.0 ppc64, #876688
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-lfs/git-lfs-3.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/git-lfs/git-lfs-3.2.0.ebuild b/dev-vcs/git-lfs/git-lfs-3.2.0.ebuild index 902cc0ce27e5..f1b4691ef003 100644 --- a/dev-vcs/git-lfs/git-lfs-3.2.0.ebuild +++ b/dev-vcs/git-lfs/git-lfs-3.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ if [[ "${PV}" = 9999* ]]; then inherit git-r3 else SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~riscv ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" fi LICENSE="Apache-2.0 BSD BSD-2 BSD-4 ISC MIT" |