diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:29:12 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:29:12 +0000 |
commit | 70722e1319875bafc8607a19f17b3c919263a4eb (patch) | |
tree | e6a3e7ad323681579c21cfe0d6f07851e5c4756d /dev-python/lz4 | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-70722e1319875bafc8607a19f17b3c919263a4eb.tar.gz gentoo-2-70722e1319875bafc8607a19f17b3c919263a4eb.tar.bz2 gentoo-2-70722e1319875bafc8607a19f17b3c919263a4eb.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/lz4')
-rw-r--r-- | dev-python/lz4/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/lz4/lz4-0.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/lz4/ChangeLog b/dev-python/lz4/ChangeLog index 5b1c67dabf4a..23fe7680d8fe 100644 --- a/dev-python/lz4/ChangeLog +++ b/dev-python/lz4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/lz4 # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/ChangeLog,v 1.6 2015/03/06 22:29:12 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> lz4-0.6.1.ebuild: + amd64 stable, bug 540290 05 Jan 2015; Alexis Ballier <aballier@gentoo.org> lz4-0.6.1.ebuild: keyword ~arm diff --git a/dev-python/lz4/lz4-0.6.1.ebuild b/dev-python/lz4/lz4-0.6.1.ebuild index 07e801df45da..e52fac9e50f7 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-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.3 2015/01/05 16:44:20 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/lz4-0.6.1.ebuild,v 1.4 2015/03/06 22:29:12 pacho Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux" RDEPEND="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |