From 1c8df6e072037d00cf30258fbdc635b1b440c126 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 14 Feb 2021 22:18:54 +0000 Subject: dev-libs/OpenNI: fix double KEYWORDS Double KEYWORDS lines break tools like ekeyword and Nattka. As per PMS, blank/empty KEYWORDS is implied by not defining the variable. See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James --- dev-libs/OpenNI/OpenNI-1.5.7.10-r1.ebuild | 3 +-- dev-libs/OpenNI/OpenNI-1.5.7.10.ebuild | 3 +-- dev-libs/OpenNI/OpenNI-9999.ebuild | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) (limited to 'dev-libs/OpenNI') diff --git a/dev-libs/OpenNI/OpenNI-1.5.7.10-r1.ebuild b/dev-libs/OpenNI/OpenNI-1.5.7.10-r1.ebuild index 674ccb33fff4..da575a346132 100644 --- a/dev-libs/OpenNI/OpenNI-1.5.7.10-r1.ebuild +++ b/dev-libs/OpenNI/OpenNI-1.5.7.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,6 @@ fi inherit ${SCM} toolchain-funcs eutils multilib java-pkg-opt-2 if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" SRC_URI="" else KEYWORDS="~amd64 ~arm" diff --git a/dev-libs/OpenNI/OpenNI-1.5.7.10.ebuild b/dev-libs/OpenNI/OpenNI-1.5.7.10.ebuild index e2c08a5c23d2..b8c8b9916996 100644 --- a/dev-libs/OpenNI/OpenNI-1.5.7.10.ebuild +++ b/dev-libs/OpenNI/OpenNI-1.5.7.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,6 @@ fi inherit ${SCM} toolchain-funcs eutils multilib java-pkg-opt-2 if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" SRC_URI="" else KEYWORDS="~amd64 ~arm" diff --git a/dev-libs/OpenNI/OpenNI-9999.ebuild b/dev-libs/OpenNI/OpenNI-9999.ebuild index 2d37b651a917..c25f316b655b 100644 --- a/dev-libs/OpenNI/OpenNI-9999.ebuild +++ b/dev-libs/OpenNI/OpenNI-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,6 @@ fi inherit ${SCM} toolchain-funcs eutils multilib java-pkg-opt-2 if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" SRC_URI="" else KEYWORDS="~amd64 ~arm" -- cgit v1.2.3-65-gdbad