commit: 092e2d4ea3e3cf61c616c8996c24fe828eb5505d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 2 11:29:46 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Apr 2 14:00:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=092e2d4e
app-arch/rzip: fix DEPEND typo Signed-off-by: Sam James <sam <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/20231 Signed-off-by: Sam James <sam <AT> gentoo.org> app-arch/rzip/rzip-2.1-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/rzip/rzip-2.1-r3.ebuild b/app-arch/rzip/rzip-2.1-r3.ebuild index a069fe7ccf3..f771c83cd97 100644 --- a/app-arch/rzip/rzip-2.1-r3.ebuild +++ b/app-arch/rzip/rzip-2.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" RDEPEND="app-arch/bzip2:=" -DEPEND="${DEPEND}" +DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${PN}-2.1-darwin.patch
