# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit multilib-build DESCRIPTION="Virtual to select OpenSSL implementation" HOMEPAGE="" SRC_URI="" LICENSE="" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="" RDEPEND="!amd64? ( dev-libs/openssl:0[${MULTILIB_USEDEP}] ) !x86? ( dev-libs/openssl:0[${MULTILIB_USEDEP}] ) amd64? ( || ( dev-libs/openssl:0[${MULTILIB_USEDEP}] net-libs/libressl[${MULTILIB_USEDEP}] ) ) x86? ( || ( dev-libs/openssl:0[${MULTILIB_USEDEP}] net-libs/libressl[${MULTILIB_USEDEP}] ) )" DEPEND=""