Gentoo Archives: gentoo-commits

From: Keri Harris <keri@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mercury/
Date: Thu, 07 Jan 2021 07:25:57
Message-Id: 1610004308.8c1c3e8b51ef46439451c25b7b55382db9cbed12.keri@gentoo
1 commit: 8c1c3e8b51ef46439451c25b7b55382db9cbed12
2 Author: Keri Harris <keri <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 07:25:08 2021 +0000
4 Commit: Keri Harris <keri <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 07:25:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c1c3e8b
7
8 dev-lang/mercury: stabilize 20.06 amd64 + x86, #764194
9
10 Package-Manager: Portage-3.0.4, Repoman-2.3.22
11 Signed-off-by: Keri Harris <keri <AT> gentoo.org>
12
13 dev-lang/mercury/mercury-20.06.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-lang/mercury/mercury-20.06.ebuild b/dev-lang/mercury/mercury-20.06.ebuild
17 index a55437c1221..2a3855fb795 100644
18 --- a/dev-lang/mercury/mercury-20.06.ebuild
19 +++ b/dev-lang/mercury/mercury-20.06.ebuild
20 @@ -15,7 +15,7 @@ SRC_URI="https://dl.mercurylang.org/release-20.06/${MY_P}.tar.gz
21
22 LICENSE="GPL-2 LGPL-2"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~x86"
25 +KEYWORDS="amd64 x86"
26
27 IUSE="debug doc emacs erlang examples java mono profile readline threads trail"