diff options
author | Alex Alexander <wired@gentoo.org> | 2010-03-14 14:56:01 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2010-03-14 14:56:01 +0000 |
commit | 2ef7de470d174e9a99bf6ff4e33f49bd671e9faa (patch) | |
tree | 112f5c5822ee9b991982624eaf64d596b919f2ea /www-client/uzbl/uzbl-9999.ebuild | |
parent | Fix building with libpng14 wrt #309303 by Peter Alfredsen. (diff) | |
download | historical-2ef7de470d174e9a99bf6ff4e33f49bd671e9faa.tar.gz historical-2ef7de470d174e9a99bf6ff4e33f49bd671e9faa.tar.bz2 historical-2ef7de470d174e9a99bf6ff4e33f49bd671e9faa.zip |
[www-client/uzbl] makefile patch applied upstream in experimental branch, don't try to patch again
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'www-client/uzbl/uzbl-9999.ebuild')
-rw-r--r-- | www-client/uzbl/uzbl-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 || |