Skip to content

Commit

Permalink
sys-block/fio: remove libressl support
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <[email protected]>
  • Loading branch information
Zlogene committed May 2, 2021
1 parent 5e5df06 commit 5ad9f10
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sys-block/fio/fio-3.20-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ SRC_URI="https://brick.kernel.dk/snaps/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm ~arm64 ~ia64 ppc ppc64 x86"
IUSE="aio curl glusterfs gnuplot gtk libressl io-uring numa python rbd rdma static tcmalloc test zbc zlib"
IUSE="aio curl glusterfs gnuplot gtk io-uring numa python rbd rdma static tcmalloc test zbc zlib"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
libressl? ( curl )
gnuplot? ( python )
io-uring? ( aio )"
RESTRICT="!test? ( test )"
Expand All @@ -30,8 +29,7 @@ BDEPEND="virtual/pkgconfig"
LIB_DEPEND="aio? ( dev-libs/libaio[static-libs(+)] )
curl? (
net-misc/curl:=[static-libs(+)]
!libressl? ( dev-libs/openssl:0=[static-libs(+)] )
libressl? ( dev-libs/libressl:0=[static-libs(+)] )
dev-libs/openssl:0=[static-libs(+)]
)
glusterfs? ( sys-cluster/glusterfs[static-libs(+)] )
gtk? ( dev-libs/glib:2[static-libs(+)] )
Expand Down

0 comments on commit 5ad9f10

Please sign in to comment.