diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:44:08 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:44:08 +0000 |
commit | ba17a70e3e91a703264f846cad743f62bd1c8717 (patch) | |
tree | 0775cafe3452f9f278510f8e8d05fc923f273fe7 /dev-python/bokeh | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-ba17a70e3e91a703264f846cad743f62bd1c8717.tar.gz gentoo-2-ba17a70e3e91a703264f846cad743f62bd1c8717.tar.bz2 gentoo-2-ba17a70e3e91a703264f846cad743f62bd1c8717.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/bokeh')
-rw-r--r-- | dev-python/bokeh/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/bokeh/bokeh-0.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/bokeh/ChangeLog b/dev-python/bokeh/ChangeLog index 6340f50300c5..b8cc48c515c6 100644 --- a/dev-python/bokeh/ChangeLog +++ b/dev-python/bokeh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/bokeh # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bokeh/ChangeLog,v 1.11 2015/01/26 07:51:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bokeh/ChangeLog,v 1.12 2015/03/06 22:44:08 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> bokeh-0.7.1.ebuild: + amd64 stable, bug 540290 *bokeh-0.7.1 (26 Jan 2015) diff --git a/dev-python/bokeh/bokeh-0.7.1.ebuild b/dev-python/bokeh/bokeh-0.7.1.ebuild index 4f44933e2b9d..bef21c97e750 100644 --- a/dev-python/bokeh/bokeh-0.7.1.ebuild +++ b/dev-python/bokeh/bokeh-0.7.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/bokeh/bokeh-0.7.1.ebuild,v 1.1 2015/01/26 07:51:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bokeh/bokeh-0.7.1.ebuild,v 1.2 2015/03/06 22:44:08 pacho Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g SLOT="0" LICENSE="BSD" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="examples test" # A doc build requires napoleon sphinx extension which will be included in sphinx release 1.3 |