parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 0bccda38a16eac4407a31d1f73dcfada0aa5a349
parent 823456ebca694add398b1f15e856d2ff6f5540fd
Author: parazyd <parazyd@dyne.org>
Date:   Sat, 13 May 2017 10:40:56 +0200

app-crypt/opmsg: Add explicit dependency slot.

Diffstat:
Mapp-crypt/opmsg/opmsg-1.75.ebuild | 2+-
Mapp-crypt/opmsg/opmsg-9999.ebuild | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/opmsg/opmsg-1.75.ebuild b/app-crypt/opmsg/opmsg-1.75.ebuild @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="libressl contrib static" DEPEND=" - !libressl? ( dev-libs/openssl ) + !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) " RDEPEND="${DEPEND}" diff --git a/app-crypt/opmsg/opmsg-9999.ebuild b/app-crypt/opmsg/opmsg-9999.ebuild @@ -16,7 +16,7 @@ KEYWORDS="" IUSE="libressl contrib static" DEPEND=" - !libressl? ( dev-libs/openssl ) + !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) " RDEPEND="${DEPEND}"