app-arch/unshield: fix openssl and libressl slots
authorAnthony G. Basile <blueness@gentoo.org>
Mon, 21 Mar 2016 22:03:34 +0000 (18:03 -0400)
committerAnthony G. Basile <blueness@gentoo.org>
Mon, 21 Mar 2016 22:03:49 +0000 (18:03 -0400)
Package-Manager: portage-2.2.26

app-arch/unshield/unshield-0.6_p20120308-r1.ebuild

index 778549dd9465ef4eb8af54af651767b38b041778..82270aef115d84e2e2c03bd07164527e4762bda1 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=5
 inherit autotools eutils
 
 DESCRIPTION="InstallShield CAB file extractor"
@@ -15,8 +15,8 @@ KEYWORDS="~amd64 ~hppa ~ppc ~x86"
 IUSE="libressl static-libs"
 
 RDEPEND="
-       !libressl? ( dev-libs/openssl:0 )
-       libressl? ( dev-libs/libressl )
+       !libressl? ( dev-libs/openssl:0= )
+       libressl? ( dev-libs/libressl:0= )
        sys-libs/zlib"
 DEPEND="${RDEPEND}"