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 1CDAF138359 for ; Sun, 4 Oct 2020 17:30:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24D57E08F3; Sun, 4 Oct 2020 17:30:33 +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 0E0C9E08F3 for ; Sun, 4 Oct 2020 17:30:33 +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 EC43C34095A for ; Sun, 4 Oct 2020 17:30:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17263397 for ; Sun, 4 Oct 2020 17:30:29 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1601832621.dc85050a2c2850fa200fd27c69f17965289e68a7.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/enigmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/enigmail/enigmail-2.1.8.ebuild x11-plugins/enigmail/enigmail-2.2.4.ebuild X-VCS-Directories: x11-plugins/enigmail/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: dc85050a2c2850fa200fd27c69f17965289e68a7 X-VCS-Branch: master Date: Sun, 4 Oct 2020 17:30:29 +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: 867cf332-8c18-4a89-b0cc-56751545c422 X-Archives-Hash: d19985db4ef3b996f16942db4862676f commit: dc85050a2c2850fa200fd27c69f17965289e68a7 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Oct 4 17:29:23 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Oct 4 17:30:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc85050a x11-plugins/enigmail: rollover stable keywords Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann gentoo.org> x11-plugins/enigmail/enigmail-2.1.8.ebuild | 2 +- x11-plugins/enigmail/enigmail-2.2.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-plugins/enigmail/enigmail-2.1.8.ebuild b/x11-plugins/enigmail/enigmail-2.1.8.ebuild index 665dd902895..53f90a93be8 100644 --- a/x11-plugins/enigmail/enigmail-2.1.8.ebuild +++ b/x11-plugins/enigmail/enigmail-2.1.8.ebuild @@ -21,7 +21,7 @@ else SRC_URI="https://www.enigmail.net/download/beta/${P/_/-}.tar.gz" else SRC_URI="https://www.enigmail.net/download/source/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" fi S="${WORKDIR}/${PN}" fi diff --git a/x11-plugins/enigmail/enigmail-2.2.4.ebuild b/x11-plugins/enigmail/enigmail-2.2.4.ebuild index b990489fba0..3d4a1620e64 100644 --- a/x11-plugins/enigmail/enigmail-2.2.4.ebuild +++ b/x11-plugins/enigmail/enigmail-2.2.4.ebuild @@ -21,7 +21,7 @@ else SRC_URI="https://www.enigmail.net/download/beta/${P/_/-}.tar.gz" else SRC_URI="https://www.enigmail.net/download/source/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" fi S="${WORKDIR}/${PN}" fi