diff options
author | David Seifert <soap@gentoo.org> | 2022-01-01 21:07:31 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-01 21:07:31 +0100 |
commit | 930d945307ec00c01a7e99be4352a82c1bec3b22 (patch) | |
tree | fc43654d67233d807853909d35972c60caa71557 /sys-libs | |
parent | sys-libs/musl-nscd: remove uclibc (diff) | |
download | gentoo-930d945307ec00c01a7e99be4352a82c1bec3b22.tar.gz gentoo-930d945307ec00c01a7e99be4352a82c1bec3b22.tar.bz2 gentoo-930d945307ec00c01a7e99be4352a82c1bec3b22.zip |
sys-libs/obstack-standalone: remove uclibc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild b/sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild index e39d0b9acb48..ab63552c9de4 100644 --- a/sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild +++ b/sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,8 +15,7 @@ KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86" IUSE="static-libs" DEPEND=" - !sys-libs/glibc - !sys-libs/uclibc" + !sys-libs/glibc" S="${WORKDIR}/musl-obstack-${PV}" |