net-voip/yate: 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>
This commit is contained in:
Sam James 2021-02-14 22:54:24 +00:00
parent 5809be0f9c
commit 898b5e51f9
No known key found for this signature in database
GPG Key ID: B17E3E84E6103C9B
2 changed files with 0 additions and 2 deletions

View File

@ -11,7 +11,6 @@ HOMEPAGE="http://yate.null.ro/"
if [[ ${PV} == 9999 ]] ; then
ESVN_REPO_URI="http://voip.null.ro/svn/yate/trunk"
inherit subversion
KEYWORDS=""
else
SRC_URI="http://voip.null.ro/tarballs/${PN}6/${P}-1.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"

View File

@ -11,7 +11,6 @@ HOMEPAGE="http://yate.null.ro/"
if [[ ${PV} == 9999 ]] ; then
ESVN_REPO_URI="http://voip.null.ro/svn/yate/trunk"
inherit subversion
KEYWORDS=""
else
SRC_URI="http://voip.null.ro/tarballs/${PN}6/${P}-1.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"