diff options
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/pwcrypt/pwcrypt-1.2.2-r3.ebuild (renamed from app-admin/pwcrypt/pwcrypt-1.2.2-r2.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-admin/pwcrypt/pwcrypt-1.2.2-r2.ebuild b/app-admin/pwcrypt/pwcrypt-1.2.2-r3.ebuild index 250ada02cb4d..c6beda5d878c 100644 --- a/app-admin/pwcrypt/pwcrypt-1.2.2-r2.ebuild +++ b/app-admin/pwcrypt/pwcrypt-1.2.2-r3.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" @@ -12,7 +12,9 @@ SRC_URI="http://xjack.org/${PN}/downloads/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="" + +RDEPEND="virtual/libcrypt:=" +DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${PN}-gcc-10.patch ) DOCS=( CREDITS README ) |