commit:     094b16201a56f7928cc8651912517de52087abfb
Author:     Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com>
AuthorDate: Wed Aug 23 10:05:10 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 10:58:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=094b1620

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 <AT> gmail.com>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-libs/paho-mqtt-c/paho-mqtt-c-1.3.12.ebuild | 3 +++
 1 file changed, 3 insertions(+)

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 )

Reply via email to