diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-14 16:02:51 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-14 16:02:51 +0000 |
commit | 27f9836defac227100ab4f7a99b0e9e1c98b49ab (patch) | |
tree | 364196d016608d21fe610fd8d95fd79f99b7e072 /dev-python/webob/webob-1.1.ebuild | |
parent | Stable for amd64, wrt bug #415863 (diff) | |
download | gentoo-2-27f9836defac227100ab4f7a99b0e9e1c98b49ab.tar.gz gentoo-2-27f9836defac227100ab4f7a99b0e9e1c98b49ab.tar.bz2 gentoo-2-27f9836defac227100ab4f7a99b0e9e1c98b49ab.zip |
Stable for amd64, wrt bug #415865
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/webob/webob-1.1.ebuild')
-rw-r--r-- | dev-python/webob/webob-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/webob/webob-1.1.ebuild b/dev-python/webob/webob-1.1.ebuild index 075fa407e54c..42fd6f8ea4a3 100644 --- a/dev-python/webob/webob-1.1.ebuild +++ b/dev-python/webob/webob-1.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/dev-python/webob/webob-1.1.ebuild,v 1.3 2012/04/16 02:22:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.1.ebuild,v 1.4 2012/05/14 16:02:51 ago Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="doc test" DEPEND="app-arch/unzip |