summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2012-01-19 14:02:56 +0000
committerTobias Klausmann <klausman@gentoo.org>2012-01-19 14:02:56 +0000
commit42d96167e7b43fcc04d3b7c6a0876e7a6ec72421 (patch)
treefbc5205806436b7fbd021844c65d6addc2e66e0a /dev-python/webtest
parentAdd patch to build with Qt 4.8. Patch spotted by dilfridge. Fixes bug #398973. (diff)
downloadhistorical-42d96167e7b43fcc04d3b7c6a0876e7a6ec72421.tar.gz
historical-42d96167e7b43fcc04d3b7c6a0876e7a6ec72421.tar.bz2
historical-42d96167e7b43fcc04d3b7c6a0876e7a6ec72421.zip
Keyworded on alpha, bug #383195
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'dev-python/webtest')
-rw-r--r--dev-python/webtest/ChangeLog7
-rw-r--r--dev-python/webtest/webtest-1.3.ebuild6
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"