From 433cd3b5a586cc7602002a443c2805ba184a0ede Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 14 Feb 2021 22:23:19 +0000 Subject: dev-python/catkin_pkg: 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/catkin_pkg/catkin_pkg-0.4.23-r1.ebuild | 1 - dev-python/catkin_pkg/catkin_pkg-9999.ebuild | 1 - 2 files changed, 2 deletions(-) (limited to 'dev-python/catkin_pkg') diff --git a/dev-python/catkin_pkg/catkin_pkg-0.4.23-r1.ebuild b/dev-python/catkin_pkg/catkin_pkg-0.4.23-r1.ebuild index 7f8594fa4be5..5a64a0e6f182 100644 --- a/dev-python/catkin_pkg/catkin_pkg-0.4.23-r1.ebuild +++ b/dev-python/catkin_pkg/catkin_pkg-0.4.23-r1.ebuild @@ -17,7 +17,6 @@ DESCRIPTION="Standalone Python library for the catkin package system" HOMEPAGE="https://wiki.ros.org/catkin_pkg" if [ "${PV#9999}" != "${PV}" ] ; then SRC_URI="" - KEYWORDS="" else SRC_URI="https://github.com/ros-infrastructure/catkin_pkg/archive/${PV}.tar.gz -> ${P}-gh.tar.gz" KEYWORDS="~amd64 ~arm" diff --git a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild index 7f8594fa4be5..5a64a0e6f182 100644 --- a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild +++ b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild @@ -17,7 +17,6 @@ DESCRIPTION="Standalone Python library for the catkin package system" HOMEPAGE="https://wiki.ros.org/catkin_pkg" if [ "${PV#9999}" != "${PV}" ] ; then SRC_URI="" - KEYWORDS="" else SRC_URI="https://github.com/ros-infrastructure/catkin_pkg/archive/${PV}.tar.gz -> ${P}-gh.tar.gz" KEYWORDS="~amd64 ~arm" -- cgit v1.2.3-65-gdbad