diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2012-02-23 22:23:25 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2012-02-23 22:23:25 +0000 |
commit | 914867e6eb08117361f3537d0b3d14820ac0bbb7 (patch) | |
tree | c2c9f4a2e0e488ac42654a444d2437b14d083bc3 /www-servers/resin | |
parent | Version bump. (diff) | |
download | gentoo-2-914867e6eb08117361f3537d0b3d14820ac0bbb7.tar.gz gentoo-2-914867e6eb08117361f3537d0b3d14820ac0bbb7.tar.bz2 gentoo-2-914867e6eb08117361f3537d0b3d14820ac0bbb7.zip |
Use -r1 of patches for Resin 4.0.22, fixes build issues, see bug #405433.
(Portage version: 2.1.10.47/cvs/Linux x86_64)
Diffstat (limited to 'www-servers/resin')
-rw-r--r-- | www-servers/resin/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/resin/resin-4.0.22.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www-servers/resin/ChangeLog b/www-servers/resin/ChangeLog index e627d3993ec2..90d09df7c8e8 100644 --- a/www-servers/resin/ChangeLog +++ b/www-servers/resin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/resin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/ChangeLog,v 1.109 2012/02/11 18:52:28 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/ChangeLog,v 1.110 2012/02/23 22:23:25 nelchael Exp $ + + 23 Feb 2012; Krzysztof Pawlik <nelchael@gentoo.org> resin-4.0.22.ebuild: + Use -r1 of patches for Resin 4.0.22, fixes build issues, see bug #405433. *resin-4.0.25 (11 Feb 2012) diff --git a/www-servers/resin/resin-4.0.22.ebuild b/www-servers/resin/resin-4.0.22.ebuild index e5ea1ed40c79..b07192e9c320 100644 --- a/www-servers/resin/resin-4.0.22.ebuild +++ b/www-servers/resin/resin-4.0.22.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-4.0.22.ebuild,v 1.1 2011/09/06 16:46:05 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-4.0.22.ebuild,v 1.2 2012/02/23 22:23:25 nelchael Exp $ EAPI="2" @@ -11,7 +11,7 @@ inherit java-pkg-2 java-ant-2 eutils flag-o-matic multilib autotools DESCRIPTION="A fast Servlet and JSP engine." HOMEPAGE="http://www.caucho.com" SRC_URI="http://www.caucho.com/download/${P}-src.zip - mirror://gentoo/resin-gentoo-patches-${PV}.tar.bz2" + mirror://gentoo/resin-gentoo-patches-${PV}-r1.tar.bz2" LICENSE="GPL-2" SLOT="0" IUSE="admin doc" |