diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 23:17:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:31:52 +0000 |
commit | aabef4d03a75dc63a9d53200146e1be9751e0b8f (patch) | |
tree | 0db222222761e28ef64d220f21772d18f9500617 /sci-libs/libsc | |
parent | sci-libs/idlcoyote: fix double KEYWORDS (diff) | |
download | gentoo-aabef4d03a75dc63a9d53200146e1be9751e0b8f.tar.gz gentoo-aabef4d03a75dc63a9d53200146e1be9751e0b8f.tar.bz2 gentoo-aabef4d03a75dc63a9d53200146e1be9751e0b8f.zip |
sci-libs/libsc: 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 'sci-libs/libsc')
-rw-r--r-- | sci-libs/libsc/libsc-2.2-r100.ebuild | 3 | ||||
-rw-r--r-- | sci-libs/libsc/libsc-2.2.ebuild | 3 | ||||
-rw-r--r-- | sci-libs/libsc/libsc-9999.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/sci-libs/libsc/libsc-2.2-r100.ebuild b/sci-libs/libsc/libsc-2.2-r100.ebuild index 0f53a1eb30b7..f264a95f9693 100644 --- a/sci-libs/libsc/libsc-2.2-r100.ebuild +++ b/sci-libs/libsc/libsc-2.2-r100.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=7 @@ -15,7 +15,6 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/cburstedde/${PN}.git" EGIT_BRANCH="develop" SRC_URI="" - KEYWORDS="" else SRC_URI="https://github.com/cburstedde/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" diff --git a/sci-libs/libsc/libsc-2.2.ebuild b/sci-libs/libsc/libsc-2.2.ebuild index 9d7d12e95188..8499c7762d61 100644 --- a/sci-libs/libsc/libsc-2.2.ebuild +++ b/sci-libs/libsc/libsc-2.2.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=7 @@ -13,7 +13,6 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/cburstedde/${PN}.git" EGIT_BRANCH="develop" SRC_URI="" - KEYWORDS="" else SRC_URI="https://github.com/cburstedde/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" diff --git a/sci-libs/libsc/libsc-9999.ebuild b/sci-libs/libsc/libsc-9999.ebuild index 4c588fc838b4..c8458c5d9e89 100644 --- a/sci-libs/libsc/libsc-9999.ebuild +++ b/sci-libs/libsc/libsc-9999.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=7 @@ -15,7 +15,6 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/cburstedde/${PN}.git" EGIT_BRANCH="develop" SRC_URI="" - KEYWORDS="" else SRC_URI="https://github.com/cburstedde/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" |