Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
Date: Sat, 01 Jan 2022 20:08:10
Message-Id: 1641067655.a17e66fed1090f4bbb594e11e609e0b72cdb43a7.soap@gentoo
1 commit: a17e66fed1090f4bbb594e11e609e0b72cdb43a7
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 20:07:35 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 20:07:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a17e66fe
7
8 sys-process/cronie: remove uclibc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-process/cronie/cronie-1.5.7.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/sys-process/cronie/cronie-1.5.7.ebuild b/sys-process/cronie/cronie-1.5.7.ebuild
16 index af83982205fc..26e6f5561229 100644
17 --- a/sys-process/cronie/cronie-1.5.7.ebuild
18 +++ b/sys-process/cronie/cronie-1.5.7.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -20,7 +20,6 @@ DEPEND="
26 !sys-process/anacron
27 !sys-process/systemd-cron
28 elibc_musl? ( sys-libs/obstack-standalone )
29 - elibc_uclibc? ( sys-libs/obstack-standalone )
30 )
31 "
32 RDEPEND="${DEPEND}
33 @@ -53,7 +52,7 @@ src_configure() {
34 )
35
36 if use anacron ; then
37 - if use elibc_musl || use elibc_uclibc ; then
38 + if use elibc_musl ; then
39 append-cflags "-lobstack"
40 fi
41 fi