Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x11-apps/igt-gpu-tools: add USE=libressl #11981

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions x11-apps/igt-gpu-tools/igt-gpu-tools-1.23-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ else
fi
LICENSE="MIT"
SLOT="0"
IUSE="chamelium doc man overlay sound valgrind video_cards_amdgpu video_cards_intel video_cards_nouveau X xv"
IUSE="chamelium doc libressl man overlay sound valgrind video_cards_amdgpu video_cards_intel video_cards_nouveau X xv"
REQUIRED_USE="
|| ( video_cards_amdgpu video_cards_intel video_cards_nouveau )
overlay? (
Expand All @@ -32,7 +32,6 @@ RESTRICT="test"

RDEPEND="
dev-libs/glib:2
dev-libs/openssl:=
sys-apps/kmod:=
sys-libs/libunwind:=
sys-libs/zlib:=
Expand All @@ -46,6 +45,8 @@ RDEPEND="
sci-libs/gsl
x11-libs/pixman
)
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
overlay? (
>=x11-libs/libXrandr-1.3
xv? (
Expand Down