diff options
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" |