projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1832696
)
net-fs/s3fs: restrict tests on 1.85
author
Joonas Niilola
<juippis@gentoo.org>
Tue, 12 Nov 2019 05:35:56 +0000
(07:35 +0200)
committer
Joonas Niilola
<juippis@gentoo.org>
Tue, 12 Nov 2019 05:35:56 +0000
(07:35 +0200)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
net-fs/s3fs/s3fs-1.85.ebuild
patch
|
blob
|
history
diff --git
a/net-fs/s3fs/s3fs-1.85.ebuild
b/net-fs/s3fs/s3fs-1.85.ebuild
index a2666a53d14f1c2e527b4bd8dea2a02c38894b03..f372318bb91bd670f2d55b7d230dce0ce0d9adf7 100644
(file)
--- 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