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/OpenNI2/
Date: Thu, 19 May 2022 12:12:09
Message-Id: 1652962246.a7a740257636f669f51f55174cace88f298db722.juippis@gentoo
1 commit: a7a740257636f669f51f55174cace88f298db722
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 12:10:46 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 12:10:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a74025
7
8 dev-libs/OpenNI2: Stabilize 2.2_beta2-r1 amd64, #829841
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-libs/OpenNI2/OpenNI2-2.2_beta2-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/OpenNI2/OpenNI2-2.2_beta2-r1.ebuild b/dev-libs/OpenNI2/OpenNI2-2.2_beta2-r1.ebuild
16 index 8650fe294537..a74f713947b0 100644
17 --- a/dev-libs/OpenNI2/OpenNI2-2.2_beta2-r1.ebuild
18 +++ b/dev-libs/OpenNI2/OpenNI2-2.2_beta2-r1.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 flag-o-matic
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/occipital/OpenNI2/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
32 S="${WORKDIR}/${P/_/-}"
33 fi