diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-01-05 16:44:20 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-01-05 16:44:20 +0000 |
commit | f44417b9d1d1293a4ba25c9295e39969c9a1e248 (patch) | |
tree | fa7c013ad9a324456a76bbcbcba77546e49f1c2b /dev-python/lz4 | |
parent | bump to 1.15.3, remove 1.13 (diff) | |
download | gentoo-2-f44417b9d1d1293a4ba25c9295e39969c9a1e248.tar.gz gentoo-2-f44417b9d1d1293a4ba25c9295e39969c9a1e248.tar.bz2 gentoo-2-f44417b9d1d1293a4ba25c9295e39969c9a1e248.zip |
keyword ~arm
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-python/lz4')
-rw-r--r-- | dev-python/lz4/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/lz4/lz4-0.6.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/lz4/ChangeLog b/dev-python/lz4/ChangeLog index bb9fed040090..5b1c67dabf4a 100644 --- a/dev-python/lz4/ChangeLog +++ b/dev-python/lz4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/lz4 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/ChangeLog,v 1.4 2014/07/02 05:15:21 idella4 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/ChangeLog,v 1.5 2015/01/05 16:44:20 aballier Exp $ + + 05 Jan 2015; Alexis Ballier <aballier@gentoo.org> lz4-0.6.1.ebuild: + keyword ~arm 02 Jul 2014; Ian Delaney <idella4@gentoo.org> lz4-0.6.0_p20140104.ebuild, lz4-0.6.1.ebuild: diff --git a/dev-python/lz4/lz4-0.6.1.ebuild b/dev-python/lz4/lz4-0.6.1.ebuild index 450556938b74..07e801df45da 100644 --- a/dev-python/lz4/lz4-0.6.1.ebuild +++ b/dev-python/lz4/lz4-0.6.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/lz4/lz4-0.6.1.ebuild,v 1.2 2014/07/02 05:15:21 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/lz4-0.6.1.ebuild,v 1.3 2015/01/05 16:44:20 aballier Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" RDEPEND="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |