From 0580337a0df3eb583759ca3a90d7bac49530233d Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 14 Feb 2021 22:25:49 +0000 Subject: [PATCH] dev-python/rospkg: 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-python/rospkg/rospkg-1.2.8-r1.ebuild | 3 +-- dev-python/rospkg/rospkg-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-python/rospkg/rospkg-1.2.8-r1.ebuild b/dev-python/rospkg/rospkg-1.2.8-r1.ebuild index 4f6e2b2c3942d..9a43e2fb6d1e7 100644 --- a/dev-python/rospkg/rospkg-1.2.8-r1.ebuild +++ b/dev-python/rospkg/rospkg-1.2.8-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=7 @@ -17,7 +17,6 @@ DESCRIPTION="Standalone Python library for the ROS package system" HOMEPAGE="https://wiki.ros.org/rospkg" if [ "${PV#9999}" != "${PV}" ] ; then SRC_URI="" - KEYWORDS="" # Needed for tests S="${WORKDIR}/${PN}" EGIT_CHECKOUT_DIR="${S}" diff --git a/dev-python/rospkg/rospkg-9999.ebuild b/dev-python/rospkg/rospkg-9999.ebuild index 4f6e2b2c3942d..9a43e2fb6d1e7 100644 --- a/dev-python/rospkg/rospkg-9999.ebuild +++ b/dev-python/rospkg/rospkg-9999.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=7 @@ -17,7 +17,6 @@ DESCRIPTION="Standalone Python library for the ROS package system" HOMEPAGE="https://wiki.ros.org/rospkg" if [ "${PV#9999}" != "${PV}" ] ; then SRC_URI="" - KEYWORDS="" # Needed for tests S="${WORKDIR}/${PN}" EGIT_CHECKOUT_DIR="${S}"