Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-qt/
Date: Sun, 12 Sep 2021 11:28:42
Message-Id: 1631446050.69ca424f35ad49c49db278809f2826c8baaf5571.dlan@gentoo
1 commit: 69ca424f35ad49c49db278809f2826c8baaf5571
2 Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com>
3 AuthorDate: Sun Sep 12 07:43:39 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 12 11:27:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ca424f
7
8 net-libs/telepathy-qt: keyword 0.9.8 for ~riscv
9
10 Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild | 4 ++--
14 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild b/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild
18 index 8e919d34de2..2f37afe24d0 100644
19 --- a/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild
20 +++ b/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -12,7 +12,7 @@ SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
28
29 LICENSE="LGPL-2.1"
30 SLOT="0"
31 -KEYWORDS="amd64 ~arm arm64 x86"
32 +KEYWORDS="amd64 ~arm arm64 ~riscv x86"
33 IUSE="debug farstream test"
34
35 REQUIRED_USE="test? ( farstream )"
36
37 diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
38 index 091214f3708..6e73cf75cae 100644
39 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
40 +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
41 @@ -10,7 +10,7 @@ if [[ ${PV} = *9999* ]]; then
42 inherit git-r3
43 else
44 SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
45 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
46 + KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
47 fi
48 inherit python-any-r1 cmake virtualx