summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-14 23:24:36 +0000
committerSam James <sam@gentoo.org>2021-02-15 00:32:00 +0000
commit1dfbc7d15e6e0069930e669923c06f27932f0df9 (patch)
treeeb62ee782fe10a9dffbb103846cce7a90fc9e465 /sys-apps/duc
parentsci-physics/vgm: fix double KEYWORDS (diff)
downloadgentoo-1dfbc7d15e6e0069930e669923c06f27932f0df9.tar.gz
gentoo-1dfbc7d15e6e0069930e669923c06f27932f0df9.tar.bz2
gentoo-1dfbc7d15e6e0069930e669923c06f27932f0df9.zip
sys-apps/duc: 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 'sys-apps/duc')
-rw-r--r--sys-apps/duc/duc-1.4.1-r1.ebuild3
-rw-r--r--sys-apps/duc/duc-1.4.3-r1.ebuild3
-rw-r--r--sys-apps/duc/duc-9999.ebuild3
3 files changed, 3 insertions, 6 deletions
diff --git a/sys-apps/duc/duc-1.4.1-r1.ebuild b/sys-apps/duc/duc-1.4.1-r1.ebuild
index b063305e8b89..fbabb254f8d7 100644
--- a/sys-apps/duc/duc-1.4.1-r1.ebuild
+++ b/sys-apps/duc/duc-1.4.1-r1.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
@@ -8,7 +8,6 @@ inherit autotools
if [[ "${PV}" == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/zevv/duc.git"
- KEYWORDS=""
else
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/zevv/${PN}/releases/download/${PV}/${P}.tar.gz"
diff --git a/sys-apps/duc/duc-1.4.3-r1.ebuild b/sys-apps/duc/duc-1.4.3-r1.ebuild
index 0c79dbc7abe7..7425a6401b06 100644
--- a/sys-apps/duc/duc-1.4.3-r1.ebuild
+++ b/sys-apps/duc/duc-1.4.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,6 @@ inherit autotools
if [[ "${PV}" == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/zevv/duc.git"
- KEYWORDS=""
else
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/zevv/${PN}/releases/download/${PV}/${P}.tar.gz"
diff --git a/sys-apps/duc/duc-9999.ebuild b/sys-apps/duc/duc-9999.ebuild
index 0c79dbc7abe7..7425a6401b06 100644
--- a/sys-apps/duc/duc-9999.ebuild
+++ b/sys-apps/duc/duc-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,6 @@ inherit autotools
if [[ "${PV}" == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/zevv/duc.git"
- KEYWORDS=""
else
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/zevv/${PN}/releases/download/${PV}/${P}.tar.gz"