summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2023-04-21 10:21:58 -0700
committerPatrick McLean <chutzpah@gentoo.org>2023-04-21 10:22:40 -0700
commitdb128a96d702b5b749aeaf7034265bee292b6d8b (patch)
tree8078e1792b5bb5db506b4b203f959724413f4fa7 /app-text/lowdown
parentdev-libs/libclc: Add 17.0.0_pre20230421 snapshot (diff)
downloadgentoo-db128a96d702b5b749aeaf7034265bee292b6d8b.tar.gz
gentoo-db128a96d702b5b749aeaf7034265bee292b6d8b.tar.bz2
gentoo-db128a96d702b5b749aeaf7034265bee292b6d8b.zip
app-text/lowdown: Get rid of artificial libbsd dep (bug #904729)
Closes: https://bugs.gentoo.org/904729 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'app-text/lowdown')
-rw-r--r--app-text/lowdown/lowdown-1.0.1-r1.ebuild (renamed from app-text/lowdown/lowdown-1.0.1.ebuild)1
1 files changed, 0 insertions, 1 deletions
diff --git a/app-text/lowdown/lowdown-1.0.1.ebuild b/app-text/lowdown/lowdown-1.0.1-r1.ebuild
index 177c7a8af1d3..9d1ea4a9509e 100644
--- a/app-text/lowdown/lowdown-1.0.1.ebuild
+++ b/app-text/lowdown/lowdown-1.0.1-r1.ebuild
@@ -55,7 +55,6 @@ src_configure() {
LDFLAGS="${LDFLAGS}" \
CPPFLAGS="${CPPFLAGS}" \
LIBDIR="/usr/$(get_libdir)" \
- LDLIBS="-lbsd" \
|| die "./configure failed"
}