diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 22:07:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:30:21 +0000 |
commit | 94356c8dbc9e18f835e46b8c8ffd7242970d23fe (patch) | |
tree | ef2aee216a8c72f205a7e0ba6fddfd5db784b6fd /app-admin | |
parent | x11-misc/safeeyes: 2.1.2 (diff) | |
download | gentoo-94356c8dbc9e18f835e46b8c8ffd7242970d23fe.tar.gz gentoo-94356c8dbc9e18f835e46b8c8ffd7242970d23fe.tar.bz2 gentoo-94356c8dbc9e18f835e46b8c8ffd7242970d23fe.zip |
app-admin/clsync: 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 'app-admin')
-rw-r--r-- | app-admin/clsync/clsync-0.4.5.ebuild | 3 | ||||
-rw-r--r-- | app-admin/clsync/clsync-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/app-admin/clsync/clsync-0.4.5.ebuild b/app-admin/clsync/clsync-0.4.5.ebuild index 2d61d65f2f08..239047ab2b24 100644 --- a/app-admin/clsync/clsync-0.4.5.ebuild +++ b/app-admin/clsync/clsync-0.4.5.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 @@ -6,7 +6,6 @@ EAPI=7 if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/clsync/clsync.git" inherit git-r3 - KEYWORDS="amd64 x86" else SRC_URI="https://github.com/clsync/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="amd64 x86" diff --git a/app-admin/clsync/clsync-9999.ebuild b/app-admin/clsync/clsync-9999.ebuild index c17448327bb2..3c91bb41d6fe 100644 --- a/app-admin/clsync/clsync-9999.ebuild +++ b/app-admin/clsync/clsync-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 @@ -6,7 +6,6 @@ EAPI=7 if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/clsync/clsync.git" inherit git-r3 - KEYWORDS="" else SRC_URI="https://github.com/clsync/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" |