diff options
author | 2022-04-27 22:55:07 +0100 | |
---|---|---|
committer | 2022-04-27 22:57:14 +0100 | |
commit | 986659339202fef53bc09dcd512ca13e394f498b (patch) | |
tree | f747c0f715fdeb7855b0e62bc4c5f0b79edaa369 /app-text/libetonyek | |
parent | dev-util/mdds: forward ~riscv (diff) | |
download | gentoo-986659339202fef53bc09dcd512ca13e394f498b.tar.gz gentoo-986659339202fef53bc09dcd512ca13e394f498b.tar.bz2 gentoo-986659339202fef53bc09dcd512ca13e394f498b.zip |
app-text/libetonyek: forward ~riscv
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/libetonyek')
-rw-r--r-- | app-text/libetonyek/libetonyek-0.1.10-r1.ebuild | 4 | ||||
-rw-r--r-- | app-text/libetonyek/libetonyek-9999.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild b/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild index 7493c2947bb9..b2d0bb4788dd 100644 --- a/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild +++ b/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then else MDDS_VER="2.0" SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" fi DESCRIPTION="Library parsing Apple Keynote presentations" HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek" diff --git a/app-text/libetonyek/libetonyek-9999.ebuild b/app-text/libetonyek/libetonyek-9999.ebuild index b7576e139572..85eb33c30553 100644 --- a/app-text/libetonyek/libetonyek-9999.ebuild +++ b/app-text/libetonyek/libetonyek-9999.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]]; then inherit autotools git-r3 else SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" fi DESCRIPTION="Library parsing Apple Keynote presentations" HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek" |