Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 919048
Collapse All | Expand All

(-)a/net-misc/remmina/remmina-1.4.31.ebuild (-7 / +9 lines)
Lines 16-24 SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.bz2" Link Here
16
LICENSE="GPL-2+-with-openssl-exception"
16
LICENSE="GPL-2+-with-openssl-exception"
17
SLOT="0"
17
SLOT="0"
18
KEYWORDS="amd64 ~arm64 ~riscv x86"
18
KEYWORDS="amd64 ~arm64 ~riscv x86"
19
IUSE="+appindicator crypt cups examples keyring gvnc kwallet nls python spice ssh rdp vnc wayland webkit zeroconf"
19
IUSE="+appindicator crypt cups examples keyring gvnc kwallet nls python spice ssh rdp vnc wayland webkit zeroconf X"
20
20
21
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
21
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) || ( X wayland )"
22
22
23
COMMON_DEPEND="
23
COMMON_DEPEND="
24
	dev-libs/glib:2
24
	dev-libs/glib:2
Lines 27-43 COMMON_DEPEND=" Link Here
27
	dev-libs/libsodium:=
27
	dev-libs/libsodium:=
28
	dev-libs/openssl:0=
28
	dev-libs/openssl:0=
29
	x11-libs/gdk-pixbuf
29
	x11-libs/gdk-pixbuf
30
	x11-libs/gtk+:3[wayland?]
30
	x11-libs/gtk+:3[X?,wayland?]
31
	x11-libs/libX11
31
	X? (
32
	x11-libs/libxkbfile
32
		x11-libs/libX11
33
		x11-libs/libxkbfile
34
	)
33
	appindicator? ( dev-libs/libayatana-appindicator )
35
	appindicator? ( dev-libs/libayatana-appindicator )
34
	crypt? ( dev-libs/libgcrypt:0= )
36
	crypt? ( dev-libs/libgcrypt:0= )
35
	keyring? ( app-crypt/libsecret )
37
	keyring? ( app-crypt/libsecret )
36
	gvnc? ( net-libs/gtk-vnc )
38
	gvnc? ( net-libs/gtk-vnc )
37
	kwallet? ( kde-frameworks/kwallet )
39
	kwallet? ( kde-frameworks/kwallet )
38
	python? ( ${PYTHON_DEPS} )
40
	python? ( ${PYTHON_DEPS} )
39
	rdp? ( >=net-misc/freerdp-2.0.0_rc4_p1129[X]
41
	rdp? ( >=net-misc/freerdp-2.0.0_rc4_p1129[X?,wayland?]
40
		<net-misc/freerdp-3[X]
42
		<net-misc/freerdp-3[X?,wayland?]
41
		cups? ( net-print/cups:= ) )
43
		cups? ( net-print/cups:= ) )
42
	spice? ( net-misc/spice-gtk[gtk3] )
44
	spice? ( net-misc/spice-gtk[gtk3] )
43
	ssh? ( net-libs/libssh:0=[sftp]
45
	ssh? ( net-libs/libssh:0=[sftp]

Return to bug 919048