summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-14 22:31:09 +0000
committerSam James <sam@gentoo.org>2021-02-15 00:30:51 +0000
commit4b9b377a38afbffed8853e92d9f331048aabed5f (patch)
tree02fca9fdf94a5a15e5927ba7868afa25fa9964bf /dev-util/patchbin/patchbin-20160208.ebuild
parentdev-util/kcov: fix double KEYWORDS (diff)
downloadgentoo-4b9b377a38afbffed8853e92d9f331048aabed5f.tar.gz
gentoo-4b9b377a38afbffed8853e92d9f331048aabed5f.tar.bz2
gentoo-4b9b377a38afbffed8853e92d9f331048aabed5f.zip
dev-util/patchbin: 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/patchbin/patchbin-20160208.ebuild')
-rw-r--r--dev-util/patchbin/patchbin-20160208.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/patchbin/patchbin-20160208.ebuild b/dev-util/patchbin/patchbin-20160208.ebuild
index dc1c6612f55f..4986103bdca5 100644
--- a/dev-util/patchbin/patchbin-20160208.ebuild
+++ b/dev-util/patchbin/patchbin-20160208.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=6
@@ -6,7 +6,6 @@ EAPI=6
if [[ ${PV} == 99999999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging"
- KEYWORDS=""
else
SHA="4ffcf184bb71c6c3512b3a8c144dcf4a3a76d23c"
SRC_URI="https://github.com/wine-compholio/wine-staging/archive/${SHA}.tar.gz -> ${P}.tar.gz"