diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 22:29:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:30:49 +0000 |
commit | 4e796927724339530d1541139a44ce0357f28a35 (patch) | |
tree | cda7de6e8db0df4f4d864b51770b9d5719614347 /dev-util/emilpro | |
parent | dev-util/cwdiff: fix double KEYWORDS (diff) | |
download | gentoo-4e796927724339530d1541139a44ce0357f28a35.tar.gz gentoo-4e796927724339530d1541139a44ce0357f28a35.tar.bz2 gentoo-4e796927724339530d1541139a44ce0357f28a35.zip |
dev-util/emilpro: 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 'dev-util/emilpro')
-rw-r--r-- | dev-util/emilpro/emilpro-3-r3.ebuild | 3 | ||||
-rw-r--r-- | dev-util/emilpro/emilpro-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-util/emilpro/emilpro-3-r3.ebuild b/dev-util/emilpro/emilpro-3-r3.ebuild index e40bc9b228ee..2aa682d6d64e 100644 --- a/dev-util/emilpro/emilpro-3-r3.ebuild +++ b/dev-util/emilpro/emilpro-3-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,6 @@ HOMEPAGE="http://www.emilpro.com/" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/SimonKagstrom/emilpro" inherit git-r3 - KEYWORDS="" SRC_URI="!system-binutils? ( mirror://gnu/binutils/binutils-2.23.2.tar.bz2 )" else SRC_URI="http://www.emilpro.com/${P}.tar.gz diff --git a/dev-util/emilpro/emilpro-9999.ebuild b/dev-util/emilpro/emilpro-9999.ebuild index 3cad6fafde7f..c8d92eb87605 100644 --- a/dev-util/emilpro/emilpro-9999.ebuild +++ b/dev-util/emilpro/emilpro-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,6 @@ HOMEPAGE="http://www.emilpro.com/" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/SimonKagstrom/emilpro" inherit git-r3 - KEYWORDS="" SRC_URI="!system-binutils? ( mirror://gnu/binutils/binutils-2.23.2.tar.bz2 )" else SRC_URI="http://www.emilpro.com/${P}.tar.gz |