diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 22:50:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:31:17 +0000 |
commit | 67763d7a64333d5af84093a838d2b3d5dd908ef9 (patch) | |
tree | 356a49f17316eed78eecddc6b1a2e8834a13d34b /net-misc | |
parent | net-misc/gerbera: fix double KEYWORDS (diff) | |
download | gentoo-67763d7a64333d5af84093a838d2b3d5dd908ef9.tar.gz gentoo-67763d7a64333d5af84093a838d2b3d5dd908ef9.tar.bz2 gentoo-67763d7a64333d5af84093a838d2b3d5dd908ef9.zip |
net-misc/mikutter: 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 'net-misc')
-rw-r--r-- | net-misc/mikutter/mikutter-4.0.6.ebuild | 3 | ||||
-rw-r--r-- | net-misc/mikutter/mikutter-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net-misc/mikutter/mikutter-4.0.6.ebuild b/net-misc/mikutter/mikutter-4.0.6.ebuild index 2eefb272d4e6..b42af1d0340a 100644 --- a/net-misc/mikutter/mikutter-4.0.6.ebuild +++ b/net-misc/mikutter/mikutter-4.0.6.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 @@ -14,7 +14,6 @@ if [ "${PV}" = "9999" ]; then https://github.com/toshia/twitter_api_keys.git" inherit git-r3 SRC_URI="https://raw.githubusercontent.com/toshia/twitter_api_keys/${PLUGIN_HASH}/twitter_api_keys.rb" - KEYWORDS="" EGIT_CHECKOUT_DIR="${WORKDIR}/all" else SRC_URI="http://mikutter.hachune.net/bin/${P}.tar.gz diff --git a/net-misc/mikutter/mikutter-9999.ebuild b/net-misc/mikutter/mikutter-9999.ebuild index 2eefb272d4e6..b42af1d0340a 100644 --- a/net-misc/mikutter/mikutter-9999.ebuild +++ b/net-misc/mikutter/mikutter-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 @@ -14,7 +14,6 @@ if [ "${PV}" = "9999" ]; then https://github.com/toshia/twitter_api_keys.git" inherit git-r3 SRC_URI="https://raw.githubusercontent.com/toshia/twitter_api_keys/${PLUGIN_HASH}/twitter_api_keys.rb" - KEYWORDS="" EGIT_CHECKOUT_DIR="${WORKDIR}/all" else SRC_URI="http://mikutter.hachune.net/bin/${P}.tar.gz |