diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 22:37:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:30:59 +0000 |
commit | 3b1331e84a00ab97c99f78c2a442d69b0c5ae18c (patch) | |
tree | a93093c33bd156001cd741670ccf96709cf78c49 /lxde-base/lxterminal | |
parent | gui-libs/xdg-desktop-portal-wlr: fix double KEYWORDS (diff) | |
download | gentoo-3b1331e84a00ab97c99f78c2a442d69b0c5ae18c.tar.gz gentoo-3b1331e84a00ab97c99f78c2a442d69b0c5ae18c.tar.bz2 gentoo-3b1331e84a00ab97c99f78c2a442d69b0c5ae18c.zip |
lxde-base/lxterminal: 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 'lxde-base/lxterminal')
-rw-r--r-- | lxde-base/lxterminal/lxterminal-0.3.1.ebuild | 3 | ||||
-rw-r--r-- | lxde-base/lxterminal/lxterminal-0.3.2.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lxde-base/lxterminal/lxterminal-0.3.1.ebuild b/lxde-base/lxterminal/lxterminal-0.3.1.ebuild index 3e373e2fc510..a20e5520b167 100644 --- a/lxde-base/lxterminal/lxterminal-0.3.1.ebuild +++ b/lxde-base/lxterminal/lxterminal-0.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,6 @@ HOMEPAGE="https://wiki.lxde.org/en/LXTerminal" if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://git.code.sf.net/p/lxde/${PN}" inherit git-r3 - KEYWORDS="amd64 arm ppc x86" else SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~x86-linux" diff --git a/lxde-base/lxterminal/lxterminal-0.3.2.ebuild b/lxde-base/lxterminal/lxterminal-0.3.2.ebuild index a8a5687ed8fb..190a735c659a 100644 --- a/lxde-base/lxterminal/lxterminal-0.3.2.ebuild +++ b/lxde-base/lxterminal/lxterminal-0.3.2.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 @@ -16,7 +16,6 @@ HOMEPAGE="https://wiki.lxde.org/en/LXTerminal" if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://git.code.sf.net/p/lxde/${PN}" inherit git-r3 - KEYWORDS="amd64 arm ppc x86" else SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ppc x86 ~amd64-linux ~x86-linux" |