diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:42:29 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:42:29 +0000 |
commit | 0beff56c00280ab3db7e3fc811cfa908678ee1d7 (patch) | |
tree | 4245aae2e44c3d67b70fc2a4c72c857a12ce3d54 | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-0beff56c00280ab3db7e3fc811cfa908678ee1d7.tar.gz gentoo-2-0beff56c00280ab3db7e3fc811cfa908678ee1d7.tar.bz2 gentoo-2-0beff56c00280ab3db7e3fc811cfa908678ee1d7.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/ws4py/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/ws4py/ws4py-0.3.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/ws4py/ChangeLog b/dev-python/ws4py/ChangeLog index eb051c921378..92ee2ae6bf36 100644 --- a/dev-python/ws4py/ChangeLog +++ b/dev-python/ws4py/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/ws4py -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ws4py/ChangeLog,v 1.14 2014/10/18 16:20:51 floppym Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ws4py/ChangeLog,v 1.15 2015/03/06 22:42:29 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> ws4py-0.3.4.ebuild: + amd64 stable, bug 540290 18 Oct 2014; Mike Gilbert <floppym@gentoo.org> -ws4py-0.2.1-r1.ebuild, -ws4py-0.2.1-r2.ebuild, -ws4py-0.2.1.ebuild, -ws4py-0.2.2.ebuild, diff --git a/dev-python/ws4py/ws4py-0.3.4.ebuild b/dev-python/ws4py/ws4py-0.3.4.ebuild index bdc9d9e25d29..f14f6eade07b 100644 --- a/dev-python/ws4py/ws4py-0.3.4.ebuild +++ b/dev-python/ws4py/ws4py-0.3.4.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/ws4py/ws4py-0.3.4.ebuild,v 1.2 2014/10/18 16:20:51 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ws4py/ws4py-0.3.4.ebuild,v 1.3 2015/03/06 22:42:29 pacho Exp $ # We could depend on dev-python/cherrypy when USE=server, but # that is an optional component ... @@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then else inherit vcs-snapshot SRC_URI="https://github.com/Lawouach/WebSocket-for-Python/tarball/v${PV} -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="amd64 ~arm ~x86" fi DESCRIPTION="WebSocket client and server library for Python 2 and 3 as well as PyPy" |