commit: 8d6d069445caef9fe779168b02b388707d6c2e4b Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Tue Nov 12 05:35:56 2019 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Nov 12 05:35:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d6d0694
net-fs/s3fs: restrict tests on 1.85 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-fs/s3fs/s3fs-1.85.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-fs/s3fs/s3fs-1.85.ebuild b/net-fs/s3fs/s3fs-1.85.ebuild index a2666a53d14..f372318bb91 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
