diff options
author | Rafael G. Martins <rafaelmartins@gentoo.org> | 2018-01-16 21:25:29 +0100 |
---|---|---|
committer | Rafael G. Martins <rafaelmartins@gentoo.org> | 2018-01-16 21:25:50 +0100 |
commit | 410c02ed606ae2189a6696a63b1ea6e6af61df2f (patch) | |
tree | 393e98762c0fcaccd6ff867eca5d679049201173 /www-apps/blohg | |
parent | sci-libs/gdal: Fix bash_completion install path (diff) | |
download | gentoo-410c02ed606ae2189a6696a63b1ea6e6af61df2f.tar.gz gentoo-410c02ed606ae2189a6696a63b1ea6e6af61df2f.tar.bz2 gentoo-410c02ed606ae2189a6696a63b1ea6e6af61df2f.zip |
www-apps/blohg: removed docutils version lock (bug #643234)
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'www-apps/blohg')
-rw-r--r-- | www-apps/blohg/blohg-0.13-r3.ebuild (renamed from www-apps/blohg/blohg-0.13-r2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/blohg/blohg-0.13-r2.ebuild b/www-apps/blohg/blohg-0.13-r3.ebuild index f28eb4067fe4..f9a9daaf2eb1 100644 --- a/www-apps/blohg/blohg-0.13-r2.ebuild +++ b/www-apps/blohg/blohg-0.13-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -32,7 +32,7 @@ REQUIRED_USE="|| ( git mercurial ) RDEPEND=" >=dev-python/click-2.0 - =dev-python/docutils-0.11* + >=dev-python/docutils-0.11 >=dev-python/flask-0.10.1 >=dev-python/flask-babel-0.7 >=dev-python/frozen-flask-0.7 |