From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1108589-garchives=archives.gentoo.org@lists.gentoo.org> 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 B759D138334 for <garchives@archives.gentoo.org>; Sun, 1 Sep 2019 14:17:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB9C9E091F; Sun, 1 Sep 2019 14:17:15 +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 D3D91E091F for <gentoo-commits@lists.gentoo.org>; Sun, 1 Sep 2019 14:17:15 +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 0635E34A822 for <gentoo-commits@lists.gentoo.org>; Sun, 1 Sep 2019 14:17:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BCCD73E for <gentoo-commits@lists.gentoo.org>; Sun, 1 Sep 2019 14:17:12 +0000 (UTC) From: "Jory Pratt" <anarchy@gentoo.org> 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" <anarchy@gentoo.org> Message-ID: <1567347418.795e4006da88ee73c1e9e6e01ff85814cba86cd7.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: mail-client/thunderbird/ X-VCS-Repository: proj/mozilla 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: 795e4006da88ee73c1e9e6e01ff85814cba86cd7 X-VCS-Branch: master Date: Sun, 1 Sep 2019 14:17:12 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 01df5fe2-1ebf-426f-a7a6-46990f0868d7 X-Archives-Hash: 6d4ebdf25f9a067877df2ed2a214e26f commit: 795e4006da88ee73c1e9e6e01ff85814cba86cd7 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org> AuthorDate: Sun Sep 1 14:16:58 2019 +0000 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org> CommitDate: Sun Sep 1 14:16:58 2019 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=795e4006 mail-client/thunderbird: clean duplicate REQUIRED_USE Package-Manager: Portage-2.3.74, Repoman-2.3.17 Signed-off-by: Jory Pratt <anarchy <AT> 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 bc3e764..729db1f 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"