summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew S. Turnbull <sparky@bluefang-logic.com>2021-12-28 02:02:47 -0500
committerSam James <sam@gentoo.org>2022-01-21 17:15:06 +0000
commit58cbc477e1f6bea1c603c9f43b433438b55667a3 (patch)
treed5fe2097669eda12163f3a8cd61ac2f00e2a957e
parentgnome-extra/cjs: 5.2.0 version bump (diff)
downloadgentoo-58cbc477.tar.gz
gentoo-58cbc477.tar.bz2
gentoo-58cbc477.zip
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@bluefang-logic.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--gnome-extra/cjs/cjs-5.0.1.ebuild5
-rw-r--r--gnome-extra/cjs/cjs-5.2.0.ebuild5
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="