summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2022-05-19 15:10:46 +0300
committerJoonas Niilola <juippis@gentoo.org>2022-05-19 15:10:46 +0300
commita7a740257636f669f51f55174cace88f298db722 (patch)
tree6e4aa98ba437d262ed0bff27efc8561bebd3bb6f
parentsys-fs/xfsprogs: keyword 5.16.0 for ~loong (diff)
downloadgentoo-a7a740257636f669f51f55174cace88f298db722.tar.gz
gentoo-a7a740257636f669f51f55174cace88f298db722.tar.bz2
gentoo-a7a740257636f669f51f55174cace88f298db722.zip
dev-libs/OpenNI2: Stabilize 2.2_beta2-r1 amd64, #829841
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--dev-libs/OpenNI2/OpenNI2-2.2_beta2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/OpenNI2/OpenNI2-2.2_beta2-r1.ebuild b/dev-libs/OpenNI2/OpenNI2-2.2_beta2-r1.ebuild
index 8650fe294537..a74f713947b0 100644
--- a/dev-libs/OpenNI2/OpenNI2-2.2_beta2-r1.ebuild
+++ b/dev-libs/OpenNI2/OpenNI2-2.2_beta2-r1.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 flag-o-matic
if [ "${PV#9999}" != "${PV}" ] ; then
SRC_URI=""
else
- KEYWORDS="~amd64 ~arm"
+ KEYWORDS="amd64 ~arm"
SRC_URI="https://github.com/occipital/OpenNI2/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${P/_/-}"
fi