Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/synapse/
Date: Mon, 02 Jan 2023 18:05:39
Message-Id: 1672682720.4a7cf78781b9f8d30d58984cf14b7d6472a375b9.sam@gentoo
1 commit: 4a7cf78781b9f8d30d58984cf14b7d6472a375b9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 18:05:20 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 18:05:20 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7cf787
7
8 net-im/synapse: Stabilize 1.72.0 amd64, #889342
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-im/synapse/synapse-1.72.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-im/synapse/synapse-1.72.0.ebuild b/net-im/synapse/synapse-1.72.0.ebuild
16 index 17b82d3cea62..482ac034d693 100644
17 --- a/net-im/synapse/synapse-1.72.0.ebuild
18 +++ b/net-im/synapse/synapse-1.72.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2022 Gentoo Authors
21 +# Copyright 2022-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -84,7 +84,7 @@ LICENSE="Apache-2.0"
26 # Dependent crate licenses
27 LICENSE+=" Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 MIT Unicode-DFS-2016 Unlicense"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~ppc64"
30 +KEYWORDS="amd64 ~ppc64"
31 IUSE="postgres systemd test"
32 RESTRICT="!test? ( test )"