commit: cea3ee97d8a910387898df876238a811277a8a42 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Feb 14 23:28:38 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 15 00:32:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea3ee97
sys-libs/musl: 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> sys-libs/musl/musl-1.2.1-r2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-libs/musl/musl-1.2.1-r2.ebuild b/sys-libs/musl/musl-1.2.1-r2.ebuild index 49021690de1..5e1a335f41a 100644 --- a/sys-libs/musl/musl-1.2.1-r2.ebuild +++ b/sys-libs/musl/musl-1.2.1-r2.ebuild @@ -11,7 +11,6 @@ if [[ ${PV} == "9999" ]] ; then https://dev.gentoo.org/~blueness/musl-misc/getconf.c https://dev.gentoo.org/~blueness/musl-misc/getent.c https://dev.gentoo.org/~blueness/musl-misc/iconv.c" - KEYWORDS="" else SRC_URI="http://www.musl-libc.org/releases/${P}.tar.gz https://dev.gentoo.org/~blueness/musl-misc/getconf.c
