diff options
author | Sam James <sam@gentoo.org> | 2022-10-04 02:42:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-04 02:42:12 +0100 |
commit | 57322a44aa7871a77b026e14fe688d007b507705 (patch) | |
tree | e57cbc0c2d3fb3530fb5b8a60780c326cc397319 /sys-libs | |
parent | sys-libs/rpmatch-standalone: stabilize 1.0 for amd64, arm, arm64, x86 (diff) | |
download | gentoo-57322a44aa7871a77b026e14fe688d007b507705.tar.gz gentoo-57322a44aa7871a77b026e14fe688d007b507705.tar.bz2 gentoo-57322a44aa7871a77b026e14fe688d007b507705.zip |
sys-libs/rpmatch-standalone: fix blocker
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild | 3 |
1 files changed, 1 insertions, 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}" |