diff options
author | James Le Cuirot <chewi@gentoo.org> | 2017-10-21 23:55:02 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2017-10-21 23:55:02 +0100 |
commit | aa9a993588c41ca240734bc985e8dea9981098c1 (patch) | |
tree | d470bd20e18a8bfbb9f8b35fbe8b8d1b6414dce2 /sys-cluster/csync2 | |
parent | profiles: media-video/ffmpeg[chromium] has seen sufficient testing now (diff) | |
download | gentoo-aa9a993588c41ca240734bc985e8dea9981098c1.tar.gz gentoo-aa9a993588c41ca240734bc985e8dea9981098c1.tar.bz2 gentoo-aa9a993588c41ca240734bc985e8dea9981098c1.zip |
sys-cluster/csync2: Add ~arm keyword
WFM!
Package-Manager: Portage-2.3.12, Repoman-2.3.2
Diffstat (limited to 'sys-cluster/csync2')
-rw-r--r-- | sys-cluster/csync2/csync2-2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/csync2/csync2-2.0.ebuild b/sys-cluster/csync2/csync2-2.0.ebuild index 93288e0b154a..727751fad472 100644 --- a/sys-cluster/csync2/csync2-2.0.ebuild +++ b/sys-cluster/csync2/csync2-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ HOMEPAGE="http://oss.linbit.com/csync2/" SRC_URI="http://oss.linbit.com/${PN}/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm x86" IUSE="mysql postgres sqlite ssl xinetd" |