commit: 9fa564cb92391a6c80ad1f77e2c227596d52bff0 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Feb 14 23:19:53 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 15 00:31:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa564cb
sci-libs/pcl: 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 <AT> gentoo.org> sci-libs/pcl/pcl-1.11.1.ebuild | 1 - sci-libs/pcl/pcl-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/sci-libs/pcl/pcl-1.11.1.ebuild b/sci-libs/pcl/pcl-1.11.1.ebuild index 4d7299fc43e..b11de25206c 100644 --- a/sci-libs/pcl/pcl-1.11.1.ebuild +++ b/sci-libs/pcl/pcl-1.11.1.ebuild @@ -12,7 +12,6 @@ fi inherit ${SCM} cmake-utils multilib if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" SRC_URI="" else KEYWORDS="~amd64 ~arm" diff --git a/sci-libs/pcl/pcl-9999.ebuild b/sci-libs/pcl/pcl-9999.ebuild index 4d7299fc43e..b11de25206c 100644 --- a/sci-libs/pcl/pcl-9999.ebuild +++ b/sci-libs/pcl/pcl-9999.ebuild @@ -12,7 +12,6 @@ fi inherit ${SCM} cmake-utils multilib if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" SRC_URI="" else KEYWORDS="~amd64 ~arm"
