Gentoo Archives: gentoo-commits

From: Quentin Retornaz <gentoo@××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/libressl:master commit in: x11-apps/igt-gpu-tools/
Date: Mon, 03 May 2021 00:07:19
Message-Id: 1620000269.2821750381f2127d78ec942de30bc0b42973d2bf.quentin@gentoo
1 commit: 2821750381f2127d78ec942de30bc0b42973d2bf
2 Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
3 AuthorDate: Mon May 3 00:04:29 2021 +0000
4 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
5 CommitDate: Mon May 3 00:04:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=28217503
7
8 x11-apps/igt-gpu-tools: remove libressl USE flag
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
12
13 x11-apps/igt-gpu-tools/igt-gpu-tools-1.23-r1.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/x11-apps/igt-gpu-tools/igt-gpu-tools-1.23-r1.ebuild b/x11-apps/igt-gpu-tools/igt-gpu-tools-1.23-r1.ebuild
17 index dd0926b..e8e8828 100644
18 --- a/x11-apps/igt-gpu-tools/igt-gpu-tools-1.23-r1.ebuild
19 +++ b/x11-apps/igt-gpu-tools/igt-gpu-tools-1.23-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -20,7 +20,7 @@ else
27 fi
28 LICENSE="MIT"
29 SLOT="0"
30 -IUSE="chamelium doc libressl man overlay sound valgrind video_cards_amdgpu video_cards_intel video_cards_nouveau X xv"
31 +IUSE="chamelium doc man overlay sound valgrind video_cards_amdgpu video_cards_intel video_cards_nouveau X xv"
32 REQUIRED_USE="
33 || ( video_cards_amdgpu video_cards_intel video_cards_nouveau )
34 overlay? (
35 @@ -45,8 +45,7 @@ RDEPEND="
36 sci-libs/gsl
37 x11-libs/pixman
38 )
39 - !libressl? ( dev-libs/openssl:0= )
40 - libressl? ( dev-libs/libressl:0= )
41 + dev-libs/openssl:0=
42 overlay? (
43 >=x11-libs/libXrandr-1.3
44 xv? (