diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 22:56:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:31:24 +0000 |
commit | 7009763cd531d3baa3afd816780c6e3c7871ca5a (patch) | |
tree | cdb7778590dcea7e154359f79b482dda48a3330c | |
parent | net-wireless/gr-ieee802154: fix double KEYWORDS (diff) | |
download | gentoo-7009763cd531d3baa3afd816780c6e3c7871ca5a.tar.gz gentoo-7009763cd531d3baa3afd816780c6e3c7871ca5a.tar.bz2 gentoo-7009763cd531d3baa3afd816780c6e3c7871ca5a.zip |
net-wireless/gr-iio: 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-- | net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild | 3 | ||||
-rw-r--r-- | net-wireless/gr-iio/gr-iio-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild b/net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild index bd3a7cd2c750..a98aa8c659a9 100644 --- a/net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild +++ b/net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.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 @@ -13,7 +13,6 @@ if [ "${PV}" = "9999" ]; then EGIT_REPO_URI="https://github.com/analogdevicesinc/gr-iio" EGIT_BRANCH="upgrade-3.8" inherit git-r3 - KEYWORDS="" else COMMIT="733c8a05e74b7d10fbaef502cc82d025ae35a1fb" SRC_URI="https://github.com/analogdevicesinc/gr-iio/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" diff --git a/net-wireless/gr-iio/gr-iio-9999.ebuild b/net-wireless/gr-iio/gr-iio-9999.ebuild index bd3a7cd2c750..a98aa8c659a9 100644 --- a/net-wireless/gr-iio/gr-iio-9999.ebuild +++ b/net-wireless/gr-iio/gr-iio-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 @@ -13,7 +13,6 @@ if [ "${PV}" = "9999" ]; then EGIT_REPO_URI="https://github.com/analogdevicesinc/gr-iio" EGIT_BRANCH="upgrade-3.8" inherit git-r3 - KEYWORDS="" else COMMIT="733c8a05e74b7d10fbaef502cc82d025ae35a1fb" SRC_URI="https://github.com/analogdevicesinc/gr-iio/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" |