diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-10 13:40:09 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-10 13:40:09 +0100 |
commit | 5d1fa4b12540c18bd707bd22363ef48c2f87dfcd (patch) | |
tree | 772492e560e62c220e0ba95f2f61a79b01ea292f /sys-cluster | |
parent | net-misc/asterisk: Stabilize 18.8.0 amd64, #828661 (diff) | |
download | gentoo-5d1fa4b12540c18bd707bd22363ef48c2f87dfcd.tar.gz gentoo-5d1fa4b12540c18bd707bd22363ef48c2f87dfcd.tar.bz2 gentoo-5d1fa4b12540c18bd707bd22363ef48c2f87dfcd.zip |
sys-cluster/csync2: Stabilize 2.0-r2 amd64, #828681
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/csync2/csync2-2.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/csync2/csync2-2.0-r2.ebuild b/sys-cluster/csync2/csync2-2.0-r2.ebuild index f66a66ac0db5..f79215144a1f 100644 --- a/sys-cluster/csync2/csync2-2.0-r2.ebuild +++ b/sys-cluster/csync2/csync2-2.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/LINBIT/csync2" SRC_URI="https://github.com/LINBIT/${PN}/archive/${P}.tar.gz -> ${P}-github.tar.gz" LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="mysql postgres sqlite ssl xinetd" |