diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2010-06-02 11:35:17 +0000 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2010-06-02 11:35:17 +0000 |
commit | 9fe57cbb50b258b1fafed53193b489984f1b6b93 (patch) | |
tree | 1d0ab16dd997a691cefea53d59950723e63dcb45 /dev-python/boto | |
parent | Version bump dev-python/boto to 1.9b (bug 320653). (diff) | |
download | gentoo-2-9fe57cbb50b258b1fafed53193b489984f1b6b93.tar.gz gentoo-2-9fe57cbb50b258b1fafed53193b489984f1b6b93.tar.bz2 gentoo-2-9fe57cbb50b258b1fafed53193b489984f1b6b93.zip |
Fix license, other small fixes.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/boto')
-rw-r--r-- | dev-python/boto/boto-1.9b.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-python/boto/boto-1.9b.ebuild b/dev-python/boto/boto-1.9b.ebuild index e711c7a8f33f..8a5216b09dfb 100644 --- a/dev-python/boto/boto-1.9b.ebuild +++ b/dev-python/boto/boto-1.9b.ebuild @@ -1,16 +1,14 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.9b.ebuild,v 1.1 2010/06/02 11:32:09 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.9b.ebuild,v 1.2 2010/06/02 11:35:17 djc Exp $ inherit distutils -IUSE="" DESCRIPTION="Amazon Web Services API" HOMEPAGE="http://code.google.com/p/boto/ http://pypi.python.org/pypi/boto/" SRC_URI="http://boto.googlecode.com/files/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos" - -DEPEND=">=dev-lang/python-2.3" +IUSE="" |