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 B0633139085 for ; Thu, 26 Jan 2017 21:08:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E03F7E0DF0; Thu, 26 Jan 2017 21:08:07 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4870E0DF0 for ; Thu, 26 Jan 2017 21:08:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE4B134105A for ; Thu, 26 Jan 2017 21:08:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 077B330BD for ; Thu, 26 Jan 2017 21:08:05 +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: <1485464705.20b5a355556908d3a6e1859e9d5d8c356dd57e99.anarchy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/thunderbird-bin/thunderbird-bin-45.7.0.ebuild X-VCS-Directories: mail-client/thunderbird-bin/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 20b5a355556908d3a6e1859e9d5d8c356dd57e99 X-VCS-Branch: master Date: Thu, 26 Jan 2017 21:08:05 +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-Archives-Salt: 497f5a96-665b-48d6-a223-90d3c6780a14 X-Archives-Hash: aedb3f41347e579366c07bfb11bb3989 commit: 20b5a355556908d3a6e1859e9d5d8c356dd57e99 Author: Jory A. Pratt gentoo org> AuthorDate: Thu Jan 26 21:05:05 2017 +0000 Commit: Jory Pratt gentoo org> CommitDate: Thu Jan 26 21:05:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20b5a355 mail-client/thunderbird-bin: Fix keywords on 45.7.0 mail-client/thunderbird-bin/thunderbird-bin-45.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/thunderbird-bin/thunderbird-bin-45.7.0.ebuild b/mail-client/thunderbird-bin/thunderbird-bin-45.7.0.ebuild index 23e7069..a56daef 100644 --- a/mail-client/thunderbird-bin/thunderbird-bin-45.7.0.ebuild +++ b/mail-client/thunderbird-bin/thunderbird-bin-45.7.0.ebuild @@ -40,7 +40,7 @@ SRC_URI="${SRC_URI} HOMEPAGE="http://www.mozilla.com/thunderbird" RESTRICT="strip mirror" -KEYWORDS="-* amd64 x86" +KEYWORDS="-* ~amd64 ~x86" SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" IUSE="+crashreporter selinux"