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 5676F13835A for ; Thu, 7 Jan 2021 00:58:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65521E082F; Thu, 7 Jan 2021 00:58:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 4E5ECE082F for ; Thu, 7 Jan 2021 00:58: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 69CFE341284 for ; Thu, 7 Jan 2021 00:58:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0898949C for ; Thu, 7 Jan 2021 00:58:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609981077.ea5accb9a60d0894ae56324aee3d54db853e4e1f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mlmmj/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/mlmmj/mlmmj-1.3.0.ebuild X-VCS-Directories: net-mail/mlmmj/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ea5accb9a60d0894ae56324aee3d54db853e4e1f X-VCS-Branch: master Date: Thu, 7 Jan 2021 00:58:12 +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: 37a5a551-e64c-4416-a7a7-cc953e3bb6d8 X-Archives-Hash: b235d3515948bd6916f172f1f38f36f0 commit: ea5accb9a60d0894ae56324aee3d54db853e4e1f Author: Sam James gentoo org> AuthorDate: Thu Jan 7 00:52:19 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 7 00:57:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea5accb9 net-mail/mlmmj: Stabilize 1.3.0 amd64, #763942 Signed-off-by: Sam James gentoo.org> net-mail/mlmmj/mlmmj-1.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-mail/mlmmj/mlmmj-1.3.0.ebuild b/net-mail/mlmmj/mlmmj-1.3.0.ebuild index c955caee300..9a57a09e9d3 100644 --- a/net-mail/mlmmj/mlmmj-1.3.0.ebuild +++ b/net-mail/mlmmj/mlmmj-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ HOMEPAGE="http://mlmmj.org/" SRC_URI="http://mlmmj.org/releases/${MY_P}.tar.bz2" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" DEPEND="virtual/mta" S="${WORKDIR}/${MY_P}"