dev-libs/openssl:9999: EAPI 7

This commit is contained in:
Sandino Araico Sanchez 2022-01-19 14:13:25 -06:00
parent 2f83702bbc
commit e8946f1347
2 changed files with 5 additions and 10 deletions

View file

@ -1 +1 @@
EBUILD openssl-9998.ebuild 473 SHA256 bfce34844c7d951322001415b8dd05faa8d6639e47478c0dba049ac67bb75fc6 SHA512 1e21f1b3a1faf0eb1cff2be2fc2eb7860ae9dc1b6aebdca35d6c6f42fafa458a7c62df6a7794069f1ad6fd1520f4f5ae3e862f661ce453132ee2b75c6c847356 WHIRLPOOL 9d0caf920de1db71a2aaa3785228c60b0b2aa7ded4df31e4215b26e051fe239b103ede7b15c1024d2f1722aa8bf98a3643e5b93a2d3d5bb38273cddcf0527453
EBUILD openssl-9998.ebuild 314 BLAKE2B 806aed7dd972a1ded051e171f701bbe0dc7ce73696468d67707ed60ebc0abb7beeac2dbd96c5f49935c8b5546e53bba7e914ecb8ca404e7663b1c5ea123c1937 SHA512 70cf1334065376be1140e4034637cdfadb4d9eeb9bd4f65c664d9db65dd7b8988f817b97271768e2ba7ad04520f048253baeaa072409b8838300dca8d24c6c9c

View file

@ -2,19 +2,14 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit multilib-build
EAPI=7
DESCRIPTION="This is a fake ebuild to support libressl"
HOMEPAGE="http://www.openssl.org/"
SRC_URI=""
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86"
IUSE="kerberos static-libs bindist zlib"
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
DEPEND=">=dev-libs/libressl-2.0.0"
DEPEND=">=dev-libs/libressl-2.0.0[static-libs?,${MULTILIB_USEDEP}]"
RDEPEND="${DEPEND}
app-misc/c_rehash"