diff options
author | 2012-06-17 18:39:10 +0000 | |
---|---|---|
committer | 2012-06-17 18:39:10 +0000 | |
commit | 745413a63f7b714a79fa3a165dc5f3c0c98c18a2 (patch) | |
tree | 44b913d6cb5bfdcff7560e190d059a5a7f201aca /app-admin/webapp-config/webapp-config-1.50.16-r4.ebuild | |
parent | alpha/ia64/s390/sh/sparc stable wrt #413597 (diff) | |
download | historical-745413a63f7b714a79fa3a165dc5f3c0c98c18a2.tar.gz historical-745413a63f7b714a79fa3a165dc5f3c0c98c18a2.tar.bz2 historical-745413a63f7b714a79fa3a165dc5f3c0c98c18a2.zip |
Fix tests, thanks prometheanfire, bug #421091
Package-Manager: portage-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//' \ |