tapp-crypt/opmsg: Add explicit dependency slot. - parlay - yet another gentoo overlay
 (HTM) git clone https://git.parazyd.org/parlay
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 0bccda38a16eac4407a31d1f73dcfada0aa5a349
 (DIR) parent 823456ebca694add398b1f15e856d2ff6f5540fd
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Sat, 13 May 2017 10:40:56 +0200
       
       app-crypt/opmsg: Add explicit dependency slot.
       
       Diffstat:
         M app-crypt/opmsg/opmsg-1.75.ebuild   |       2 +-
         M app-crypt/opmsg/opmsg-9999.ebuild   |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/app-crypt/opmsg/opmsg-1.75.ebuild b/app-crypt/opmsg/opmsg-1.75.ebuild
       t@@ -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}"
 (DIR) diff --git a/app-crypt/opmsg/opmsg-9999.ebuild b/app-crypt/opmsg/opmsg-9999.ebuild
       t@@ -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}"