commit:     ce0bd8aadbe14ec22d0487ca41d249543a0f5679
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  3 08:54:13 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar  3 08:54:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0bd8aa

sci-chemistry/bkchem: Fix dep on dev-python/pycairo

Fix the dependency on dev-python/pycairo not to reference the obsolete
'svg' flag.

 .../{bkchem-0.14.0_pre2-r1.ebuild => bkchem-0.14.0_pre2-r2.ebuild}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/bkchem/bkchem-0.14.0_pre2-r1.ebuild 
b/sci-chemistry/bkchem/bkchem-0.14.0_pre2-r2.ebuild
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 35fa24221e6..d6162080214 100644
--- a/sci-chemistry/bkchem/bkchem-0.14.0_pre2-r1.ebuild
+++ b/sci-chemistry/bkchem/bkchem-0.14.0_pre2-r2.ebuild
@@ -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}

Reply via email to