diff options
author | Keri Harris <keri@gentoo.org> | 2022-08-14 17:17:36 +0200 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2022-08-14 17:17:36 +0200 |
commit | 0188d5e398c76759ef69f0d015bd35eb58979f3b (patch) | |
tree | 643bea8e9f5fba58e12ef70dddad1b95ccf61d51 /dev-lang/mercury | |
parent | dev-lang/cxprolog: support building with JDK 11 (diff) | |
download | gentoo-0188d5e398c76759ef69f0d015bd35eb58979f3b.tar.gz gentoo-0188d5e398c76759ef69f0d015bd35eb58979f3b.tar.bz2 gentoo-0188d5e398c76759ef69f0d015bd35eb58979f3b.zip |
dev-lang/mercury: stable on amd64, x86. Bug #865153
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Keri Harris <keri@gentoo.org>
Diffstat (limited to 'dev-lang/mercury')
-rw-r--r-- | dev-lang/mercury/mercury-22.01.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/mercury/mercury-22.01.1.ebuild b/dev-lang/mercury/mercury-22.01.1.ebuild index ce546ba92a86..b56c538277e8 100644 --- a/dev-lang/mercury/mercury-22.01.1.ebuild +++ b/dev-lang/mercury/mercury-22.01.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://dl.mercurylang.org/release/${MY_P}.tar.gz LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug doc emacs examples java mono profile readline test threads trail" RESTRICT="!test? ( test )" |