sys-apps/pacman: Bump to 6.0.2 and make curl dep obligatory

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2022-10-06 17:52:02 +02:00
parent 5e23509ced
commit f40f514154
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
DIST pacman-6.0.1.tar.xz 880036 BLAKE2B 907c39bb368beea037dcb4b32c56b04a86580123d23ddfe5a1d30ed53143a9b6204044d74040e5bcfe80061673d59597ad2e033525561d6b195a95a104203fa9 SHA512 d17b9aea9f8d51a5a02fc9faa8e36227c0edea73957cc8a8174a23a81ca42737ecfce630aa86008ab26daec584004b772cd2eb3527aeef9e098b445edaa21f6f
DIST pacman-6.0.2.tar.xz 880868 BLAKE2B 648f62307e413cb352ed92e92df1ace510c1fc5e9ddd254baeef071e89cb7dae1786a95d29c5f69e8b03b1a8cfe3cd65671588dc362c8d3b281c092393aad54c SHA512 9d76fb58c3a50e89a4b92b1f9e3bfdecca3f69e05022ea88fbd34f9df540c4fc688ad4f8b27e77eedb791aa682c27037abe65c789c6d9ee393bae5b620c3df13

View File

@ -21,12 +21,12 @@ fi
LICENSE="GPL-2"
SLOT="0/10"
IUSE="curl doc +gpg test"
IUSE="doc +gpg test"
DEPEND="
app-crypt/archlinux-keyring
app-arch/libarchive:=[lzma]
gpg? ( >=app-crypt/gpgme-1.13.0:= )
curl? ( net-misc/curl )
net-misc/curl
dev-libs/openssl:0=
virtual/libiconv
virtual/libintl
@ -55,7 +55,6 @@ src_configure() {
# full doc with doxygen
$(meson_feature doc doxygen)
$(meson_feature gpg gpgme)
$(meson_use curl libcurl)
)
if [[ "${PV}" == *9999 ]]; then
emesonargs+=( -Duse-git-version=true )