diff options
author | Markus Meier <maekke@gentoo.org> | 2014-12-30 17:43:02 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-12-30 17:43:02 +0000 |
commit | a2a752e5166d435c7e4a4ac4670a78e266620e6d (patch) | |
tree | 006e8b447a4e03e1ecaf1ec662a62f633b100c30 /dev-python | |
parent | add ~arm, bug #529196 (diff) | |
download | gentoo-2-a2a752e5166d435c7e4a4ac4670a78e266620e6d.tar.gz gentoo-2-a2a752e5166d435c7e4a4ac4670a78e266620e6d.tar.bz2 gentoo-2-a2a752e5166d435c7e4a4ac4670a78e266620e6d.zip |
add ~arm, bug #531816
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/uritemplate/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/uritemplate/uritemplate-0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/uritemplate/ChangeLog b/dev-python/uritemplate/ChangeLog index 2d095142a66d..01dadbe448dc 100644 --- a/dev-python/uritemplate/ChangeLog +++ b/dev-python/uritemplate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/uritemplate # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/uritemplate/ChangeLog,v 1.2 2014/12/07 09:25:07 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/uritemplate/ChangeLog,v 1.3 2014/12/30 17:43:02 maekke Exp $ + + 30 Dec 2014; Markus Meier <maekke@gentoo.org> uritemplate-0.6.ebuild: + add ~arm, bug #531816 07 Dec 2014; Justin Lecher <jlec@gentoo.org> uritemplate-0.6.ebuild: Add blocker due to filecollision diff --git a/dev-python/uritemplate/uritemplate-0.6.ebuild b/dev-python/uritemplate/uritemplate-0.6.ebuild index 178d7984ae2d..181b456ae5cc 100644 --- a/dev-python/uritemplate/uritemplate-0.6.ebuild +++ b/dev-python/uritemplate/uritemplate-0.6.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/uritemplate/uritemplate-0.6.ebuild,v 1.2 2014/12/07 09:25:07 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/uritemplate/uritemplate-0.6.ebuild,v 1.3 2014/12/30 17:43:02 maekke Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=" |