Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/markup/
Date: Fri, 17 Mar 2023 02:29:16
Message-Id: 1679020061.212424793eb60e7b778189b2d7d22f237334b1f2.sam@gentoo
1 commit: 212424793eb60e7b778189b2d7d22f237334b1f2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 02:27:41 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 02:27:41 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21242479
7
8 dev-ml/markup: Stabilize 1.0.3 x86, #901679
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ml/markup/markup-1.0.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/markup/markup-1.0.3.ebuild b/dev-ml/markup/markup-1.0.3.ebuild
16 index 807d63c3e164..88b603d4d100 100644
17 --- a/dev-ml/markup/markup-1.0.3.ebuild
18 +++ b/dev-ml/markup/markup-1.0.3.ebuild
19 @@ -13,7 +13,7 @@ S="${WORKDIR}"/${PN}.ml-${PV}
20
21 LICENSE="BSD"
22 SLOT="0/${PV}"
23 -KEYWORDS="amd64 ~arm ~arm64 ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 x86"
25 IUSE="+ocamlopt test"
26 RESTRICT="!test? ( test )"