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 206ED138334 for ; Sun, 1 Sep 2019 14:18:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61A28E092A; Sun, 1 Sep 2019 14:18:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 49E3BE092A for ; Sun, 1 Sep 2019 14:18:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 58F8334A822 for ; Sun, 1 Sep 2019 14:18:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A167B73E for ; Sun, 1 Sep 2019 14:18:33 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1567347470.21043e13a99dd9125bc41655cbe01a60f7ca6323.anarchy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/thunderbird/thunderbird-68.0-r1.ebuild X-VCS-Directories: mail-client/thunderbird/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 21043e13a99dd9125bc41655cbe01a60f7ca6323 X-VCS-Branch: master Date: Sun, 1 Sep 2019 14:18:33 +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: 274a91fb-eb4a-4edb-8c09-5254fe5b88fc X-Archives-Hash: 216fc541ab4424fd01fd93bf075dd8bd commit: 21043e13a99dd9125bc41655cbe01a60f7ca6323 Author: Jory Pratt gentoo org> AuthorDate: Sun Sep 1 14:16:58 2019 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sun Sep 1 14:17:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21043e13 mail-client/thunderbird: clean duplicate REQUIRED_USE Package-Manager: Portage-2.3.74, Repoman-2.3.17 Signed-off-by: Jory Pratt gentoo.org> mail-client/thunderbird/thunderbird-68.0-r1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/mail-client/thunderbird/thunderbird-68.0-r1.ebuild b/mail-client/thunderbird/thunderbird-68.0-r1.ebuild index bc3e764d058..729db1ff554 100644 --- a/mail-client/thunderbird/thunderbird-68.0-r1.ebuild +++ b/mail-client/thunderbird/thunderbird-68.0-r1.ebuild @@ -165,8 +165,6 @@ DEPEND="${CDEPEND} REQUIRED_USE="wifi? ( dbus ) pgo? ( lto )" -REQUIRED_USE="wifi? ( dbus )" - S="${WORKDIR}/${MOZ_P%b[0-9]*}" BUILD_OBJ_DIR="${S}/tbird"