diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:42:45 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:42:45 +0000 |
commit | d3efe15db079f3cb10a8f87b5cecf0a5e1cb4e3c (patch) | |
tree | 835766e71e820dd93bfb004f7d6f82e4622ff112 /dev-python/wsgiproxy2 | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-d3efe15db079f3cb10a8f87b5cecf0a5e1cb4e3c.tar.gz gentoo-2-d3efe15db079f3cb10a8f87b5cecf0a5e1cb4e3c.tar.bz2 gentoo-2-d3efe15db079f3cb10a8f87b5cecf0a5e1cb4e3c.zip |
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/wsgiproxy2')
-rw-r--r-- | dev-python/wsgiproxy2/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/wsgiproxy2/ChangeLog b/dev-python/wsgiproxy2/ChangeLog index c9e79ba8030f..860f532d6eca 100644 --- a/dev-python/wsgiproxy2/ChangeLog +++ b/dev-python/wsgiproxy2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/wsgiproxy2 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.15 2014/12/28 00:57:27 idella4 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.16 2015/03/06 22:42:45 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> wsgiproxy2-0.4.1.ebuild: + amd64 stable, bug 540290 28 Dec 2014; Ian Delaney <idella4@gentoo.org> wsgiproxy2-0.4.2.ebuild: add bordering required for webtest, clean old impl diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild b/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild index 97de6f4612e0..53abf3231b5f 100644 --- a/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild +++ b/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.9 2014/12/25 12:37:51 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.10 2015/03/06 22:42:45 pacho Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.zip" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="doc test" RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}] |