commit:     a17e66fed1090f4bbb594e11e609e0b72cdb43a7
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  1 20:07:35 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jan  1 20:07:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a17e66fe

sys-process/cronie: remove uclibc

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.7.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sys-process/cronie/cronie-1.5.7.ebuild 
b/sys-process/cronie/cronie-1.5.7.ebuild
index af83982205fc..26e6f5561229 100644
--- a/sys-process/cronie/cronie-1.5.7.ebuild
+++ b/sys-process/cronie/cronie-1.5.7.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
@@ -20,7 +20,6 @@ DEPEND="
                !sys-process/anacron
                !sys-process/systemd-cron
                elibc_musl? ( sys-libs/obstack-standalone )
-               elibc_uclibc? ( sys-libs/obstack-standalone )
        )
 "
 RDEPEND="${DEPEND}
@@ -53,7 +52,7 @@ src_configure() {
        )
 
        if use anacron ; then
-               if use elibc_musl || use elibc_uclibc ; then
+               if use elibc_musl ; then
                        append-cflags "-lobstack"
                fi
        fi

Reply via email to