diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-09-22 17:29:33 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-09-22 17:29:57 -0400 |
commit | 444d582596b8696f6a470580249055badcd340e3 (patch) | |
tree | f34f7dd1355c04c07551f00fe57f584838746850 /app-benchmarks | |
parent | mate-base/mate-applets: Fix compilation with >=cpupower-4.7 (diff) | |
download | gentoo-444d582596b8696f6a470580249055badcd340e3.tar.gz gentoo-444d582596b8696f6a470580249055badcd340e3.tar.bz2 gentoo-444d582596b8696f6a470580249055badcd340e3.zip |
app-benchmarks/bootchart2: fix pycairo dep
Closes: https://bugs.gentoo.org/629242
Package-Manager: Portage-2.3.6_p60, Repoman-2.3.3_p38
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/bootchart2/bootchart2-0.14.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-benchmarks/bootchart2/bootchart2-0.14.7-r1.ebuild b/app-benchmarks/bootchart2/bootchart2-0.14.7-r1.ebuild index cd81113015f3..08018cc91c6b 100644 --- a/app-benchmarks/bootchart2/bootchart2-0.14.7-r1.ebuild +++ b/app-benchmarks/bootchart2/bootchart2-0.14.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -23,7 +23,7 @@ REQUIRED_USE=" RDEPEND=" !app-benchmarks/bootchart X? ( - dev-python/pycairo[svg?,${PYTHON_USEDEP}] + dev-python/pycairo[svg(+)?,${PYTHON_USEDEP}] dev-python/pygtk[$(python_gen_usedep 'python2*')] ${PYTHON_DEPS} ) |