aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororbea <orbea@riseup.net>2024-04-04 18:27:15 -0700
committerorbea <orbea@riseup.net>2024-04-04 18:27:15 -0700
commit62b14f75168c4c7781c4eb2f2d88a15570e25c43 (patch)
treee635f81e299d61a7c180c2e4c15bd3254ba11d60 /dev-libs
parentdev-libs/libressl: drop 3.6.3 (diff)
downloadlibressl-62b14f75168c4c7781c4eb2f2d88a15570e25c43.tar.gz
libressl-62b14f75168c4c7781c4eb2f2d88a15570e25c43.tar.bz2
libressl-62b14f75168c4c7781c4eb2f2d88a15570e25c43.zip
dev-libs/openssl: drop 3.6.3
Signed-off-by: orbea <orbea@riseup.net>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/openssl/openssl-3.6.3.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-libs/openssl/openssl-3.6.3.ebuild b/dev-libs/openssl/openssl-3.6.3.ebuild
deleted file mode 100644
index 8561085..0000000
--- a/dev-libs/openssl/openssl-3.6.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multilib-minimal
-
-DESCRIPTION="dummy package for dev-libs/libressl"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:LibreSSL"
-LICENSE="metapackage"
-
-SLOT="0/53" # .so version of libssl/libcrypto
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="+asm sslv3 static-libs test"
-REQUIRED_USE="!sslv3"
-RESTRICT="!test? ( test )"
-
-DEPEND="dev-libs/libressl:${SLOT}[asm=,static-libs=,test=,${MULTILIB_USEDEP}]"
-
-S="${WORKDIR}"