summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-01-01 21:06:59 +0100
committerDavid Seifert <soap@gentoo.org>2022-01-01 21:06:59 +0100
commitc1208a248ca992b1175cb52e368fc48f186299d7 (patch)
tree8134a3db4881a3c8fdf40891de17ba96da1fe9d2 /app-text
parentapp-doc/doxygen: remove uclibc (diff)
downloadgentoo-c1208a248ca992b1175cb52e368fc48f186299d7.tar.gz
gentoo-c1208a248ca992b1175cb52e368fc48f186299d7.tar.bz2
gentoo-c1208a248ca992b1175cb52e368fc48f186299d7.zip
app-text/dos2unix: remove uclibc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/dos2unix/dos2unix-7.4.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/dos2unix/dos2unix-7.4.2.ebuild b/app-text/dos2unix/dos2unix-7.4.2.ebuild
index f022990ffe52..47f57b19bcd1 100644
--- a/app-text/dos2unix/dos2unix-7.4.2.ebuild
+++ b/app-text/dos2unix/dos2unix-7.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -76,7 +76,7 @@ src_prepare() {
lintl() {
# same logic as from virtual/libintl
- use !elibc_glibc && use !elibc_uclibc && use !elibc_musl && echo "-lintl"
+ use !elibc_glibc && use !elibc_musl && echo "-lintl"
}
src_compile() {