diff options
author | Johannes Huber <johu@gentoo.org> | 2012-08-19 18:48:05 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-08-19 18:48:05 +0000 |
commit | acc9ecacdca19ffa2254d837ca1b7bfe4ada637b (patch) | |
tree | 2ac1fda86e0eada81b455524e13b17a76474a0e5 | |
parent | alpha/ia64/sh/sparc stable wrt #423243 (diff) | |
download | gentoo-2-acc9ecacdca19ffa2254d837ca1b7bfe4ada637b.tar.gz gentoo-2-acc9ecacdca19ffa2254d837ca1b7bfe4ada637b.tar.bz2 gentoo-2-acc9ecacdca19ffa2254d837ca1b7bfe4ada637b.zip |
Stable for x86, wrt bug #431758
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
-rw-r--r-- | dev-python/oauthlib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/oauthlib/oauthlib-0.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/oauthlib/ChangeLog b/dev-python/oauthlib/ChangeLog index cfa02b3b882f..f5423f6b63fc 100644 --- a/dev-python/oauthlib/ChangeLog +++ b/dev-python/oauthlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/oauthlib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/ChangeLog,v 1.7 2012/08/19 10:06:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/ChangeLog,v 1.8 2012/08/19 18:48:05 johu Exp $ + + 19 Aug 2012; Johannes Huber <johu@gentoo.org> oauthlib-0.1.3.ebuild: + Stable for x86, wrt bug #431758 19 Aug 2012; Agostino Sarubbo <ago@gentoo.org> oauthlib-0.1.3.ebuild: Stable for amd64, wrt bug #431758 diff --git a/dev-python/oauthlib/oauthlib-0.1.3.ebuild b/dev-python/oauthlib/oauthlib-0.1.3.ebuild index 46b64eb191f2..d827baaa0825 100644 --- a/dev-python/oauthlib/oauthlib-0.1.3.ebuild +++ b/dev-python/oauthlib/oauthlib-0.1.3.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/oauthlib/oauthlib-0.1.3.ebuild,v 1.7 2012/08/19 10:06:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.1.3.ebuild,v 1.8 2012/08/19 18:48:05 johu Exp $ EAPI="4" @@ -20,7 +20,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="test" RDEPEND="dev-python/rsa" |