diff options
author | 2010-08-02 14:59:29 +0000 | |
---|---|---|
committer | 2010-08-02 14:59:29 +0000 | |
commit | 0f9eab55c3686180b93eae156f24704a9851c8fb (patch) | |
tree | 9745ff041633c0b874378797625a96274f8636d8 /dev-python/webpy | |
parent | Depend on libXi unconditionaly. Per bug #298337 (diff) | |
download | gentoo-2-0f9eab55c3686180b93eae156f24704a9851c8fb.tar.gz gentoo-2-0f9eab55c3686180b93eae156f24704a9851c8fb.tar.bz2 gentoo-2-0f9eab55c3686180b93eae156f24704a9851c8fb.zip |
Stable for HPPA too.
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'dev-python/webpy')
-rw-r--r-- | dev-python/webpy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/webpy/webpy-0.34.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/webpy/ChangeLog b/dev-python/webpy/ChangeLog index 89c8bdd6ec9e..e9994c29f8e2 100644 --- a/dev-python/webpy/ChangeLog +++ b/dev-python/webpy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/webpy # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/ChangeLog,v 1.18 2010/07/11 13:35:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/ChangeLog,v 1.19 2010/08/02 14:59:29 jer Exp $ + + 02 Aug 2010; Jeroen Roovers <jer@gentoo.org> webpy-0.34.ebuild: + Stable for HPPA too. 11 Jul 2010; Markus Meier <maekke@gentoo.org> webpy-0.34.ebuild: x86 stable, bug #325383 diff --git a/dev-python/webpy/webpy-0.34.ebuild b/dev-python/webpy/webpy-0.34.ebuild index 94790be7991e..3772304beb3e 100644 --- a/dev-python/webpy/webpy-0.34.ebuild +++ b/dev-python/webpy/webpy-0.34.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/webpy-0.34.ebuild,v 1.4 2010/07/11 13:35:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/webpy-0.34.ebuild,v 1.5 2010/08/02 14:59:29 jer Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -17,7 +17,7 @@ SRC_URI="http://www.webpy.org/static/${MY_PN}-${PV}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="amd64 ~hppa x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 hppa x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="" |