diff options
author | Sam James <sam@gentoo.org> | 2023-01-24 23:54:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-24 23:54:39 +0000 |
commit | 1e8eff2cfa41a3059a857883f06da7158933fec8 (patch) | |
tree | d6592c4c8854ad7d7148e458b77ec6f33605d0d3 /net-im/synapse | |
parent | media-gfx/librecad: Stabilize 2.1.3-r7 amd64, #891881 (diff) | |
download | gentoo-1e8eff2cfa41a3059a857883f06da7158933fec8.tar.gz gentoo-1e8eff2cfa41a3059a857883f06da7158933fec8.tar.bz2 gentoo-1e8eff2cfa41a3059a857883f06da7158933fec8.zip |
net-im/synapse: Stabilize 1.74.0 amd64, #891901
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-im/synapse')
-rw-r--r-- | net-im/synapse/synapse-1.74.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/synapse/synapse-1.74.0.ebuild b/net-im/synapse/synapse-1.74.0.ebuild index 97c3297b36af..2d93428cd56e 100644 --- a/net-im/synapse/synapse-1.74.0.ebuild +++ b/net-im/synapse/synapse-1.74.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -85,7 +85,7 @@ LICENSE+=" Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD MIT Unicode-DFS-2016 " SLOT="0" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="amd64 ~ppc64" IUSE="postgres systemd test" RESTRICT="!test? ( test )" |