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/rpmatch-standalone/
Date: Sat, 01 Jan 2022 20:08:07
Message-Id: 1641067654.8127852654626e929ac32db0a81340799857df0c.soap@gentoo
1 commit: 8127852654626e929ac32db0a81340799857df0c
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 20:07:34 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 20:07:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81278526
7
8 sys-libs/rpmatch-standalone: remove uclibc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild b/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild
16 index 4881a46decc1..6cacfa6cfc13 100644
17 --- a/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild
18 +++ b/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
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 ~mips ~ppc ~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-rpmatch-${PV}"