Skip to content

Commit

Permalink
app-crypt/tpm-emulator: move module USE to MODULES_OPTIONAL_USE
Browse files Browse the repository at this point in the history
Gentoo-Bug: https://bugs.gentoo.org/635720
Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
alonbl committed Oct 28, 2017
1 parent 9e408e8 commit 2cb7f50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=6
MODULES_OPTIONAL_USE="modules"
inherit user linux-mod cmake-utils udev

MY_P=${P/-/_}
Expand All @@ -13,7 +14,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="libressl ssl modules"
IUSE="libressl ssl"
RDEPEND="ssl? (
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
Expand Down

0 comments on commit 2cb7f50

Please sign in to comment.