summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-01-01 21:07:35 +0100
committerDavid Seifert <soap@gentoo.org>2022-01-01 21:07:35 +0100
commita17e66fed1090f4bbb594e11e609e0b72cdb43a7 (patch)
tree0289f96656c5b8e2a348e02a68f8ec765403da8a /sys-process
parentsys-libs/rpmatch-standalone: remove uclibc (diff)
downloadgentoo-a17e66fed1090f4bbb594e11e609e0b72cdb43a7.tar.gz
gentoo-a17e66fed1090f4bbb594e11e609e0b72cdb43a7.tar.bz2
gentoo-a17e66fed1090f4bbb594e11e609e0b72cdb43a7.zip
sys-process/cronie: remove uclibc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/cronie/cronie-1.5.7.ebuild5
1 files 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