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 5B0C11382C5 for ; Mon, 29 Jan 2018 01:06:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59623E0D09; Mon, 29 Jan 2018 01:06:06 +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 32D94E0D09 for ; Mon, 29 Jan 2018 01:06:05 +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 DB216335C36 for ; Mon, 29 Jan 2018 01:06:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2ABE81D6 for ; Mon, 29 Jan 2018 01:06:03 +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: <1517185943.37706cf3787b2b2f94b2a47d9fa2a82110991cd0.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mu/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/mu/mu-0.9.18-r2.ebuild X-VCS-Directories: net-mail/mu/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 37706cf3787b2b2f94b2a47d9fa2a82110991cd0 X-VCS-Branch: master Date: Mon, 29 Jan 2018 01:06:03 +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: d9f03a5a-f85a-4595-bd57-52b22a9e0304 X-Archives-Hash: d384f4b49e017cd13659b3de8f1736b0 commit: 37706cf3787b2b2f94b2a47d9fa2a82110991cd0 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Jan 29 00:32:23 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Jan 29 00:32:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37706cf3 net-mail/mu: x86 stable (bug #645860) Package-Manager: Portage-2.3.20, Repoman-2.3.6 net-mail/mu/mu-0.9.18-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-mail/mu/mu-0.9.18-r2.ebuild b/net-mail/mu/mu-0.9.18-r2.ebuild index a4ac8770cf9..288e651c506 100644 --- a/net-mail/mu/mu-0.9.18-r2.ebuild +++ b/net-mail/mu/mu-0.9.18-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/djcb/mu/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="emacs" # net-mail/mailutils also installes /usr/bin/mu. Block it until somebody