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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AE74B138334 for ; Mon, 30 Dec 2019 22:50:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB455E0C9E; Mon, 30 Dec 2019 22:50:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD820E0C9E for ; Mon, 30 Dec 2019 22:50:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B34634DD44 for ; Mon, 30 Dec 2019 22:50:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCDC479 for ; Mon, 30 Dec 2019 22:50:12 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1577746163.872a3b6f11522c87fc6008a7a5a2a3283cab7378.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 872a3b6f11522c87fc6008a7a5a2a3283cab7378 X-VCS-Branch: master Date: Mon, 30 Dec 2019 22:50:12 +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: 9c162d7e-827e-4557-9bb9-6d0e9ab6a245 X-Archives-Hash: 43f79de5e09a1a581923e23e3d820308 commit: 872a3b6f11522c87fc6008a7a5a2a3283cab7378 Author: Ben Kohler gentoo org> AuthorDate: Mon Dec 30 22:10:45 2019 +0000 Commit: Ben Kohler gentoo org> CommitDate: Mon Dec 30 22:49:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=872a3b6f profiles: unmask iwd support on connman Users have reported this works now Signed-off-by: Ben Kohler gentoo.org> profiles/base/package.use.mask | 5 ----- 1 file changed, 5 deletions(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index e853de7d0c9..8e11a88a7f0 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -79,11 +79,6 @@ net-nds/openldap slp sys-block/open-iscsi slp sys-block/open-isns slp -# Ben Kohler (2019-10-03) -# iwd backend for connman hasn't kept up with iwd releases/API, mask -# until it catches up. -net-misc/connman iwd - # Brian Evans (2019-10-01) # PHP support is broken with current version # Mask USE until they are fixed