diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-03 20:50:42 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-03 20:50:42 +0200 |
commit | 9525ab4957673d3752dcbe8c5e177f946899c118 (patch) | |
tree | 8ad0c029efa914279738fc2d8a5a25a76b0557b4 | |
parent | sci-libs/pytorch: drop 2.0.0, 2.1.1-r1 (diff) | |
download | gentoo-9525ab4957673d3752dcbe8c5e177f946899c118.tar.gz gentoo-9525ab4957673d3752dcbe8c5e177f946899c118.tar.bz2 gentoo-9525ab4957673d3752dcbe8c5e177f946899c118.zip |
dev-util/gyp: Stabilize 20200512145953 ppc64, #921222
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-util/gyp/gyp-20200512145953.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/gyp/gyp-20200512145953.ebuild b/dev-util/gyp/gyp-20200512145953.ebuild index c075371e9081..a4e2f2be10b4 100644 --- a/dev-util/gyp/gyp-20200512145953.ebuild +++ b/dev-util/gyp/gyp-20200512145953.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Gentoo Authors +# Copyright 2017-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -15,7 +15,7 @@ if [[ "${PV}" == "99999999999999" ]]; then inherit git-r3 else SRC_URI="https://home.apache.org/~arfrever/distfiles/${P}.tar.xz" - KEYWORDS="amd64 ~arm64 ~loong ~ppc64 x86" + KEYWORDS="amd64 ~arm64 ~loong ppc64 x86" fi LICENSE="BSD" |