diff options
author | Sam James <sam@gentoo.org> | 2021-09-12 23:58:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-12 23:58:54 +0100 |
commit | 1685a5429f61b1a372b9b56ade53e82b55a21cf4 (patch) | |
tree | 6eed99a37ec9af1fb048e443e9faade9ff533545 /app-text/libmwaw | |
parent | dev-python/reportlab: Stabilize 3.6.1 arm, #812629 (diff) | |
download | gentoo-1685a5429f61b1a372b9b56ade53e82b55a21cf4.tar.gz gentoo-1685a5429f61b1a372b9b56ade53e82b55a21cf4.tar.bz2 gentoo-1685a5429f61b1a372b9b56ade53e82b55a21cf4.zip |
app-text/libmwaw: Stabilize 0.3.20 arm64, #809131
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/libmwaw')
-rw-r--r-- | app-text/libmwaw/libmwaw-0.3.20.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/libmwaw/libmwaw-0.3.20.ebuild b/app-text/libmwaw/libmwaw-0.3.20.ebuild index f0bf404e1fb2..f4f82fb21109 100644 --- a/app-text/libmwaw/libmwaw-0.3.20.ebuild +++ b/app-text/libmwaw/libmwaw-0.3.20.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == *9999* ]]; then inherit autotools git-r3 else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86" fi DESCRIPTION="Library parsing many pre-OSX MAC text formats" |