diff options
author | hasufell <hasufell@hasufell.de> | 2015-08-08 21:48:55 +0200 |
---|---|---|
committer | hasufell <hasufell@hasufell.de> | 2015-08-08 21:48:55 +0200 |
commit | 309f4bbe88e2c5250f97601096a0921b4a3abaa2 (patch) | |
tree | e2924442a9901c07631296663a4835096987604f /dev-libs | |
parent | Merge branch 'master' of git://github.com/lluixhi/libressl (diff) | |
download | libressl-309f4bbe88e2c5250f97601096a0921b4a3abaa2.tar.gz libressl-309f4bbe88e2c5250f97601096a0921b4a3abaa2.tar.bz2 libressl-309f4bbe88e2c5250f97601096a0921b4a3abaa2.zip |
dev-libs/libressl: rm obsolete dep blockers
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libressl/libressl-2.2.2.ebuild | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dev-libs/libressl/libressl-2.2.2.ebuild b/dev-libs/libressl/libressl-2.2.2.ebuild index 28c7ad2..af91f3f 100644 --- a/dev-libs/libressl/libressl-2.2.2.ebuild +++ b/dev-libs/libressl/libressl-2.2.2.ebuild @@ -18,12 +18,6 @@ IUSE="+asm static-libs" # when importing into the tree, make sure to add # !dev-libs/openssl:0 # to DEPEND -DEPEND=" - abi_x86_32? ( - !<=app-emulation/emul-linux-x86-baselibs-20140508 - !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] - )" -RDEPEND="${DEPEND}" PDEPEND="app-misc/ca-certificates" src_prepare() { |