diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:42:12 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:42:12 +0000 |
commit | 0f1185be6deddf7f7f161798a54d5f76be20949e (patch) | |
tree | dd2d0eb5f14c322fabe1a8106bb48e40f086cae2 | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-0f1185be6deddf7f7f161798a54d5f76be20949e.tar.gz gentoo-2-0f1185be6deddf7f7f161798a54d5f76be20949e.tar.bz2 gentoo-2-0f1185be6deddf7f7f161798a54d5f76be20949e.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)
-rw-r--r-- | dev-python/websocket-client/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/websocket-client/websocket-client-0.21.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/websocket-client/ChangeLog b/dev-python/websocket-client/ChangeLog index ed05a54c2399..676366bdefc0 100644 --- a/dev-python/websocket-client/ChangeLog +++ b/dev-python/websocket-client/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/websocket-client # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v 1.7 2015/02/28 21:24:27 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v 1.8 2015/03/06 22:42:12 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> websocket-client-0.21.0.ebuild: + amd64 stable, bug 540290 *websocket-client-0.25.0 (28 Feb 2015) diff --git a/dev-python/websocket-client/websocket-client-0.21.0.ebuild b/dev-python/websocket-client/websocket-client-0.21.0.ebuild index aeb1400d8562..7440d3c613e7 100644 --- a/dev-python/websocket-client/websocket-client-0.21.0.ebuild +++ b/dev-python/websocket-client/websocket-client-0.21.0.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/websocket-client/websocket-client-0.21.0.ebuild,v 1.1 2014/10/19 15:27:45 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/websocket-client-0.21.0.ebuild,v 1.2 2015/03/06 22:42:12 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy ) @@ -13,7 +13,7 @@ SRC_URI="https://github.com/liris/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="examples" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |