summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-14 22:32:42 +0000
committerSam James <sam@gentoo.org>2021-02-15 00:30:54 +0000
commit48b40404929c624b34d429ede6cb6e31bebbd513 (patch)
tree3a37bae924a68c0ddfe4d6348f65454bfd4d002c /dev-util/wstool
parentdev-util/rosinstall_generator: fix double KEYWORDS (diff)
downloadgentoo-48b40404929c624b34d429ede6cb6e31bebbd513.tar.gz
gentoo-48b40404929c624b34d429ede6cb6e31bebbd513.tar.bz2
gentoo-48b40404929c624b34d429ede6cb6e31bebbd513.zip
dev-util/wstool: 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>
Diffstat (limited to 'dev-util/wstool')
-rw-r--r--dev-util/wstool/wstool-0.1.18.ebuild3
-rw-r--r--dev-util/wstool/wstool-9999.ebuild3
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-util/wstool/wstool-0.1.18.ebuild b/dev-util/wstool/wstool-0.1.18.ebuild
index 1468b0f89a0f..48cc34f6d138 100644
--- a/dev-util/wstool/wstool-0.1.18.ebuild
+++ b/dev-util/wstool/wstool-0.1.18.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
@@ -16,7 +16,6 @@ DESCRIPTION="Commands to manage several local SCM repositories for ROS"
HOMEPAGE="https://wiki.ros.org/wstool"
if [ "${PV#9999}" != "${PV}" ] ; then
SRC_URI=""
- KEYWORDS=""
else
SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
https://github.com/vcstools/wstool/archive/${PV}.tar.gz -> ${P}.tar.gz
diff --git a/dev-util/wstool/wstool-9999.ebuild b/dev-util/wstool/wstool-9999.ebuild
index 1468b0f89a0f..48cc34f6d138 100644
--- a/dev-util/wstool/wstool-9999.ebuild
+++ b/dev-util/wstool/wstool-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
@@ -16,7 +16,6 @@ DESCRIPTION="Commands to manage several local SCM repositories for ROS"
HOMEPAGE="https://wiki.ros.org/wstool"
if [ "${PV#9999}" != "${PV}" ] ; then
SRC_URI=""
- KEYWORDS=""
else
SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
https://github.com/vcstools/wstool/archive/${PV}.tar.gz -> ${P}.tar.gz