Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/piper/
Date: Sun, 13 Jun 2021 04:09:13
Message-Id: 1623557335.9fa1831607ae3ffc54f731dfadddb544f9098f67.sam@gentoo
1 commit: 9fa1831607ae3ffc54f731dfadddb544f9098f67
2 Author: Alexander Barker <alex <AT> 1stleg <DOT> com>
3 AuthorDate: Sat Jun 12 19:02:35 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 13 04:08:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa18316
7
8 app-misc/piper: needs dev-python/pygobject built with USE=cairo
9
10 Closes: https://bugs.gentoo.org/792732
11 Signed-off-by: Alex Barker <alex <AT> 1stleg.com>
12 Closes: https://github.com/gentoo/gentoo/pull/21212
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 app-misc/piper/{piper-0.5.1.ebuild => piper-0.5.1-r1.ebuild} | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/app-misc/piper/piper-0.5.1.ebuild b/app-misc/piper/piper-0.5.1-r1.ebuild
19 similarity index 88%
20 rename from app-misc/piper/piper-0.5.1.ebuild
21 rename to app-misc/piper/piper-0.5.1-r1.ebuild
22 index 52f2296ede2..594522ebf5c 100644
23 --- a/app-misc/piper/piper-0.5.1.ebuild
24 +++ b/app-misc/piper/piper-0.5.1-r1.ebuild
25 @@ -1,9 +1,9 @@
26 -# Copyright 1999-2020 Gentoo Authors
27 +# Copyright 1999-2021 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31
32 -PYTHON_COMPAT=( python3_{7,8} )
33 +PYTHON_COMPAT=( python3_{7..9} )
34
35 inherit meson python-single-r1 udev
36
37 @@ -30,7 +30,7 @@ RDEPEND="
38 $(python_gen_cond_dep '
39 dev-python/lxml[${PYTHON_MULTI_USEDEP}]
40 dev-python/pycairo[${PYTHON_MULTI_USEDEP}]
41 - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
42 + dev-python/pygobject:3[cairo,${PYTHON_MULTI_USEDEP}]
43 dev-python/python-evdev[${PYTHON_MULTI_USEDEP}]
44 ')
45 "