diff options
author | Sam James <sam@gentoo.org> | 2021-07-14 05:04:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-14 05:09:20 +0100 |
commit | f037d8ec055e342e73d24b691cffff35f8e41caa (patch) | |
tree | 7d37dfcaa6fc1e05ca9b5758555b55342f827801 /dev-lang/regina-rexx | |
parent | dev-lang/swi-prolog: add missing libcrypt dependency (diff) | |
download | gentoo-f037d8ec055e342e73d24b691cffff35f8e41caa.tar.gz gentoo-f037d8ec055e342e73d24b691cffff35f8e41caa.tar.bz2 gentoo-f037d8ec055e342e73d24b691cffff35f8e41caa.zip |
dev-lang/regina-rexx: add missing libcrypt dependency
Closes: https://bugs.gentoo.org/801973
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/regina-rexx')
-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 ) |