commit:     58cbc477e1f6bea1c603c9f43b433438b55667a3
Author:     Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Tue Dec 28 07:02:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 21 17:15:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58cbc477

gnome-extra/cjs: Make gtk+ required for tests

Closes: https://bugs.gentoo.org/649534
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 gnome-extra/cjs/cjs-5.0.1.ebuild | 5 ++---
 gnome-extra/cjs/cjs-5.2.0.ebuild | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnome-extra/cjs/cjs-5.0.1.ebuild b/gnome-extra/cjs/cjs-5.0.1.ebuild
index 6252c94cb33f..b858d01e335f 100644
--- a/gnome-extra/cjs/cjs-5.0.1.ebuild
+++ b/gnome-extra/cjs/cjs-5.0.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/linuxmint/cjs/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
 SLOT="0"
-IUSE="+cairo examples gtk readline sysprof test"
+IUSE="+cairo examples readline sysprof test"
 KEYWORDS="amd64 ~arm64 ~riscv x86"
 
 RDEPEND="
@@ -30,8 +30,7 @@ DEPEND="
        sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 )
        test? (
                sys-apps/dbus
-
-               gtk? ( x11-libs/gtk+:3[introspection] )
+               x11-libs/gtk+:3[introspection]
        )
 "
 BDEPEND="

diff --git a/gnome-extra/cjs/cjs-5.2.0.ebuild b/gnome-extra/cjs/cjs-5.2.0.ebuild
index 0cf34e53e088..b51622fc3926 100644
--- a/gnome-extra/cjs/cjs-5.2.0.ebuild
+++ b/gnome-extra/cjs/cjs-5.2.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/linuxmint/cjs/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
 SLOT="0"
-IUSE="+cairo examples gtk readline sysprof test"
+IUSE="+cairo examples readline sysprof test"
 KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 
 RDEPEND="
@@ -30,8 +30,7 @@ DEPEND="
        sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 )
        test? (
                sys-apps/dbus
-
-               gtk? ( x11-libs/gtk+:3[introspection] )
+               x11-libs/gtk+:3[introspection]
        )
 "
 BDEPEND="

Reply via email to