From f4bfc352542a44f1e779ac2dd90ae30d0de1a86f Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Thu, 19 May 2022 15:10:53 +0300 Subject: [PATCH] dev-libs/OpenNI: Stabilize 1.5.7.10-r2 amd64, #829841 Signed-off-by: Joonas Niilola --- dev-libs/OpenNI/OpenNI-1.5.7.10-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/OpenNI/OpenNI-1.5.7.10-r2.ebuild b/dev-libs/OpenNI/OpenNI-1.5.7.10-r2.ebuild index fcd54b00b17a9..c20e1e338bd83 100644 --- a/dev-libs/OpenNI/OpenNI-1.5.7.10-r2.ebuild +++ b/dev-libs/OpenNI/OpenNI-1.5.7.10-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ inherit ${SCM} toolchain-funcs multilib java-pkg-opt-2 if [ "${PV#9999}" != "${PV}" ] ; then SRC_URI="" else - KEYWORDS="~amd64 ~arm" + KEYWORDS="amd64 ~arm" SRC_URI="https://github.com/OpenNI/OpenNI/archive/Stable-${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-Stable-${PV}" fi