diff options
-rw-r--r-- | dev-lang/regina-rexx/regina-rexx-3.9.1-r2.ebuild (renamed from dev-lang/regina-rexx/regina-rexx-3.9.1-r1.ebuild) | 6 |
1 files 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 index bc100fa59cf2..b09080ce292b 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 ) |