diff options
author | Markus Meier <maekke@gentoo.org> | 2009-12-02 10:50:27 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-12-02 10:50:27 +0000 |
commit | fbeca276613c6ddb07d8a5e84ca8f5f03203dd07 (patch) | |
tree | 56024e27c0f5ffe4456d928ba52f2e33e729713a /dev-python/python-twitter/python-twitter-0.6.ebuild | |
parent | amd64/x86 stable, bug #295222 (diff) | |
download | historical-fbeca276613c6ddb07d8a5e84ca8f5f03203dd07.tar.gz historical-fbeca276613c6ddb07d8a5e84ca8f5f03203dd07.tar.bz2 historical-fbeca276613c6ddb07d8a5e84ca8f5f03203dd07.zip |
amd64/x86 stable, bug #295223
Package-Manager: portage-2.2_rc54/cvs/Linux x86_64
Diffstat (limited to 'dev-python/python-twitter/python-twitter-0.6.ebuild')
-rw-r--r-- | dev-python/python-twitter/python-twitter-0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-twitter/python-twitter-0.6.ebuild b/dev-python/python-twitter/python-twitter-0.6.ebuild index 223efd0dff32..d13f97491712 100644 --- a/dev-python/python-twitter/python-twitter-0.6.ebuild +++ b/dev-python/python-twitter/python-twitter-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-twitter/python-twitter-0.6.ebuild,v 1.4 2009/11/23 02:30:15 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-twitter/python-twitter-0.6.ebuild,v 1.5 2009/12/02 10:50:27 maekke Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ SRC_URI="http://python-twitter.googlecode.com/files/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="examples" RDEPEND="dev-python/simplejson" |