summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Foti <foti.giuseppe@gmail.com>2023-08-23 12:05:10 +0200
committerFlorian Schmaus <flow@gentoo.org>2023-08-23 12:58:51 +0200
commit094b16201a56f7928cc8651912517de52087abfb (patch)
tree9f50f3d24a5496fb6002a5a1baf0f20129487496 /net-libs/paho-mqtt-c
parentx11-themes/QGnomePlatform: revert upstream change breaking theming (diff)
downloadgentoo-094b16201a56f7928cc8651912517de52087abfb.tar.gz
gentoo-094b16201a56f7928cc8651912517de52087abfb.tar.bz2
gentoo-094b16201a56f7928cc8651912517de52087abfb.zip
net-libs/paho-mqtt-c: add REQUIRED_USE="examples? ( ssl )"
Closes: https://bugs.gentoo.org/912262 Closes: https://github.com/gentoo/gentoo/pull/32420 Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com> Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-libs/paho-mqtt-c')
-rw-r--r--net-libs/paho-mqtt-c/paho-mqtt-c-1.3.12.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-libs/paho-mqtt-c/paho-mqtt-c-1.3.12.ebuild b/net-libs/paho-mqtt-c/paho-mqtt-c-1.3.12.ebuild
index e417fe9118a4..e9e50c53427b 100644
--- a/net-libs/paho-mqtt-c/paho-mqtt-c-1.3.12.ebuild
+++ b/net-libs/paho-mqtt-c/paho-mqtt-c-1.3.12.ebuild
@@ -24,6 +24,9 @@ SLOT="1.3"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples +high-performance +ssl test"
+# Building samples needs ssl: #912262
+REQUIRED_USE="examples? ( ssl )"
+
BDEPEND="
doc? ( app-doc/doxygen
media-gfx/graphviz )