diff options
author | 2021-02-14 23:34:07 +0000 | |
---|---|---|
committer | 2021-02-15 00:32:10 +0000 | |
commit | 578dbf66e81c3a50babf1fb9e95c7652b34b6e5a (patch) | |
tree | adbeffac0c4b48514d3072a9bc25cddb45f8724b /x11-themes | |
parent | x11-themes/fvwm-crystal: fix double KEYWORDS (diff) | |
download | gentoo-578dbf66e81c3a50babf1fb9e95c7652b34b6e5a.tar.gz gentoo-578dbf66e81c3a50babf1fb9e95c7652b34b6e5a.tar.bz2 gentoo-578dbf66e81c3a50babf1fb9e95c7652b34b6e5a.zip |
x11-themes/vertex-icon-theme: 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 'x11-themes')
-rw-r--r-- | x11-themes/vertex-icon-theme/vertex-icon-theme-20150506.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-themes/vertex-icon-theme/vertex-icon-theme-20150506.ebuild b/x11-themes/vertex-icon-theme/vertex-icon-theme-20150506.ebuild index 79ed9e68878b..efa82421d755 100644 --- a/x11-themes/vertex-icon-theme/vertex-icon-theme-20150506.ebuild +++ b/x11-themes/vertex-icon-theme/vertex-icon-theme-20150506.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=6 @@ -11,7 +11,6 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/horst3180/${MY_PN}" SRC_URI="" - KEYWORDS="amd64 x86" else EGIT_COMMIT="f27e47edf392596b7967b7d134d3c62ac3fda0c9" SRC_URI="https://github.com/horst3180/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" |