diff options
author | 2023-06-09 09:53:26 +0300 | |
---|---|---|
committer | 2023-06-09 09:53:26 +0300 | |
commit | 9ff232a6b782048f72d6219b4e10bece7ff8878d (patch) | |
tree | df72b1f2fc070a05c432314e1b03e349756d482c /app-text/libmwaw | |
parent | app-crypt/gpgme: Stabilize 1.20.0 x86, #905701 (diff) | |
download | gentoo-9ff232a6b782048f72d6219b4e10bece7ff8878d.tar.gz gentoo-9ff232a6b782048f72d6219b4e10bece7ff8878d.tar.bz2 gentoo-9ff232a6b782048f72d6219b4e10bece7ff8878d.zip |
app-text/libmwaw: Stabilize 0.3.22 x86, #905701
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-text/libmwaw')
-rw-r--r-- | app-text/libmwaw/libmwaw-0.3.22.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/libmwaw/libmwaw-0.3.22.ebuild b/app-text/libmwaw/libmwaw-0.3.22.ebuild index 519f20d4c3cb..c6e67f660dfe 100644 --- a/app-text/libmwaw/libmwaw-0.3.22.ebuild +++ b/app-text/libmwaw/libmwaw-0.3.22.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" fi DESCRIPTION="Library parsing many pre-OSX MAC text formats" |