diff options
author | David Seifert <soap@gentoo.org> | 2022-01-01 21:07:33 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-01 21:07:33 +0100 |
commit | 8607178c7882e948aa86f1c2146dffac94db569d (patch) | |
tree | daba331709eb8ca24a95f68ef947688ccb4125b3 /sys-libs/queue-standalone | |
parent | sys-libs/obstack-standalone: remove uclibc (diff) | |
download | gentoo-8607178c7882e948aa86f1c2146dffac94db569d.tar.gz gentoo-8607178c7882e948aa86f1c2146dffac94db569d.tar.bz2 gentoo-8607178c7882e948aa86f1c2146dffac94db569d.zip |
sys-libs/queue-standalone: remove uclibc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-libs/queue-standalone')
-rw-r--r-- | sys-libs/queue-standalone/queue-standalone-0.1-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-libs/queue-standalone/queue-standalone-0.1-r1.ebuild b/sys-libs/queue-standalone/queue-standalone-0.1-r1.ebuild index be85c431903e..cbdaa9876e04 100644 --- a/sys-libs/queue-standalone/queue-standalone-0.1-r1.ebuild +++ b/sys-libs/queue-standalone/queue-standalone-0.1-r1.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=7 @@ -11,8 +11,7 @@ SLOT="0" KEYWORDS="amd64 arm arm64 ~hppa ~mips ppc ppc64 x86" DEPEND=" - !sys-libs/glibc - !sys-libs/uclibc" + !sys-libs/glibc" S="${WORKDIR}" |