logo

overlay

My (experimental) gentoo overlay
commit: b95d7124ca61c822479064b087eecd121274913b
parent: a287271fe6963d76a64750058a76b1170432490e
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed,  7 Jun 2017 00:03:42 +0200

dev-libs/libressl: Oups forgot IUSE+=nc

Diffstat:

Mdev-libs/libressl/libressl-2.5.4.ebuild2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libressl/libressl-2.5.4.ebuild b/dev-libs/libressl/libressl-2.5.4.ebuild @@ -15,7 +15,7 @@ LICENSE="ISC openssl" # versions, we have to change the subslot to trigger rebuild of consumers. SLOT="0/43" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86" -IUSE="+asm static-libs" +IUSE="+asm nc static-libs" RDEPEND="!dev-libs/openssl:0" DEPEND="${RDEPEND}"