diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2013-04-11 05:20:33 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2013-04-11 05:20:33 +0000 |
commit | a4b82ad90479c406af902c57d14da38251ef8c53 (patch) | |
tree | 2f05c6150be942784907206a5b2dc2808e5901c2 | |
parent | Version bump (bug #456818). Added libpng16 patch (bug #465044) (diff) | |
download | gentoo-2-a4b82ad90479c406af902c57d14da38251ef8c53.tar.gz gentoo-2-a4b82ad90479c406af902c57d14da38251ef8c53.tar.bz2 gentoo-2-a4b82ad90479c406af902c57d14da38251ef8c53.zip |
Fixed patch command
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
-rw-r--r-- | x11-libs/cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.12.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 6087ad2b18cd..7749f43bd85b 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,9 @@ # 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.331 2013/04/11 05:18:28 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.332 2013/04/11 05:20:33 polynomial-c Exp $ + + 11 Apr 2013; Lars Wendler <polynomial-c@gentoo.org> cairo-1.12.14.ebuild: + Fixed patch command. *cairo-1.12.14 (11 Apr 2013) diff --git a/x11-libs/cairo/cairo-1.12.14.ebuild b/x11-libs/cairo/cairo-1.12.14.ebuild index 392993c0bbcd..197b6c0916c9 100644 --- a/x11-libs/cairo/cairo-1.12.14.ebuild +++ b/x11-libs/cairo/cairo-1.12.14.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-1.12.14.ebuild,v 1.1 2013/04/11 05:18:28 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.14.ebuild,v 1.2 2013/04/11 05:20:33 polynomial-c Exp $ EAPI=5 @@ -75,7 +75,7 @@ src_prepare() { use legacy-drivers && epatch "${FILESDIR}"/${PN}-1.10.0-buggy_gradients.patch epatch "${FILESDIR}"/${PN}-libpng16.patch epatch "${FILESDIR}"/${PN}-respect-fontconfig.patch - epatch "${FILESDIR}"/${P}-disable-test-suite.patch + epatch "${FILESDIR}"/${PN}-1.12.12-disable-test-suite.patch epatch_user # Slightly messed build system YAY |