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:
parent
a8a3f27e58
commit
4ff081ef0f
@ -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
|
||||
|
||||
EAPI="7"
|
||||
@ -21,20 +21,15 @@ fi
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0/10"
|
||||
|
||||
IUSE="curl debug doc +gpg libressl test"
|
||||
IUSE="curl debug doc +gpg test"
|
||||
DEPEND="
|
||||
app-crypt/archlinux-keyring
|
||||
app-arch/libarchive:=[lzma]
|
||||
gpg? ( >=app-crypt/gpgme-1.13.0:= )
|
||||
curl? ( net-misc/curl )
|
||||
!libressl? ( dev-libs/openssl:0= )
|
||||
libressl? ( dev-libs/libressl:0= )
|
||||
dev-libs/openssl:0=
|
||||
virtual/libiconv
|
||||
virtual/libintl
|
||||
test? (
|
||||
sys-apps/fakeroot
|
||||
sys-apps/fakechroot
|
||||
)
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
@ -43,6 +38,10 @@ RDEPEND="
|
||||
BDEPEND="
|
||||
app-text/asciidoc
|
||||
doc? ( app-doc/doxygen )
|
||||
test? (
|
||||
sys-apps/fakeroot
|
||||
sys-apps/fakechroot
|
||||
)
|
||||
"
|
||||
|
||||
# Plenty tests fail because we're actually not on a archlinux system.
|
Loading…
Reference in New Issue
Block a user