Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/OpenNI/
Date: Thu, 19 May 2022 12:12:11
Message-Id: 1652962253.f4bfc352542a44f1e779ac2dd90ae30d0de1a86f.juippis@gentoo
1 commit: f4bfc352542a44f1e779ac2dd90ae30d0de1a86f
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 12:10:53 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 12:10:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4bfc352
7
8 dev-libs/OpenNI: Stabilize 1.5.7.10-r2 amd64, #829841
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-libs/OpenNI/OpenNI-1.5.7.10-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/OpenNI/OpenNI-1.5.7.10-r2.ebuild b/dev-libs/OpenNI/OpenNI-1.5.7.10-r2.ebuild
16 index fcd54b00b17a..c20e1e338bd8 100644
17 --- a/dev-libs/OpenNI/OpenNI-1.5.7.10-r2.ebuild
18 +++ b/dev-libs/OpenNI/OpenNI-1.5.7.10-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -14,7 +14,7 @@ inherit ${SCM} toolchain-funcs multilib java-pkg-opt-2
26 if [ "${PV#9999}" != "${PV}" ] ; then
27 SRC_URI=""
28 else
29 - KEYWORDS="~amd64 ~arm"
30 + KEYWORDS="amd64 ~arm"
31 SRC_URI="https://github.com/OpenNI/OpenNI/archive/Stable-${PV}.tar.gz -> ${P}.tar.gz"
32 S="${WORKDIR}/${PN}-Stable-${PV}"
33 fi