diff options
author | Alexander Barker <alex@1stleg.com> | 2021-06-12 12:02:35 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-13 04:08:55 +0000 |
commit | 9fa1831607ae3ffc54f731dfadddb544f9098f67 (patch) | |
tree | 37d296bd93a88a66c8fe45f5a9cb0de109bf67dd /app-misc | |
parent | app-crypt/gpgme: Stabilize 1.15.1 ppc, #795495 (diff) | |
download | gentoo-9fa1831607ae3ffc54f731dfadddb544f9098f67.tar.gz gentoo-9fa1831607ae3ffc54f731dfadddb544f9098f67.tar.bz2 gentoo-9fa1831607ae3ffc54f731dfadddb544f9098f67.zip |
app-misc/piper: needs dev-python/pygobject built with USE=cairo
Closes: https://bugs.gentoo.org/792732
Signed-off-by: Alex Barker <alex@1stleg.com>
Closes: https://github.com/gentoo/gentoo/pull/21212
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/piper/piper-0.5.1-r1.ebuild (renamed from app-misc/piper/piper-0.5.1.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/piper/piper-0.5.1.ebuild b/app-misc/piper/piper-0.5.1-r1.ebuild index 52f2296ede2c..594522ebf5c6 100644 --- a/app-misc/piper/piper-0.5.1.ebuild +++ b/app-misc/piper/piper-0.5.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit meson python-single-r1 udev @@ -30,7 +30,7 @@ RDEPEND=" $(python_gen_cond_dep ' dev-python/lxml[${PYTHON_MULTI_USEDEP}] dev-python/pycairo[${PYTHON_MULTI_USEDEP}] - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + dev-python/pygobject:3[cairo,${PYTHON_MULTI_USEDEP}] dev-python/python-evdev[${PYTHON_MULTI_USEDEP}] ') " |