diff options
author | Julian Ospald <hasufell@gentoo.org> | 2015-10-05 16:24:57 +0200 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2015-10-05 16:28:28 +0200 |
commit | 32fd4ff79b5f67597169d638ddcdb69d3b0b173a (patch) | |
tree | 0c3c33563488bd0dfd39f3c907e31b74dfd6d5ac /net-misc/freerdp/freerdp-9999.1.ebuild | |
parent | 82fadaf322e4f64b110c0fce1b940e5c4e23dd6e (diff) | |
download | gentoo-32fd4ff79b5f67597169d638ddcdb69d3b0b173a.tar.gz gentoo-32fd4ff79b5f67597169d638ddcdb69d3b0b173a.tar.xz |
net-misc/freerdp: add libressl support
Diffstat (limited to 'net-misc/freerdp/freerdp-9999.1.ebuild')
-rw-r--r-- | net-misc/freerdp/freerdp-9999.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/freerdp/freerdp-9999.1.ebuild b/net-misc/freerdp/freerdp-9999.1.ebuild index 131105eda55..d38b4c46dbd 100644 --- a/net-misc/freerdp/freerdp-9999.1.ebuild +++ b/net-misc/freerdp/freerdp-9999.1.ebuild @@ -23,10 +23,11 @@ HOMEPAGE="http://www.freerdp.com/" LICENSE="Apache-2.0" SLOT="0/1.2" IUSE="alsa +client cpu_flags_x86_sse2 cups debug doc ffmpeg gstreamer jpeg - neon pulseaudio server smartcard test usb wayland X xinerama xv" + libressl neon pulseaudio server smartcard test usb wayland X xinerama xv" RDEPEND=" - dev-libs/openssl:0 + !libressl? ( dev-libs/openssl:0 ) + libressl? ( dev-libs/libressl ) sys-libs/zlib:0 alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups ) |