summaryrefslogtreecommitdiff
path: root/dev-python/m2crypto/m2crypto-0.37.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/m2crypto/m2crypto-0.37.1-r1.ebuild')
-rw-r--r--dev-python/m2crypto/m2crypto-0.37.1-r1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/m2crypto/m2crypto-0.37.1-r1.ebuild b/dev-python/m2crypto/m2crypto-0.37.1-r1.ebuild
index b536accf6bbd..af9a680ac8ae 100644
--- a/dev-python/m2crypto/m2crypto-0.37.1-r1.ebuild
+++ b/dev-python/m2crypto/m2crypto-0.37.1-r1.ebuild
@@ -16,8 +16,8 @@ S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="libressl test"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
@@ -25,8 +25,7 @@ BDEPEND="
test? ( dev-python/parameterized[${PYTHON_USEDEP}] )
"
RDEPEND="
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
"
DEPEND="${RDEPEND}"