diff options
author | David Seifert <soap@gentoo.org> | 2022-01-01 21:07:34 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-01 21:07:34 +0100 |
commit | 8127852654626e929ac32db0a81340799857df0c (patch) | |
tree | b23d7185fc87b1b37cef351a897b79a118de95c9 /sys-libs/rpmatch-standalone | |
parent | sys-libs/queue-standalone: remove uclibc (diff) | |
download | gentoo-8127852654626e929ac32db0a81340799857df0c.tar.gz gentoo-8127852654626e929ac32db0a81340799857df0c.tar.bz2 gentoo-8127852654626e929ac32db0a81340799857df0c.zip |
sys-libs/rpmatch-standalone: remove uclibc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-libs/rpmatch-standalone')
-rw-r--r-- | sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild b/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild index 4881a46decc1..6cacfa6cfc13 100644 --- a/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild +++ b/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# 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 ~mips ~ppc ~x86" IUSE="static-libs" DEPEND=" - !sys-libs/glibc - !sys-libs/uclibc" + !sys-libs/glibc" S="${WORKDIR}/musl-rpmatch-${PV}" |