diff options
author | 2021-02-14 22:22:58 +0000 | |
---|---|---|
committer | 2021-02-15 00:30:39 +0000 | |
commit | 7146f396ebc7ac0cff84098b55c3f425b98a12ed (patch) | |
tree | e42d1b0a39a269ff819875911e6b6956808785e4 /dev-ml | |
parent | dev-ml/eliom: fix double KEYWORDS (diff) | |
download | gentoo-7146f396ebc7ac0cff84098b55c3f425b98a12ed.tar.gz gentoo-7146f396ebc7ac0cff84098b55c3f425b98a12ed.tar.bz2 gentoo-7146f396ebc7ac0cff84098b55c3f425b98a12ed.zip |
dev-ml/reactiveData: 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-ml')
-rw-r--r-- | dev-ml/reactiveData/reactiveData-0.2.1.ebuild | 3 | ||||
-rw-r--r-- | dev-ml/reactiveData/reactiveData-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-ml/reactiveData/reactiveData-0.2.1.ebuild b/dev-ml/reactiveData/reactiveData-0.2.1.ebuild index a74fc715fcf0..5cbd4d885110 100644 --- a/dev-ml/reactiveData/reactiveData-0.2.1.ebuild +++ b/dev-ml/reactiveData/reactiveData-0.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,7 +12,6 @@ if [ "${PV#9999}" != "${PV}" ] ; then inherit git-r3 SRC_URI="" EGIT_REPO_URI="https://github.com/ocsigen/reactiveData" - KEYWORDS="" else SRC_URI="https://github.com/ocsigen/reactiveData/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" diff --git a/dev-ml/reactiveData/reactiveData-9999.ebuild b/dev-ml/reactiveData/reactiveData-9999.ebuild index a74fc715fcf0..5cbd4d885110 100644 --- a/dev-ml/reactiveData/reactiveData-9999.ebuild +++ b/dev-ml/reactiveData/reactiveData-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,7 +12,6 @@ if [ "${PV#9999}" != "${PV}" ] ; then inherit git-r3 SRC_URI="" EGIT_REPO_URI="https://github.com/ocsigen/reactiveData" - KEYWORDS="" else SRC_URI="https://github.com/ocsigen/reactiveData/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" |