www-apps/nikola: fix dev-python/pygal dependency
authorMichael Palimaka <kensington@gentoo.org>
Sun, 24 Sep 2017 10:59:01 +0000 (20:59 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Sun, 24 Sep 2017 10:59:44 +0000 (20:59 +1000)
2.0.1 failed with stable lxml and 2.1.1 tested OK.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

www-apps/nikola/nikola-7.8.8.ebuild

index 755123550e971bcbe63b7219b2e6aa6542555757..7814101660f1c951c3271ffa0b3180c42b9acfcc 100644 (file)
@@ -39,7 +39,7 @@ RDEPEND="${DEPEND}
        dev-python/pillow[${PYTHON_USEDEP}]
        dev-python/cloudpickle[${PYTHON_USEDEP}]
        assets? ( >=dev-python/webassets-0.10.1[${PYTHON_USEDEP}] )
-       charts? ( ~dev-python/pygal-2.0.1[${PYTHON_USEDEP}] )
+       charts? ( >=dev-python/pygal-2.0.1[${PYTHON_USEDEP}] )
        ghpages? ( >=dev-python/ghp-import-0.4.1[${PYTHON_USEDEP}] )
        hyphenation? ( >=dev-python/pyphen-0.9.1[${PYTHON_USEDEP}] )
        ipython? ( >=dev-python/ipython-2.0.0[notebook,${PYTHON_USEDEP}] )