diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 22:27:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:30:46 +0000 |
commit | 0843b2448ca49500b09433f31a8cf1c241f2662b (patch) | |
tree | ecf7077016389560d50552f8c73e401e70844efc /dev-python/vcstools | |
parent | dev-python/smartypants: fix double KEYWORDS (diff) | |
download | gentoo-0843b2448ca49500b09433f31a8cf1c241f2662b.tar.gz gentoo-0843b2448ca49500b09433f31a8cf1c241f2662b.tar.bz2 gentoo-0843b2448ca49500b09433f31a8cf1c241f2662b.zip |
dev-python/vcstools: 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-python/vcstools')
-rw-r--r-- | dev-python/vcstools/vcstools-0.1.42.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/vcstools/vcstools-0.1.42.ebuild b/dev-python/vcstools/vcstools-0.1.42.ebuild index d6b34076f051..080412941179 100644 --- a/dev-python/vcstools/vcstools-0.1.42.ebuild +++ b/dev-python/vcstools/vcstools-0.1.42.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="Python library for interacting with various VCS systems" HOMEPAGE="https://wiki.ros.org/vcstools" if [ "${PV#9999}" != "${PV}" ] ; then SRC_URI="" - KEYWORDS="" else SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz https://github.com/vcstools/vcstools/archive/${PV}.tar.gz -> ${P}.tar.gz |