diff options
author | Sam James <sam@gentoo.org> | 2021-06-01 08:57:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-01 08:57:59 +0000 |
commit | 7bdf410ff85a2dcd793bb9efe0a87b27179868cf (patch) | |
tree | 919378d9bc66b039da19a702ad551bb5e6a31faa /media-libs/libcdr | |
parent | dev-libs/liborcus: Stabilize 0.16.1 x86, #788112 (diff) | |
download | gentoo-7bdf410ff85a2dcd793bb9efe0a87b27179868cf.tar.gz gentoo-7bdf410ff85a2dcd793bb9efe0a87b27179868cf.tar.bz2 gentoo-7bdf410ff85a2dcd793bb9efe0a87b27179868cf.zip |
media-libs/libcdr: Stabilize 0.1.7 x86, #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 1e8ec5fb82c1..6761228b9177 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" |