Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/mdbook/
Date: Wed, 09 Feb 2022 15:34:01
Message-Id: 1644419131.50744b811398845820e3fee39da45a5715c68838.ionen@gentoo
1 commit: 50744b811398845820e3fee39da45a5715c68838
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 9 14:54:13 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 9 15:05:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50744b81
7
8 app-text/mdbook: stabilize 0.4.15 for amd64
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 app-text/mdbook/mdbook-0.4.15.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/mdbook/mdbook-0.4.15.ebuild b/app-text/mdbook/mdbook-0.4.15.ebuild
16 index 61270c429392..5344aa50907f 100644
17 --- a/app-text/mdbook/mdbook-0.4.15.ebuild
18 +++ b/app-text/mdbook/mdbook-0.4.15.ebuild
19 @@ -233,7 +233,7 @@ S="${WORKDIR}/${P/b/B}"
20 # CC-BY-4.0/OFL-1.1: embeds fonts inside the executable
21 LICENSE="Apache-2.0 BSD CC-BY-4.0 CC0-1.0 ISC MIT MPL-2.0 OFL-1.1"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~x86"
24 +KEYWORDS="amd64 ~arm64 ~x86"
25 IUSE="doc"
26
27 QA_FLAGS_IGNORED="usr/bin/${PN}"