diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 22:28:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:30:47 +0000 |
commit | 9792a0cc6baf7bb7cda6f1197d9ab2ce325ba859 (patch) | |
tree | 114ecc97413321b540945dd8c3aaacf3b1f57487 /dev-util | |
parent | dev-python/vcstools: fix double KEYWORDS (diff) | |
download | gentoo-9792a0cc6baf7bb7cda6f1197d9ab2ce325ba859.tar.gz gentoo-9792a0cc6baf7bb7cda6f1197d9ab2ce325ba859.tar.bz2 gentoo-9792a0cc6baf7bb7cda6f1197d9ab2ce325ba859.zip |
dev-util/catkin: 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')
-rw-r--r-- | dev-util/catkin/catkin-0.8.9.ebuild | 1 | ||||
-rw-r--r-- | dev-util/catkin/catkin-9999.ebuild | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/dev-util/catkin/catkin-0.8.9.ebuild b/dev-util/catkin/catkin-0.8.9.ebuild index a7ca681ed537..65304103f95e 100644 --- a/dev-util/catkin/catkin-0.8.9.ebuild +++ b/dev-util/catkin/catkin-0.8.9.ebuild @@ -17,7 +17,6 @@ DESCRIPTION="Cmake macros and associated python code used to build some parts of HOMEPAGE="https://wiki.ros.org/catkin" if [ "${PV#9999}" != "${PV}" ] ; then SRC_URI="" - KEYWORDS="" else SRC_URI="https://github.com/ros/catkin/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm" diff --git a/dev-util/catkin/catkin-9999.ebuild b/dev-util/catkin/catkin-9999.ebuild index 262ed3d74b20..65304103f95e 100644 --- a/dev-util/catkin/catkin-9999.ebuild +++ b/dev-util/catkin/catkin-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="Cmake macros and associated python code used to build some parts of HOMEPAGE="https://wiki.ros.org/catkin" if [ "${PV#9999}" != "${PV}" ] ; then SRC_URI="" - KEYWORDS="" else SRC_URI="https://github.com/ros/catkin/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm" |