diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-08-03 00:21:07 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-08-03 00:21:07 +0000 |
commit | 6d3732bd1d7be44e5f2c4ad0ae89602fdfb78643 (patch) | |
tree | fc088ee3a153f0bdcaa274e13980f1f8996491f9 /x11-libs/cairo | |
parent | Adding ~arm keyword. (diff) | |
download | gentoo-2-6d3732bd1d7be44e5f2c4ad0ae89602fdfb78643.tar.gz gentoo-2-6d3732bd1d7be44e5f2c4ad0ae89602fdfb78643.tar.bz2 gentoo-2-6d3732bd1d7be44e5f2c4ad0ae89602fdfb78643.zip |
Drop failing patches, bug #478248.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-9999.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 94492bbbe9ad..1ad366a508df 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/cairo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.344 2013/07/22 06:06:47 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.345 2013/08/03 00:21:07 chithanh Exp $ + + 03 Aug 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + cairo-9999.ebuild: + Drop failing patches, bug #478248. 22 Jul 2013; Justin Lecher <jlec@gentoo.org> cairo-1.12.14-r4.ebuild, cairo-9999.ebuild, metadata.xml: diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild index 65edfafa4ae8..9fa7d5f60634 100644 --- a/x11-libs/cairo/cairo-9999.ebuild +++ b/x11-libs/cairo/cairo-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v 1.34 2013/07/22 06:06:47 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v 1.35 2013/08/03 00:21:07 chithanh Exp $ EAPI=5 @@ -78,8 +78,6 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-1.8.8-interix.patch use legacy-drivers && epatch "${FILESDIR}"/${PN}-1.10.0-buggy_gradients.patch epatch "${FILESDIR}"/${PN}-respect-fontconfig.patch - epatch "${FILESDIR}"/${PN}-1.12.12-disable-test-suite.patch - epatch "${FILESDIR}"/${PN}-1.12.14-libpng16.patch epatch_user # Slightly messed build system YAY |