diff options
author | Sebastian Pipping <sping@gentoo.org> | 2021-01-31 20:44:19 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2021-01-31 20:44:19 +0100 |
commit | 40c7d31fee74fa7698c288a649f869e6c6b2a3b9 (patch) | |
tree | a76d108870efe59f8c61b23e9dec8697c134c55d /app-text/xmlstarlet | |
parent | dev-vcs/rsvndump: Fix linking with lld for profile 17.1 (diff) | |
download | gentoo-40c7d31fee74fa7698c288a649f869e6c6b2a3b9.tar.gz gentoo-40c7d31fee74fa7698c288a649f869e6c6b2a3b9.tar.bz2 gentoo-40c7d31fee74fa7698c288a649f869e6c6b2a3b9.zip |
app-text/xmlstarlet: Minor QA fixes
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Diffstat (limited to 'app-text/xmlstarlet')
-rw-r--r-- | app-text/xmlstarlet/xmlstarlet-1.6.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-text/xmlstarlet/xmlstarlet-1.6.1.ebuild b/app-text/xmlstarlet/xmlstarlet-1.6.1.ebuild index 81ac6ed97cce..0ff17e1a8107 100644 --- a/app-text/xmlstarlet/xmlstarlet-1.6.1.ebuild +++ b/app-text/xmlstarlet/xmlstarlet-1.6.1.ebuild @@ -22,14 +22,14 @@ DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" src_prepare() { - eapply_user + default # We need to patch use of /usr/lib because it is a problem with - # linker lld with profile 17.1 on amd64 (see https://bugs.gentoo.org/729600) + # linker lld with profile 17.1 on amd64 (see https://bugs.gentoo.org/729600). # The grep sandwich acts as a regression test so that a future - # version bump cannot break patching without noticing + # version bump cannot break patching without noticing. grep -wq _PREFIX/lib m4/xstar-check-libs.m4 || die - sed "s,_PREFIX/lib,_PREFIX/$(get_libdir)," -i m4/xstar-check-libs.m4 || die + sed "s,_PREFIX/lib,_PREFIX/$(get_libdir)," -i m4/xstar-check-libs.m4 || die grep -w _PREFIX/lib m4/xstar-check-libs.m4 && die eautoreconf |