commit: e343d39fccfeb5c16ce947e2c9f10d3c814ec7e4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Feb 15 09:02:03 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 15 09:03:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e343d39f
media-sound/qsampler: 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> media-sound/qsampler/qsampler-0.9.1.ebuild | 1 - media-sound/qsampler/qsampler-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/media-sound/qsampler/qsampler-0.9.1.ebuild b/media-sound/qsampler/qsampler-0.9.1.ebuild index d2d0dd804cb..c515df05837 100644 --- a/media-sound/qsampler/qsampler-0.9.1.ebuild +++ b/media-sound/qsampler/qsampler-0.9.1.ebuild @@ -18,7 +18,6 @@ HOMEPAGE="https://qsampler.sourceforge.io/ https://www.linuxsampler.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="" IUSE="debug +libgig" DEPEND=" diff --git a/media-sound/qsampler/qsampler-9999.ebuild b/media-sound/qsampler/qsampler-9999.ebuild index cd513200a60..3fa9e7942e4 100644 --- a/media-sound/qsampler/qsampler-9999.ebuild +++ b/media-sound/qsampler/qsampler-9999.ebuild @@ -18,7 +18,6 @@ HOMEPAGE="https://qsampler.sourceforge.io/ https://www.linuxsampler.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="" IUSE="debug +libgig" DEPEND="
