diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-06-17 18:39:10 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-06-17 18:39:10 +0000 |
commit | ac055d3a8e750ceb2927913f120de32269ea6305 (patch) | |
tree | ea7165a254d7dcabb3dcdec3a2af9b98c0eef147 /app-admin/webapp-config/webapp-config-1.50.16-r4.ebuild | |
parent | alpha/ia64/s390/sh/sparc stable wrt #413597 (diff) | |
download | gentoo-2-ac055d3a8e750ceb2927913f120de32269ea6305.tar.gz gentoo-2-ac055d3a8e750ceb2927913f120de32269ea6305.tar.bz2 gentoo-2-ac055d3a8e750ceb2927913f120de32269ea6305.zip |
Fix tests, thanks prometheanfire, bug #421091
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/webapp-config/webapp-config-1.50.16-r4.ebuild')
-rw-r--r-- | app-admin/webapp-config/webapp-config-1.50.16-r4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/webapp-config/webapp-config-1.50.16-r4.ebuild b/app-admin/webapp-config/webapp-config-1.50.16-r4.ebuild index 96744da003ad..96cf263dcc03 100644 --- a/app-admin/webapp-config/webapp-config-1.50.16-r4.ebuild +++ b/app-admin/webapp-config/webapp-config-1.50.16-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.16-r4.ebuild,v 1.4 2012/06/14 06:35:06 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.16-r4.ebuild,v 1.5 2012/06/17 18:39:10 blueness Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -29,6 +29,7 @@ src_prepare() { epatch "${FILESDIR}/${P}-htdocs-symlink.patch" epatch "${FILESDIR}/${P}-absolute-paths.patch" epatch "${FILESDIR}/${P}-update-servers.patch" + epatch "${FILESDIR}/${P}-fix-unicode-tests.patch" # Do not build nor install eclass manual, bug 322759 rm -f doc/webapp.eclass.5* sed -e '/MAN_PAGES/s/webapp.eclass.5//' \ |