summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-02-25 19:06:08 -0800
committerMatt Turner <mattst88@gentoo.org>2022-02-25 19:09:29 -0800
commit06fc27edc13dca6716faa8f2601e197d547db8fe (patch)
tree79e7322aaa32c8976ace615b56a00e5da0757570
parentx11-libs/cairo: Use upstream patches (diff)
downloadgentoo-06fc27ed.tar.gz
gentoo-06fc27ed.tar.bz2
gentoo-06fc27ed.zip
x11-libs/cairo: Drop binutils patch against -9999
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--x11-libs/cairo/cairo-9999.ebuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild
index f2e78b07a7b0..1eb05d30fd2f 100644
--- a/x11-libs/cairo/cairo-9999.ebuild
+++ b/x11-libs/cairo/cairo-9999.ebuild
@@ -65,10 +65,6 @@ PATCHES=(
src_prepare() {
default
- if has_version ">=sys-libs/binutils-libs-2.34"; then
- eapply "${FILESDIR}"/${PN}-1.16.0-binutils-2.34.patch
- fi
-
# tests and perf tools require X, bug #483574
if ! use X; then
sed -e '/^SUBDIRS/ s#boilerplate test perf# #' -i Makefile.am || die