summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-03-06 22:36:26 +0000
committerPacho Ramos <pacho@gentoo.org>2015-03-06 22:36:26 +0000
commitea5d6150f5485be0788b277e1e99b203efac1298 (patch)
tree0795c24ea2c755f8d8365af54ad4d6039987e82b /dev-python/requests-oauthlib
parentamd64 stable, bug 540290 (diff)
downloadgentoo-2-ea5d6150f5485be0788b277e1e99b203efac1298.tar.gz
gentoo-2-ea5d6150f5485be0788b277e1e99b203efac1298.tar.bz2
gentoo-2-ea5d6150f5485be0788b277e1e99b203efac1298.zip
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/requests-oauthlib')
-rw-r--r--dev-python/requests-oauthlib/ChangeLog7
-rw-r--r--dev-python/requests-oauthlib/requests-oauthlib-0.4.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/requests-oauthlib/ChangeLog b/dev-python/requests-oauthlib/ChangeLog
index 02d40cb96fcc..3c5fee35a763 100644
--- a/dev-python/requests-oauthlib/ChangeLog
+++ b/dev-python/requests-oauthlib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/requests-oauthlib
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-oauthlib/ChangeLog,v 1.6 2014/09/08 05:52:44 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-oauthlib/ChangeLog,v 1.7 2015/03/06 22:36:26 pacho Exp $
+
+ 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> requests-oauthlib-0.4.1.ebuild:
+ amd64 stable, bug 540290
*requests-oauthlib-0.4.1 (08 Sep 2014)
diff --git a/dev-python/requests-oauthlib/requests-oauthlib-0.4.1.ebuild b/dev-python/requests-oauthlib/requests-oauthlib-0.4.1.ebuild
index bab8144cdca8..2c21d7b2c3e2 100644
--- a/dev-python/requests-oauthlib/requests-oauthlib-0.4.1.ebuild
+++ b/dev-python/requests-oauthlib/requests-oauthlib-0.4.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-oauthlib/requests-oauthlib-0.4.1.ebuild,v 1.1 2014/09/08 05:52:44 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-oauthlib/requests-oauthlib-0.4.1.ebuild,v 1.2 2015/03/06 22:36:26 pacho Exp $
EAPI=5
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/requests/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SLOT="0"
LICENSE="ISC"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="test"
DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"