Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/synapse/
Date: Thu, 22 Sep 2022 07:42:41
Message-Id: 1663832473.1a33c4c18e5a64f26df20e642186791d21d18f79.ago@gentoo
1 commit: 1a33c4c18e5a64f26df20e642186791d21d18f79
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 07:41:13 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 07:41:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a33c4c1
7
8 net-im/synapse: Stabilize 1.63.1 amd64, #870118
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11
12 net-im/synapse/synapse-1.63.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-im/synapse/synapse-1.63.1.ebuild b/net-im/synapse/synapse-1.63.1.ebuild
16 index 72a914a9792e..9ed4c0a7bbe7 100644
17 --- a/net-im/synapse/synapse-1.63.1.ebuild
18 +++ b/net-im/synapse/synapse-1.63.1.ebuild
19 @@ -22,7 +22,7 @@ else
20 MY_PV="${PV/_rc/rc}"
21 SRC_URI="https://github.com/matrix-org/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.gh.tar.gz"
22 S="${WORKDIR}/${PN}-${MY_PV}"
23 - KEYWORDS="~amd64 ~ppc64"
24 + KEYWORDS="amd64 ~ppc64"
25 fi
26
27 LICENSE="Apache-2.0"