aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Retornaz <gentoo@retornaz.com>2021-05-03 00:55:28 +0200
committerQuentin Retornaz <gentoo@retornaz.com>2021-05-03 00:55:28 +0200
commit67b3d7845aac0c2b6f35ce7a346e0b5c5de5665f (patch)
tree19fce4b3699079f0b1a2b1e96be0191a93b84ee7
parentapp-pda/libimobiledevice: remove libressl USE flag (diff)
downloadlibressl-67b3d7845aac0c2b6f35ce7a346e0b5c5de5665f.tar.gz
libressl-67b3d7845aac0c2b6f35ce7a346e0b5c5de5665f.tar.bz2
libressl-67b3d7845aac0c2b6f35ce7a346e0b5c5de5665f.zip
dev-cpp/commoncpp2: remove libressl USE flag
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Quentin Retornaz <gentoo@retornaz.com>
-rw-r--r--dev-cpp/commoncpp2/commoncpp2-1.8.1-r4.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-cpp/commoncpp2/commoncpp2-1.8.1-r4.ebuild b/dev-cpp/commoncpp2/commoncpp2-1.8.1-r4.ebuild
index 2a4a3e0..5f50d01 100644
--- a/dev-cpp/commoncpp2/commoncpp2-1.8.1-r4.ebuild
+++ b/dev-cpp/commoncpp2/commoncpp2-1.8.1-r4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/commoncpp/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="debug doc examples gnutls ipv6 libressl ssl static-libs"
+IUSE="debug doc examples gnutls ipv6 ssl static-libs"
RDEPEND="
sys-libs/zlib:=
@@ -21,10 +21,7 @@ RDEPEND="
dev-libs/libgcrypt:0=
net-libs/gnutls:=
)
- !gnutls? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- )
+ !gnutls? ( dev-libs/openssl:0= )
)"
DEPEND="${RDEPEND}
doc? ( >=app-doc/doxygen-1.3.6 )"