trinity-base/krdc: Drop IUSE=slp, missing net-libs/openslp

local mycmakeargs

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
pull/184/head
Andreas Sturmlechner 4 years ago
parent ea658786f3
commit ce37f41934

@ -1,26 +1,29 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
TRINITY_MODULE_NAME="tdenetwork"
TRINITY_MODULE_NAME="tdenetwork"
inherit trinity-meta-2
DESCRIPTION="Trinity remote desktop connection (RDP and VNC) client"
KEYWORDS="~amd64 ~x86"
IUSE="rdp slp libressl"
IUSE="rdp libressl"
DEPEND="!libressl? ( dev-libs/openssl:= )
DEPEND="
!libressl? ( dev-libs/openssl:= )
libressl? ( dev-libs/libressl:= )
slp? ( net-libs/openslp )
x11-libs/libXext"
x11-libs/libXext
"
RDEPEND="${DEPEND}
rdp? ( net-misc/rdesktop )"
rdp? ( net-misc/rdesktop )
"
src_configure() {
mycmakeargs=(
-DWITH_SLP="$(usex slp)"
local mycmakeargs=(
-DWITH_SLP=OFF
)
trinity-meta-2_src_configure

@ -3,23 +3,26 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
TRINITY_MODULE_NAME="tdenetwork"
TRINITY_MODULE_NAME="tdenetwork"
inherit trinity-meta-2
DESCRIPTION="Trinity remote desktop connection (RDP and VNC) client"
IUSE="rdp slp libressl"
DEPEND="!libressl? ( dev-libs/openssl:= )
IUSE="rdp libressl"
DEPEND="
!libressl? ( dev-libs/openssl:= )
libressl? ( dev-libs/libressl:= )
slp? ( net-libs/openslp )
x11-libs/libXext"
x11-libs/libXext
"
RDEPEND="${DEPEND}
rdp? ( net-misc/rdesktop )"
rdp? ( net-misc/rdesktop )
"
src_configure() {
mycmakeargs=(
-DWITH_SLP="$(usex slp)"
local mycmakeargs=(
-DWITH_SLP=OFF
)
trinity-meta-2_src_configure

Loading…
Cancel
Save