commit: f037d8ec055e342e73d24b691cffff35f8e41caa Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jul 14 04:04:38 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jul 14 04:09:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f037d8ec
dev-lang/regina-rexx: add missing libcrypt dependency Closes: https://bugs.gentoo.org/801973 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{regina-rexx-3.9.1-r1.ebuild => regina-rexx-3.9.1-r2.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-lang/regina-rexx/regina-rexx-3.9.1-r1.ebuild b/dev-lang/regina-rexx/regina-rexx-3.9.1-r2.ebuild similarity index 90% rename from dev-lang/regina-rexx/regina-rexx-3.9.1-r1.ebuild rename to dev-lang/regina-rexx/regina-rexx-3.9.1-r2.ebuild index bc100fa59cf..b09080ce292 100644 --- a/dev-lang/regina-rexx/regina-rexx-3.9.1-r1.ebuild +++ b/dev-lang/regina-rexx/regina-rexx-3.9.1-r2.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 @@ -8,12 +8,14 @@ inherit autotools DESCRIPTION="Portable Rexx interpreter" HOMEPAGE="https://regina-rexx.sourceforge.io/" SRC_URI="mirror://sourceforge/${PN}/Regina-REXX-${PV}.tar.gz" +S="${WORKDIR}/Regina-REXX-${PV}" LICENSE="LGPL-2.1 MPL-1.0" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -S="${WORKDIR}/Regina-REXX-${PV}" +RDEPEND="virtual/libcrypt:=" +DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${PN}-3.9.1-makefile.patch )
