Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cjs/
Date: Fri, 21 Jan 2022 17:15:42
Message-Id: 1642785306.58cbc477e1f6bea1c603c9f43b433438b55667a3.sam@gentoo
1 commit: 58cbc477e1f6bea1c603c9f43b433438b55667a3
2 Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
3 AuthorDate: Tue Dec 28 07:02:47 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 21 17:15:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58cbc477
7
8 gnome-extra/cjs: Make gtk+ required for tests
9
10 Closes: https://bugs.gentoo.org/649534
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 gnome-extra/cjs/cjs-5.0.1.ebuild | 5 ++---
16 gnome-extra/cjs/cjs-5.2.0.ebuild | 5 ++---
17 2 files changed, 4 insertions(+), 6 deletions(-)
18
19 diff --git a/gnome-extra/cjs/cjs-5.0.1.ebuild b/gnome-extra/cjs/cjs-5.0.1.ebuild
20 index 6252c94cb33f..b858d01e335f 100644
21 --- a/gnome-extra/cjs/cjs-5.0.1.ebuild
22 +++ b/gnome-extra/cjs/cjs-5.0.1.ebuild
23 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/linuxmint/cjs/archive/${PV}.tar.gz -> ${P}.tar.gz"
24
25 LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
26 SLOT="0"
27 -IUSE="+cairo examples gtk readline sysprof test"
28 +IUSE="+cairo examples readline sysprof test"
29 KEYWORDS="amd64 ~arm64 ~riscv x86"
30
31 RDEPEND="
32 @@ -30,8 +30,7 @@ DEPEND="
33 sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 )
34 test? (
35 sys-apps/dbus
36 -
37 - gtk? ( x11-libs/gtk+:3[introspection] )
38 + x11-libs/gtk+:3[introspection]
39 )
40 "
41 BDEPEND="
42
43 diff --git a/gnome-extra/cjs/cjs-5.2.0.ebuild b/gnome-extra/cjs/cjs-5.2.0.ebuild
44 index 0cf34e53e088..b51622fc3926 100644
45 --- a/gnome-extra/cjs/cjs-5.2.0.ebuild
46 +++ b/gnome-extra/cjs/cjs-5.2.0.ebuild
47 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/linuxmint/cjs/archive/${PV}.tar.gz -> ${P}.tar.gz"
48
49 LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
50 SLOT="0"
51 -IUSE="+cairo examples gtk readline sysprof test"
52 +IUSE="+cairo examples readline sysprof test"
53 KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
54
55 RDEPEND="
56 @@ -30,8 +30,7 @@ DEPEND="
57 sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 )
58 test? (
59 sys-apps/dbus
60 -
61 - gtk? ( x11-libs/gtk+:3[introspection] )
62 + x11-libs/gtk+:3[introspection]
63 )
64 "
65 BDEPEND="