diff options
Diffstat (limited to 'net-misc/csync')
-rw-r--r-- | net-misc/csync/csync-0.50.0-r1.ebuild | 3 | ||||
-rw-r--r-- | net-misc/csync/csync-0.50.0.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-misc/csync/csync-0.50.0-r1.ebuild b/net-misc/csync/csync-0.50.0-r1.ebuild index 5374066247df..4439f480f684 100644 --- a/net-misc/csync/csync-0.50.0-r1.ebuild +++ b/net-misc/csync/csync-0.50.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc iconv samba +sftp test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-db/sqlite-3.4:3 net-libs/neon[ssl] diff --git a/net-misc/csync/csync-0.50.0.ebuild b/net-misc/csync/csync-0.50.0.ebuild index e94ffa92f273..188fcabcab5f 100644 --- a/net-misc/csync/csync-0.50.0.ebuild +++ b/net-misc/csync/csync-0.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,6 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc iconv samba +sftp test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-db/sqlite-3.4:3 net-libs/neon[ssl] |