summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2019-11-12 07:35:56 +0200
committerJoonas Niilola <juippis@gentoo.org>2019-11-12 07:35:56 +0200
commit8d6d069445caef9fe779168b02b388707d6c2e4b (patch)
treede486883ebc15918e7935f1668d7f2bc959a3d1a /net-fs/s3fs
parentnet-fs/s3fs: bump version to 1.85 (diff)
downloadgentoo-8d6d069445caef9fe779168b02b388707d6c2e4b.tar.gz
gentoo-8d6d069445caef9fe779168b02b388707d6c2e4b.tar.bz2
gentoo-8d6d069445caef9fe779168b02b388707d6c2e4b.zip
net-fs/s3fs: restrict tests on 1.85
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-fs/s3fs')
-rw-r--r--net-fs/s3fs/s3fs-1.85.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-fs/s3fs/s3fs-1.85.ebuild b/net-fs/s3fs/s3fs-1.85.ebuild
index a2666a53d14f..f372318bb91b 100644
--- a/net-fs/s3fs/s3fs-1.85.ebuild
+++ b/net-fs/s3fs/s3fs-1.85.ebuild
@@ -15,11 +15,14 @@ SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="gnutls nettle nss +openssl"
+IUSE="gnutls nettle nss +openssl test"
REQUIRED_USE="
^^ ( gnutls nss openssl )
nettle? ( gnutls )"
+# Requires active internet connection
+RESTRICT="test"
+
DEPEND="
dev-libs/libxml2:2
net-misc/curl