diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-10 22:18:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-10 22:18:10 +0000 |
commit | 5703ec293f3bd181c2372cfb9ff59661d51b36f2 (patch) | |
tree | 44325af29663bb12bda860bf27c4fae3e88d581c /net-www/webapp-config | |
parent | Revert blubb's patch which breaks rpm run-time on all arches (diff) | |
download | gentoo-2-5703ec293f3bd181c2372cfb9ff59661d51b36f2.tar.gz gentoo-2-5703ec293f3bd181c2372cfb9ff59661d51b36f2.tar.bz2 gentoo-2-5703ec293f3bd181c2372cfb9ff59661d51b36f2.zip |
arm/mips/s390 stable
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'net-www/webapp-config')
-rw-r--r-- | net-www/webapp-config/webapp-config-1.10-r14.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-www/webapp-config/webapp-config-1.10-r14.ebuild b/net-www/webapp-config/webapp-config-1.10-r14.ebuild index e1355ad81e50..c4b2d22e2a65 100644 --- a/net-www/webapp-config/webapp-config-1.10-r14.ebuild +++ b/net-www/webapp-config/webapp-config-1.10-r14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/webapp-config/webapp-config-1.10-r14.ebuild,v 1.7 2005/05/09 23:18:17 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/webapp-config/webapp-config-1.10-r14.ebuild,v 1.8 2005/05/10 22:18:10 vapier Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://dev.gentoo.org/~stuart/${PN}/${P}-r11.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~arm alpha amd64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" IUSE="" DEPEND="" @@ -28,12 +28,11 @@ src_compile() { # Have webapp-config fixup permissions on site and document root directories # that are/have previously been installed with mode 777 (word-writable). # Bugs #88831 and #87708. - epatch ${FILESDIR}/webapp-config_fixperms.patch || die "epatch failed" + epatch ${FILESDIR}/webapp-config_fixperms.patch # Improve temporary file handling code with the use of mktemp(1), bug # #91785. - epatch ${FILESDIR}/webapp-config_improved-tmpfile-handling.patch || \ - die "epatch failed" + epatch ${FILESDIR}/webapp-config_improved-tmpfile-handling.patch } src_install() { |