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-libs/obstack-standalone/
Date: Sat, 01 Jan 2022 20:08:09
Message-Id: 1641067651.930d945307ec00c01a7e99be4352a82c1bec3b22.soap@gentoo
1 commit: 930d945307ec00c01a7e99be4352a82c1bec3b22
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 20:07:31 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 20:07:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930d9453
7
8 sys-libs/obstack-standalone: remove uclibc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild b/sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild
16 index e39d0b9acb48..ab63552c9de4 100644
17 --- a/sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild
18 +++ b/sys-libs/obstack-standalone/obstack-standalone-1.1.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=6
25 @@ -15,8 +15,7 @@ KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86"
26 IUSE="static-libs"
27
28 DEPEND="
29 - !sys-libs/glibc
30 - !sys-libs/uclibc"
31 + !sys-libs/glibc"
32
33 S="${WORKDIR}/musl-obstack-${PV}"