commit: 99efab2e82f8b0c682fbe097431bfb3529befbc8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Dec 1 15:51:58 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 1 15:51:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99efab2e
sys-libs/error-standalone: block sys-libs/glibc Closes: https://bugs.gentoo.org/945546 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-libs/error-standalone/error-standalone-1.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-libs/error-standalone/error-standalone-1.0.ebuild b/sys-libs/error-standalone/error-standalone-1.0.ebuild index a32ef38b9530..08b868839ca4 100644 --- a/sys-libs/error-standalone/error-standalone-1.0.ebuild +++ b/sys-libs/error-standalone/error-standalone-1.0.ebuild @@ -6,7 +6,9 @@ EAPI=8 DESCRIPTION="standalone <error.h> implementation intended for musl" HOMEPAGE="https://hacktivis.me/git/error-standalone/" SRC_URI="https://hacktivis.me/releases/error-standalone/${P}.tar.gz" + LICENSE="MIT" SLOT="0" - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + +RDEPEND="!sys-libs/glibc"