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 8B3CE1382C5 for ; Sat, 9 Jan 2021 15:47:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF581E088C; Sat, 9 Jan 2021 15:47:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C9E0CE088C for ; Sat, 9 Jan 2021 15:47: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 97501340CFE for ; Sat, 9 Jan 2021 15:47:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41A184C for ; Sat, 9 Jan 2021 15:47:19 +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: <1610207231.822c2f878d205c5cde482f97faef2547087bdf48.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/targets/desktop/package.use X-VCS-Directories: profiles/targets/desktop/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 822c2f878d205c5cde482f97faef2547087bdf48 X-VCS-Branch: master Date: Sat, 9 Jan 2021 15:47:19 +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: 7afa79dc-7cbf-4395-a0b0-54a3b806d477 X-Archives-Hash: 861e7a4211653f97af6ac8f37ba3ca0b commit: 822c2f878d205c5cde482f97faef2547087bdf48 Author: Ben Kohler gentoo org> AuthorDate: Sat Jan 9 15:46:27 2021 +0000 Commit: Ben Kohler gentoo org> CommitDate: Sat Jan 9 15:47:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822c2f87 profiles/targets/desktop: remove obsolete entry for libpcap Signed-off-by: Ben Kohler gentoo.org> profiles/targets/desktop/package.use | 5 ----- 1 file changed, 5 deletions(-) diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use index e9871000e8a..d72e1ac7bc4 100644 --- a/profiles/targets/desktop/package.use +++ b/profiles/targets/desktop/package.use @@ -72,11 +72,6 @@ app-text/xmlto text # Enable sensible defaults for desktop users (bug #540046) dev-python/PyQt5 gui multimedia network printsupport widgets -# Samuli Suominen (2014-07-24) -# Because targets/desktop/make.defaults has USE="bluetooth" but net-libs/libpcap doesn't -# support BlueZ 5.x, disable USE="bluetooth" by default to avoid conflicting packages: -net-libs/libpcap -bluetooth - # Chí-Thanh Christopher Nguyễn (2014-05-08) # Enable x11-libs/libxcb[xkb] as it is needed by x11-libs/libxkbcommon[X] # and the X flag is enabled by default in the desktop profile