diff options
author | Sam James <sam@gentoo.org> | 2021-06-01 10:47:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-01 10:47:36 +0000 |
commit | 88bd6635f5ecbbb998a7f5639684a90e98ef0b11 (patch) | |
tree | 92312e72eb78c803fc7c4b7476cc85b17d2053a3 /media-libs/libcdr | |
parent | dev-libs/liborcus: Stabilize 0.16.1 arm64, #788112 (diff) | |
download | gentoo-88bd6635f5ecbbb998a7f5639684a90e98ef0b11.tar.gz gentoo-88bd6635f5ecbbb998a7f5639684a90e98ef0b11.tar.bz2 gentoo-88bd6635f5ecbbb998a7f5639684a90e98ef0b11.zip |
media-libs/libcdr: Stabilize 0.1.7 arm64, #788112
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libcdr')
-rw-r--r-- | media-libs/libcdr/libcdr-0.1.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libcdr/libcdr-0.1.7.ebuild b/media-libs/libcdr/libcdr-0.1.7.ebuild index 7ec9a5480850..25594ca8356f 100644 --- a/media-libs/libcdr/libcdr-0.1.7.ebuild +++ b/media-libs/libcdr/libcdr-0.1.7.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} = 9999 ]]; then inherit autotools git-r3 else SRC_URI="https://dev-www.libreoffice.org/src/libcdr/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86" + KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc x86" fi DESCRIPTION="Library parsing the Corel cdr documents" |