diff options
author | Rafael Martins <rafaelmartins@gentoo.org> | 2012-03-04 19:55:54 +0000 |
---|---|---|
committer | Rafael Martins <rafaelmartins@gentoo.org> | 2012-03-04 19:55:54 +0000 |
commit | 4ee871b004331a2e76595921599b6617c50a8744 (patch) | |
tree | 246d25d0dcb7510ddaab3582d3d76407a42104e1 /www-servers/gunicorn | |
parent | fix SRC_URI (diff) | |
download | gentoo-2-4ee871b004331a2e76595921599b6617c50a8744.tar.gz gentoo-2-4ee871b004331a2e76595921599b6617c50a8744.tar.bz2 gentoo-2-4ee871b004331a2e76595921599b6617c50a8744.zip |
Fixed patch version.
(Portage version: 2.2.0_alpha89_p5/cvs/Linux x86_64)
Diffstat (limited to 'www-servers/gunicorn')
-rw-r--r-- | www-servers/gunicorn/ChangeLog | 6 | ||||
-rw-r--r-- | www-servers/gunicorn/gunicorn-0.14.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-servers/gunicorn/ChangeLog b/www-servers/gunicorn/ChangeLog index 8975e0397427..ea55983716b4 100644 --- a/www-servers/gunicorn/ChangeLog +++ b/www-servers/gunicorn/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/gunicorn # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.16 2012/03/04 19:44:41 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.17 2012/03/04 19:55:54 rafaelmartins Exp $ + + 04 Mar 2012; Rafael G. Martins <rafaelmartins@gentoo.org> + gunicorn-0.14.1.ebuild: + Fixed patch version. *gunicorn-0.14.1 (04 Mar 2012) diff --git a/www-servers/gunicorn/gunicorn-0.14.1.ebuild b/www-servers/gunicorn/gunicorn-0.14.1.ebuild index 807589908043..44303d813a91 100644 --- a/www-servers/gunicorn/gunicorn-0.14.1.ebuild +++ b/www-servers/gunicorn/gunicorn-0.14.1.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/gunicorn/gunicorn-0.14.1.ebuild,v 1.1 2012/03/04 19:44:41 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.14.1.ebuild,v 1.2 2012/03/04 19:55:54 rafaelmartins Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -25,7 +25,7 @@ DEPEND="dev-python/setuptools" DOCS="README.rst" src_prepare() { - epatch "${FILESDIR}/${P}-"noegg.patch || die + epatch "${FILESDIR}/${PN}"-0.14.0-noegg.patch || die } src_install() { |