diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-02-25 19:06:08 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-02-25 19:09:29 -0800 |
commit | 06fc27edc13dca6716faa8f2601e197d547db8fe (patch) | |
tree | 79e7322aaa32c8976ace615b56a00e5da0757570 /x11-libs | |
parent | x11-libs/cairo: Use upstream patches (diff) | |
download | gentoo-06fc27edc13dca6716faa8f2601e197d547db8fe.tar.gz gentoo-06fc27edc13dca6716faa8f2601e197d547db8fe.tar.bz2 gentoo-06fc27edc13dca6716faa8f2601e197d547db8fe.zip |
x11-libs/cairo: Drop binutils patch against -9999
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/cairo-9999.ebuild | 4 |
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 |