diff options
author | Sam James <sam@gentoo.org> | 2023-01-02 18:05:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-02 18:05:20 +0000 |
commit | 4a7cf78781b9f8d30d58984cf14b7d6472a375b9 (patch) | |
tree | 1e793e89465f7951e1352bae2a405b5574b3588f /net-im | |
parent | profiles/updates: Remove old (diff) | |
download | gentoo-4a7cf78781b9f8d30d58984cf14b7d6472a375b9.tar.gz gentoo-4a7cf78781b9f8d30d58984cf14b7d6472a375b9.tar.bz2 gentoo-4a7cf78781b9f8d30d58984cf14b7d6472a375b9.zip |
net-im/synapse: Stabilize 1.72.0 amd64, #889342
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/synapse/synapse-1.72.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/synapse/synapse-1.72.0.ebuild b/net-im/synapse/synapse-1.72.0.ebuild index 17b82d3cea62..482ac034d693 100644 --- a/net-im/synapse/synapse-1.72.0.ebuild +++ b/net-im/synapse/synapse-1.72.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 @@ -84,7 +84,7 @@ LICENSE="Apache-2.0" # Dependent crate licenses LICENSE+=" Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 MIT Unicode-DFS-2016 Unlicense" SLOT="0" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="amd64 ~ppc64" IUSE="postgres systemd test" RESTRICT="!test? ( test )" |