summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-12-01 15:51:58 +0000
committerSam James <sam@gentoo.org>2024-12-01 15:51:58 +0000
commit99efab2e82f8b0c682fbe097431bfb3529befbc8 (patch)
tree7f9bdd951a9b56d3a2f9a8591e9a3cc8f2fb21dd /sys-libs/error-standalone
parentdev-util/cargo-pgrx: new package, add 0.12.9 (diff)
downloadgentoo-99efab2e82f8b0c682fbe097431bfb3529befbc8.tar.gz
gentoo-99efab2e82f8b0c682fbe097431bfb3529befbc8.tar.bz2
gentoo-99efab2e82f8b0c682fbe097431bfb3529befbc8.zip
sys-libs/error-standalone: block sys-libs/glibc
Closes: https://bugs.gentoo.org/945546 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/error-standalone')
-rw-r--r--sys-libs/error-standalone/error-standalone-1.0.ebuild4
1 files changed, 3 insertions, 1 deletions
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"