diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 12:29:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-02 14:00:14 +0000 |
commit | 092e2d4ea3e3cf61c616c8996c24fe828eb5505d (patch) | |
tree | 3f3a6cc68f0517b62bcc1dc4dec50745b74dd97d /app-arch/rzip | |
parent | games-puzzle/numptyphysics: fix DEPEND typo (diff) | |
download | gentoo-092e2d4ea3e3cf61c616c8996c24fe828eb5505d.tar.gz gentoo-092e2d4ea3e3cf61c616c8996c24fe828eb5505d.tar.bz2 gentoo-092e2d4ea3e3cf61c616c8996c24fe828eb5505d.zip |
app-arch/rzip: fix DEPEND typo
Signed-off-by: Sam James <sam@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/20231
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/rzip')
-rw-r--r-- | app-arch/rzip/rzip-2.1-r3.ebuild | 4 |
1 files 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 a069fe7ccf31..f771c83cd97b 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 |