commit: 0d4c70bb99a6c78f7746e59fb769b349269d25a9 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Tue Nov 1 03:53:28 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> 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 <mattst88 <AT> 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 )"
