commit: 57322a44aa7871a77b026e14fe688d007b507705 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Oct 4 01:42:12 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Oct 4 01:42:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57322a44
sys-libs/rpmatch-standalone: fix blocker Signed-off-by: Sam James <sam <AT> gentoo.org> sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild b/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild index 928b315aed2d..89d8a2b6abf9 100644 --- a/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild +++ b/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild @@ -14,8 +14,7 @@ SLOT="0" KEYWORDS="amd64 arm arm64 ~mips ~ppc x86" IUSE="static-libs" -DEPEND=" - !sys-libs/glibc" +RDEPEND="!sys-libs/glibc" S="${WORKDIR}/musl-rpmatch-${PV}"