sys-apps/pacman: Drop libressl support and move test dependencies

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
Nils Freydank 2021-05-15 22:53:59 +02:00
parent a8a3f27e58
commit 4ff081ef0f
No known key found for this signature in database
GPG Key ID: BC5DC2998AAD2B21

View File

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors # Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
@ -21,20 +21,15 @@ fi
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0/10" SLOT="0/10"
IUSE="curl debug doc +gpg libressl test" IUSE="curl debug doc +gpg test"
DEPEND=" DEPEND="
app-crypt/archlinux-keyring app-crypt/archlinux-keyring
app-arch/libarchive:=[lzma] app-arch/libarchive:=[lzma]
gpg? ( >=app-crypt/gpgme-1.13.0:= ) gpg? ( >=app-crypt/gpgme-1.13.0:= )
curl? ( net-misc/curl ) curl? ( net-misc/curl )
!libressl? ( dev-libs/openssl:0= ) dev-libs/openssl:0=
libressl? ( dev-libs/libressl:0= )
virtual/libiconv virtual/libiconv
virtual/libintl virtual/libintl
test? (
sys-apps/fakeroot
sys-apps/fakechroot
)
" "
RDEPEND=" RDEPEND="
${DEPEND} ${DEPEND}
@ -43,6 +38,10 @@ RDEPEND="
BDEPEND=" BDEPEND="
app-text/asciidoc app-text/asciidoc
doc? ( app-doc/doxygen ) doc? ( app-doc/doxygen )
test? (
sys-apps/fakeroot
sys-apps/fakechroot
)
" "
# Plenty tests fail because we're actually not on a archlinux system. # Plenty tests fail because we're actually not on a archlinux system.