diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2012-02-23 22:45:06 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2012-02-23 22:45:06 +0000 |
commit | b13459a37c4ac1d14340c0068387cb6975b371c5 (patch) | |
tree | bc371d9f8a37578a62f0f988828d6a9fb9690b4f /www-servers/resin | |
parent | Use -r1 of patches for Resin 4.0.22, fixes build issues, see bug #405433. (diff) | |
download | gentoo-2-b13459a37c4ac1d14340c0068387cb6975b371c5.tar.gz gentoo-2-b13459a37c4ac1d14340c0068387cb6975b371c5.tar.bz2 gentoo-2-b13459a37c4ac1d14340c0068387cb6975b371c5.zip |
Use -r1 of patches for Resin 4.0.25, fixes build issues.
(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.25.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/resin/ChangeLog b/www-servers/resin/ChangeLog index 90d09df7c8e8..886d3406f5d2 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.110 2012/02/23 22:23:25 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/ChangeLog,v 1.111 2012/02/23 22:45:06 nelchael Exp $ + + 23 Feb 2012; Krzysztof Pawlik <nelchael@gentoo.org> resin-4.0.25.ebuild: + Use -r1 of patches for Resin 4.0.25, fixes build issues. 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. diff --git a/www-servers/resin/resin-4.0.25.ebuild b/www-servers/resin/resin-4.0.25.ebuild index 3669fcc9e19d..151f6a0e7841 100644 --- a/www-servers/resin/resin-4.0.25.ebuild +++ b/www-servers/resin/resin-4.0.25.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/www-servers/resin/resin-4.0.25.ebuild,v 1.1 2012/02/11 18:52:28 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-4.0.25.ebuild,v 1.2 2012/02/23 22:45:06 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" |