sci-chemistry/bkchem: Fix dep on dev-python/pycairo
authorMichał Górny <mgorny@gentoo.org>
Sat, 3 Mar 2018 08:54:13 +0000 (09:54 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 3 Mar 2018 08:54:38 +0000 (09:54 +0100)
Fix the dependency on dev-python/pycairo not to reference the obsolete
'svg' flag.

sci-chemistry/bkchem/bkchem-0.14.0_pre2-r2.ebuild [moved from sci-chemistry/bkchem/bkchem-0.14.0_pre2-r1.ebuild with 88% similarity]

similarity index 88%
rename from sci-chemistry/bkchem/bkchem-0.14.0_pre2-r1.ebuild
rename to sci-chemistry/bkchem/bkchem-0.14.0_pre2-r2.ebuild
index 35fa24221e61ef67ce822d01c0b338ac250240bc..d6162080214bcb24cac8f390099a004d89b3d9e1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86"
 LICENSE="GPL-2"
 IUSE="cairo"
 
-DEPEND="cairo? ( dev-python/pycairo[svg,${PYTHON_USEDEP}] )"
+DEPEND="cairo? ( dev-python/pycairo[${PYTHON_USEDEP}] )"
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}"/${MY_P}