summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-14 22:31:34 +0000
committerSam James <sam@gentoo.org>2021-02-15 00:30:52 +0000
commitf7256a29f2f25f71354aeb900679557f4b3c6b89 (patch)
treea5488573af7c7093071ae5cfd9c6734e139ab91a
parentdev-util/patchbin: fix double KEYWORDS (diff)
downloadgentoo-f7256a29f2f25f71354aeb900679557f4b3c6b89.tar.gz
gentoo-f7256a29f2f25f71354aeb900679557f4b3c6b89.tar.bz2
gentoo-f7256a29f2f25f71354aeb900679557f4b3c6b89.zip
dev-util/rosdep: 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 <sam@gentoo.org>
-rw-r--r--dev-util/rosdep/rosdep-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/rosdep/rosdep-9999.ebuild b/dev-util/rosdep/rosdep-9999.ebuild
index a97be8570020..dde1899da88c 100644
--- a/dev-util/rosdep/rosdep-9999.ebuild
+++ b/dev-util/rosdep/rosdep-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="Command-line tool for installing ROS system dependencies"
HOMEPAGE="https://wiki.ros.org/rosdep"
if [ "${PV#9999}" != "${PV}" ] ; then
SRC_URI=""
- KEYWORDS=""
else
SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
https://github.com/ros-infrastructure/rosdep/archive/${PV}.tar.gz -> ${P}.tar.gz