Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/cairo/
Date: Sat, 26 Feb 2022 03:09:41
Message-Id: 1645844969.06fc27edc13dca6716faa8f2601e197d547db8fe.mattst88@gentoo
1 commit: 06fc27edc13dca6716faa8f2601e197d547db8fe
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 26 03:06:08 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 26 03:09:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06fc27ed
7
8 x11-libs/cairo: Drop binutils patch against -9999
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/cairo/cairo-9999.ebuild | 4 ----
13 1 file changed, 4 deletions(-)
14
15 diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild
16 index f2e78b07a7b0..1eb05d30fd2f 100644
17 --- a/x11-libs/cairo/cairo-9999.ebuild
18 +++ b/x11-libs/cairo/cairo-9999.ebuild
19 @@ -65,10 +65,6 @@ PATCHES=(
20 src_prepare() {
21 default
22
23 - if has_version ">=sys-libs/binutils-libs-2.34"; then
24 - eapply "${FILESDIR}"/${PN}-1.16.0-binutils-2.34.patch
25 - fi
26 -
27 # tests and perf tools require X, bug #483574
28 if ! use X; then
29 sed -e '/^SUBDIRS/ s#boilerplate test perf# #' -i Makefile.am || die