Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mlmmj/
Date: Thu, 07 Jan 2021 00:58:16
Message-Id: 1609981077.ea5accb9a60d0894ae56324aee3d54db853e4e1f.sam@gentoo
1 commit: ea5accb9a60d0894ae56324aee3d54db853e4e1f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 00:52:19 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 00:57:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea5accb9
7
8 net-mail/mlmmj: Stabilize 1.3.0 amd64, #763942
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-mail/mlmmj/mlmmj-1.3.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-mail/mlmmj/mlmmj-1.3.0.ebuild b/net-mail/mlmmj/mlmmj-1.3.0.ebuild
16 index c955caee300..9a57a09e9d3 100644
17 --- a/net-mail/mlmmj/mlmmj-1.3.0.ebuild
18 +++ b/net-mail/mlmmj/mlmmj-1.3.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -10,7 +10,7 @@ HOMEPAGE="http://mlmmj.org/"
26 SRC_URI="http://mlmmj.org/releases/${MY_P}.tar.bz2"
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
30 +KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
31 IUSE=""
32 DEPEND="virtual/mta"
33 S="${WORKDIR}/${MY_P}"