diff options
Diffstat (limited to 'dev-python/google-api-python-client')
-rw-r--r-- | dev-python/google-api-python-client/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/google-api-python-client/google-api-python-client-1.3.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/google-api-python-client/ChangeLog b/dev-python/google-api-python-client/ChangeLog index 99e2337c0a96..89a0c58d9811 100644 --- a/dev-python/google-api-python-client/ChangeLog +++ b/dev-python/google-api-python-client/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/google-api-python-client # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/google-api-python-client/ChangeLog,v 1.7 2014/12/07 14:38:19 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/google-api-python-client/ChangeLog,v 1.8 2014/12/30 17:44:08 maekke Exp $ + + 30 Dec 2014; Markus Meier <maekke@gentoo.org> + google-api-python-client-1.3.1.ebuild: + add ~arm, bug #531816 07 Dec 2014; Justin Lecher <jlec@gentoo.org> google-api-python-client-1.3.1.ebuild: diff --git a/dev-python/google-api-python-client/google-api-python-client-1.3.1.ebuild b/dev-python/google-api-python-client/google-api-python-client-1.3.1.ebuild index 150f9a6f6d20..508ebb7866d5 100644 --- a/dev-python/google-api-python-client/google-api-python-client-1.3.1.ebuild +++ b/dev-python/google-api-python-client/google-api-python-client-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/google-api-python-client/google-api-python-client-1.3.1.ebuild,v 1.2 2014/12/07 14:38:19 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/google-api-python-client/google-api-python-client-1.3.1.ebuild,v 1.3 2014/12/30 17:44:08 maekke Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/google/google-api-python-client/archive/v${PV}.tar.g LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" DEPEND=" |