diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 22:49:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:31:16 +0000 |
commit | fe3ddd1fbaf0b10843c1a3605f4b26f257a45595 (patch) | |
tree | e5cf4c142910c95d7eaf53b03a5b330222c2eed9 /net-misc/connman-ui | |
parent | net-libs/onion: fix double KEYWORDS (diff) | |
download | gentoo-fe3ddd1fbaf0b10843c1a3605f4b26f257a45595.tar.gz gentoo-fe3ddd1fbaf0b10843c1a3605f4b26f257a45595.tar.bz2 gentoo-fe3ddd1fbaf0b10843c1a3605f4b26f257a45595.zip |
net-misc/connman-ui: 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/connman-ui')
-rw-r--r-- | net-misc/connman-ui/connman-ui-0_p20150622.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-misc/connman-ui/connman-ui-0_p20150622.ebuild b/net-misc/connman-ui/connman-ui-0_p20150622.ebuild index a1a5d26d62e8..9edf9267b9d3 100644 --- a/net-misc/connman-ui/connman-ui-0_p20150622.ebuild +++ b/net-misc/connman-ui/connman-ui-0_p20150622.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,11 +9,10 @@ COMMIT="fce0af94e121bde77c7fa2ebd6a319f0180c5516" DESCRIPTION="A full-featured GTK based trayicon UI for ConnMan" HOMEPAGE="https://github.com/tbursztyka/connman-ui" SRC_URI="https://github.com/tbursztyka/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" CDEPEND=" |