From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF367158094 for ; Fri, 7 Oct 2022 23:22:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00CD8E09C4; Fri, 7 Oct 2022 23:22:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD011E09C4 for ; Fri, 7 Oct 2022 23:22:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E738A340DB7 for ; Fri, 7 Oct 2022 23:22:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EFA25D4 for ; Fri, 7 Oct 2022 23:22:39 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1665184814.4d534829febca4a7fa6a2b4cbb98d934ada74004.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gjs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gjs/gjs-1.64.5.ebuild dev-libs/gjs/gjs-1.72.1.ebuild dev-libs/gjs/gjs-1.72.2.ebuild dev-libs/gjs/gjs-1.74.0.ebuild X-VCS-Directories: dev-libs/gjs/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4d534829febca4a7fa6a2b4cbb98d934ada74004 X-VCS-Branch: master Date: Fri, 7 Oct 2022 23:22:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ef348f1d-0a7c-4fe0-b938-bc0d07be8ad3 X-Archives-Hash: 954f6fd66570b680760d58eb2ecd7e1a commit: 4d534829febca4a7fa6a2b4cbb98d934ada74004 Author: Matt Turner gentoo org> AuthorDate: Fri Oct 7 23:20:14 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Oct 7 23:20:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d534829 dev-libs/gjs: Drop useless IUSE=gtk Signed-off-by: Matt Turner gentoo.org> dev-libs/gjs/gjs-1.64.5.ebuild | 2 +- dev-libs/gjs/gjs-1.72.1.ebuild | 2 +- dev-libs/gjs/gjs-1.72.2.ebuild | 2 +- 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 )"