diff options
-rw-r--r-- | www-client/uzbl/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/uzbl/uzbl-9999.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/www-client/uzbl/ChangeLog b/www-client/uzbl/ChangeLog index 8f550afb1f0f..2a2ac82489c4 100644 --- a/www-client/uzbl/ChangeLog +++ b/www-client/uzbl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/uzbl # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/uzbl/ChangeLog,v 1.21 2010/03/14 14:37:35 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/uzbl/ChangeLog,v 1.22 2010/03/14 14:56:01 wired Exp $ + + 14 Mar 2010; Alex Alexander <wired@gentoo.org> uzbl-9999.ebuild: + makefile patch applied upstream in experimental branch, don't try to patch + again *uzbl-2010.02.02-r1 (14 Mar 2010) diff --git a/www-client/uzbl/uzbl-9999.ebuild b/www-client/uzbl/uzbl-9999.ebuild index f9deec990bf9..868330340fad 100644 --- a/www-client/uzbl/uzbl-9999.ebuild +++ b/www-client/uzbl/uzbl-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/uzbl/uzbl-9999.ebuild,v 1.10 2010/03/14 14:37:35 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/uzbl/uzbl-9999.ebuild,v 1.11 2010/03/14 14:56:01 wired Exp $ EAPI="2" @@ -84,8 +84,8 @@ pkg_setup() { src_prepare() { git_src_prepare - # patch Makefile for DOCDIR - epatch "${FILESDIR}"/"${PN}"-makefile-docdir.patch + # patch Makefile for DOCDIR - already applied in experimental branch + use experimental || epatch "${FILESDIR}"/"${PN}"-makefile-docdir.patch # remove -ggdb sed -i "s/-ggdb //g" Makefile || |