diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2012-01-19 14:01:30 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2012-01-19 14:01:30 +0000 |
commit | 46f957f58cf67b28833b72f03b302a93e17d4450 (patch) | |
tree | 3a89a8bb4f1125791c8be2c3f0febd73dec6b90e /dev-python/webtest | |
parent | Add patch to build with Qt 4.8. Patch spotted by dilfridge. Fixes bug #398973. (diff) | |
download | gentoo-2-46f957f58cf67b28833b72f03b302a93e17d4450.tar.gz gentoo-2-46f957f58cf67b28833b72f03b302a93e17d4450.tar.bz2 gentoo-2-46f957f58cf67b28833b72f03b302a93e17d4450.zip |
Keyworded on alpha, bug #383195
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/webtest')
-rw-r--r-- | dev-python/webtest/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/webtest/webtest-1.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/webtest/ChangeLog b/dev-python/webtest/ChangeLog index fc51dfe1d22f..fe5bc616b28b 100644 --- a/dev-python/webtest/ChangeLog +++ b/dev-python/webtest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/webtest -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.28 2011/09/19 21:53:36 maekke Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.29 2012/01/19 14:01:30 klausman Exp $ + + 19 Jan 2012; Tobias Klausmann <klausman@gentoo.org> webtest-1.3.ebuild: + Keyworded on alpha, bug #383195 19 Sep 2011; Markus Meier <maekke@gentoo.org> webtest-1.3.ebuild: add ~arm, bug #383195 diff --git a/dev-python/webtest/webtest-1.3.ebuild b/dev-python/webtest/webtest-1.3.ebuild index ec922e3ca974..130eb4fa83e9 100644 --- a/dev-python/webtest/webtest-1.3.ebuild +++ b/dev-python/webtest/webtest-1.3.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/dev-python/webtest/webtest-1.3.ebuild,v 1.2 2011/09/19 21:53:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.3.ebuild,v 1.3 2012/01/19 14:01:30 klausman Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~x86" IUSE="doc" RDEPEND=">=dev-python/webob-0.9.2" |