diff options
author | Alex Fan <alexfanqi@yahoo.com> | 2021-09-12 17:43:39 +1000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-09-12 19:27:30 +0800 |
commit | 69ca424f35ad49c49db278809f2826c8baaf5571 (patch) | |
tree | b417c89684f2d2d2ddb45d798092da92cac49f67 /net-libs | |
parent | net-libs/telepathy-farstream: keyword 0.6.2 for ~riscv (diff) | |
download | gentoo-69ca424f35ad49c49db278809f2826c8baaf5571.tar.gz gentoo-69ca424f35ad49c49db278809f2826c8baaf5571.tar.bz2 gentoo-69ca424f35ad49c49db278809f2826c8baaf5571.zip |
net-libs/telepathy-qt: keyword 0.9.8 for ~riscv
Signed-off-by: Alex Fan <alexfanqi@yahoo.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild | 4 | ||||
-rw-r--r-- | net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild b/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild index 8e919d34de21..2f37afe24d0f 100644 --- a/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~arm arm64 x86" +KEYWORDS="amd64 ~arm arm64 ~riscv x86" IUSE="debug farstream test" REQUIRED_USE="test? ( farstream )" diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild index 091214f37088..6e73cf75caee 100644 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 else SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" fi inherit python-any-r1 cmake virtualx |