summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-14 22:22:58 +0000
committerSam James <sam@gentoo.org>2021-02-15 00:30:39 +0000
commit7146f396ebc7ac0cff84098b55c3f425b98a12ed (patch)
treee42d1b0a39a269ff819875911e6b6956808785e4 /dev-ml/reactiveData/reactiveData-0.2.1.ebuild
parentdev-ml/eliom: fix double KEYWORDS (diff)
downloadgentoo-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/reactiveData/reactiveData-0.2.1.ebuild')
-rw-r--r--dev-ml/reactiveData/reactiveData-0.2.1.ebuild3
1 files changed, 1 insertions, 2 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"