diff --git a/sys-apps/pacman/pacman-5.2.2.ebuild b/sys-apps/pacman/pacman-5.2.2-r1.ebuild similarity index 94% rename from sys-apps/pacman/pacman-5.2.2.ebuild rename to sys-apps/pacman/pacman-5.2.2-r1.ebuild index e7ac0fe..6d67d90 100644 --- a/sys-apps/pacman/pacman-5.2.2.ebuild +++ b/sys-apps/pacman/pacman-5.2.2-r1.ebuild @@ -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.