diff options
author | David Seifert <soap@gentoo.org> | 2022-01-01 21:06:59 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-01 21:06:59 +0100 |
commit | c1208a248ca992b1175cb52e368fc48f186299d7 (patch) | |
tree | 8134a3db4881a3c8fdf40891de17ba96da1fe9d2 /app-text/dos2unix | |
parent | app-doc/doxygen: remove uclibc (diff) | |
download | gentoo-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/dos2unix')
-rw-r--r-- | app-text/dos2unix/dos2unix-7.4.2.ebuild | 4 |
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() { |