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 3A415158020 for ; Tue, 1 Nov 2022 03:54:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71873E0B30; Tue, 1 Nov 2022 03:54:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 50FF0E0B30 for ; Tue, 1 Nov 2022 03:54:21 +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 1AF3E341129 for ; Tue, 1 Nov 2022 03:54:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54AD855B for ; Tue, 1 Nov 2022 03:54:18 +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: <1667274851.0d4c70bb99a6c78f7746e59fb769b349269d25a9.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/folks/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/folks/folks-0.15.5.ebuild X-VCS-Directories: dev-libs/folks/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 0d4c70bb99a6c78f7746e59fb769b349269d25a9 X-VCS-Branch: master Date: Tue, 1 Nov 2022 03:54:18 +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: 2b785074-6dbe-4f7d-957d-88774c44384c X-Archives-Hash: 4a17f930e84ef73845d9eb4302cfeb32 commit: 0d4c70bb99a6c78f7746e59fb769b349269d25a9 Author: Matt Turner gentoo org> AuthorDate: Tue Nov 1 03:53:28 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Nov 1 03:54:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4c70bb dev-libs/folks: Don't enable telepathy by default Only net-im/empathy requires folks[telepathy], and it's been given last rites and will be removed soon. gnome-extra/gnome-contacts depends on folks[telepathy?], but that's not enabled by default. Signed-off-by: Matt Turner gentoo.org> dev-libs/folks/folks-0.15.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/folks/folks-0.15.5.ebuild b/dev-libs/folks/folks-0.15.5.ebuild index e14174d6ccb0..0de12c55e033 100644 --- a/dev-libs/folks/folks-0.15.5.ebuild +++ b/dev-libs/folks/folks-0.15.5.ebuild @@ -13,7 +13,7 @@ LICENSE="LGPL-2.1+" SLOT="0/26" # subslot = libfolks soname version KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~x86-linux" -IUSE="bluetooth eds +telepathy test utils" +IUSE="bluetooth eds telepathy test utils" REQUIRED_USE="bluetooth? ( eds )" RESTRICT="!test? ( test )"