diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-07 19:20:14 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-07 19:20:14 -0400 |
commit | 4d534829febca4a7fa6a2b4cbb98d934ada74004 (patch) | |
tree | d402cef5907a2262c817ae7f3718c745d2f638de /dev-libs/gjs | |
parent | x11-libs/cairo: Always enable SVG support (diff) | |
download | gentoo-4d534829febca4a7fa6a2b4cbb98d934ada74004.tar.gz gentoo-4d534829febca4a7fa6a2b4cbb98d934ada74004.tar.bz2 gentoo-4d534829febca4a7fa6a2b4cbb98d934ada74004.zip |
dev-libs/gjs: Drop useless IUSE=gtk
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs/gjs')
-rw-r--r-- | dev-libs/gjs/gjs-1.64.5.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/gjs/gjs-1.72.1.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/gjs/gjs-1.72.2.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/gjs/gjs-1.74.0.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/gjs/gjs-1.64.5.ebuild b/dev-libs/gjs/gjs-1.64.5.ebuild index 60973ef2fa78..c9acc67c8466 100644 --- a/dev-libs/gjs/gjs-1.64.5.ebuild +++ b/dev-libs/gjs/gjs-1.64.5.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Gjs" 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="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 sparc x86" RESTRICT="!test? ( test )" diff --git a/dev-libs/gjs/gjs-1.72.1.ebuild b/dev-libs/gjs/gjs-1.72.1.ebuild index cc09c1592110..1bc9ac221ed6 100644 --- a/dev-libs/gjs/gjs-1.72.1.ebuild +++ b/dev-libs/gjs/gjs-1.72.1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Gjs https://gitlab.gnome.org/GNOME/gjs 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 arm arm64 ppc64 ~riscv x86" RESTRICT="!test? ( test )" diff --git a/dev-libs/gjs/gjs-1.72.2.ebuild b/dev-libs/gjs/gjs-1.72.2.ebuild index cc09c1592110..1bc9ac221ed6 100644 --- a/dev-libs/gjs/gjs-1.72.2.ebuild +++ b/dev-libs/gjs/gjs-1.72.2.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Gjs https://gitlab.gnome.org/GNOME/gjs 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 arm arm64 ppc64 ~riscv x86" RESTRICT="!test? ( test )" diff --git a/dev-libs/gjs/gjs-1.74.0.ebuild b/dev-libs/gjs/gjs-1.74.0.ebuild index dda2b9c1dcb1..14cb544aa6d7 100644 --- a/dev-libs/gjs/gjs-1.74.0.ebuild +++ b/dev-libs/gjs/gjs-1.74.0.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Gjs https://gitlab.gnome.org/GNOME/gjs 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 ~arm ~arm64 ~ppc64 ~riscv ~x86" RESTRICT="!test? ( test )" |