Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libmwaw/
Date: Tue, 01 Jun 2021 10:48:07
Message-Id: 1622544453.c14c9a1e20fe36703283a64d7aa62b0cb14fb295.sam@gentoo
1 commit: c14c9a1e20fe36703283a64d7aa62b0cb14fb295
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 10:47:33 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 10:47:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c14c9a1e
7
8 app-text/libmwaw: Stabilize 0.3.19 arm64, #788112
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-text/libmwaw/libmwaw-0.3.19.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/libmwaw/libmwaw-0.3.19.ebuild b/app-text/libmwaw/libmwaw-0.3.19.ebuild
16 index b33c79f7530..4f07691b3c3 100644
17 --- a/app-text/libmwaw/libmwaw-0.3.19.ebuild
18 +++ b/app-text/libmwaw/libmwaw-0.3.19.ebuild
19 @@ -8,7 +8,7 @@ if [[ ${PV} = 9999 ]]; then
20 inherit autotools git-r3
21 else
22 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
23 - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
24 + KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
25 fi
26
27 DESCRIPTION="Library parsing many pre-OSX MAC text formats"