diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-03 09:54:13 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-03 09:54:38 +0100 |
commit | ce0bd8aadbe14ec22d0487ca41d249543a0f5679 (patch) | |
tree | 9aca346f6cd032644d24142552e6d39df7681e95 /sci-chemistry | |
parent | dev-ruby/rack-test: use correct version in gemspec and gem (diff) | |
download | gentoo-ce0bd8aadbe14ec22d0487ca41d249543a0f5679.tar.gz gentoo-ce0bd8aadbe14ec22d0487ca41d249543a0f5679.tar.bz2 gentoo-ce0bd8aadbe14ec22d0487ca41d249543a0f5679.zip |
sci-chemistry/bkchem: Fix dep on dev-python/pycairo
Fix the dependency on dev-python/pycairo not to reference the obsolete
'svg' flag.
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/bkchem/bkchem-0.14.0_pre2-r2.ebuild (renamed from sci-chemistry/bkchem/bkchem-0.14.0_pre2-r1.ebuild) | 4 |
1 files 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 index 35fa24221e61..d6162080214b 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} |