diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-08-14 14:51:39 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-08-14 14:51:39 +0000 |
commit | 1a5fd1e5a8d7e20b7fca0db12c389dc69453be30 (patch) | |
tree | 2de80edaabb22ded823c89b037d189ef94198b4f /dev-python/oauth | |
parent | Stable on amd64 wrt bug #378797 (diff) | |
download | gentoo-2-1a5fd1e5a8d7e20b7fca0db12c389dc69453be30.tar.gz gentoo-2-1a5fd1e5a8d7e20b7fca0db12c389dc69453be30.tar.bz2 gentoo-2-1a5fd1e5a8d7e20b7fca0db12c389dc69453be30.zip |
Stable on amd64 wrt bug #378589
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/oauth')
-rw-r--r-- | dev-python/oauth/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/oauth/oauth-1.0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/oauth/ChangeLog b/dev-python/oauth/ChangeLog index 759c10eeefb9..bcce215d1d6a 100644 --- a/dev-python/oauth/ChangeLog +++ b/dev-python/oauth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/oauth -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth/ChangeLog,v 1.2 2010/07/14 17:29:50 arfrever Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth/ChangeLog,v 1.3 2011/08/14 14:51:39 hwoarang Exp $ + + 14 Aug 2011; Markos Chandras <hwoarang@gentoo.org> oauth-1.0.1.ebuild: + Stable on amd64 wrt bug #378589 14 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> oauth-1.0.1.ebuild: diff --git a/dev-python/oauth/oauth-1.0.1.ebuild b/dev-python/oauth/oauth-1.0.1.ebuild index 5fdda5ac5c0a..166b049d3aa8 100644 --- a/dev-python/oauth/oauth-1.0.1.ebuild +++ b/dev-python/oauth/oauth-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth/oauth-1.0.1.ebuild,v 1.3 2010/12/26 14:52:30 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth/oauth-1.0.1.ebuild,v 1.4 2011/08/14 14:51:39 hwoarang Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="" |