Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/bkchem/
Date: Sat, 03 Mar 2018 08:54:46
Message-Id: 1520067278.ce0bd8aadbe14ec22d0487ca41d249543a0f5679.mgorny@gentoo
1 commit: ce0bd8aadbe14ec22d0487ca41d249543a0f5679
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 3 08:54:13 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 3 08:54:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0bd8aa
7
8 sci-chemistry/bkchem: Fix dep on dev-python/pycairo
9
10 Fix the dependency on dev-python/pycairo not to reference the obsolete
11 'svg' flag.
12
13 .../{bkchem-0.14.0_pre2-r1.ebuild => bkchem-0.14.0_pre2-r2.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-chemistry/bkchem/bkchem-0.14.0_pre2-r1.ebuild b/sci-chemistry/bkchem/bkchem-0.14.0_pre2-r2.ebuild
17 similarity index 88%
18 rename from sci-chemistry/bkchem/bkchem-0.14.0_pre2-r1.ebuild
19 rename to sci-chemistry/bkchem/bkchem-0.14.0_pre2-r2.ebuild
20 index 35fa24221e6..d6162080214 100644
21 --- a/sci-chemistry/bkchem/bkchem-0.14.0_pre2-r1.ebuild
22 +++ b/sci-chemistry/bkchem/bkchem-0.14.0_pre2-r2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86"
30 LICENSE="GPL-2"
31 IUSE="cairo"
32
33 -DEPEND="cairo? ( dev-python/pycairo[svg,${PYTHON_USEDEP}] )"
34 +DEPEND="cairo? ( dev-python/pycairo[${PYTHON_USEDEP}] )"
35 RDEPEND="${DEPEND}"
36
37 S="${WORKDIR}"/${MY_P}