summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-03-21 18:03:34 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-03-21 18:03:49 -0400
commit9be2393f50ed115c7e17daae59fd60fefb314e6d (patch)
treeccc5f6fe5c282b32338b49020625e280ae47bbd0 /app-arch/unshield
parentdev-ruby/gpgme: Remove old (diff)
downloadgentoo-9be2393f50ed115c7e17daae59fd60fefb314e6d.tar.gz
gentoo-9be2393f50ed115c7e17daae59fd60fefb314e6d.tar.bz2
gentoo-9be2393f50ed115c7e17daae59fd60fefb314e6d.zip
app-arch/unshield: fix openssl and libressl slots
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-arch/unshield')
-rw-r--r--app-arch/unshield/unshield-0.6_p20120308-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-arch/unshield/unshield-0.6_p20120308-r1.ebuild b/app-arch/unshield/unshield-0.6_p20120308-r1.ebuild
index 778549dd9465..82270aef115d 100644
--- a/app-arch/unshield/unshield-0.6_p20120308-r1.ebuild
+++ b/app-arch/unshield/unshield-0.6_p20120308-r1.ebuild
@@ -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}"