diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 12:27:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-02 14:00:11 +0000 |
commit | c97116f30576b5aa7638fb9e285406b7ec837b1d (patch) | |
tree | 92dd2f842fbee2f5a0c4433494cccd899d3844fa /app-i18n/bidiv | |
parent | sci-geosciences/gpscorrelate: fix RDEPEND typo (diff) | |
download | gentoo-c97116f30576b5aa7638fb9e285406b7ec837b1d.tar.gz gentoo-c97116f30576b5aa7638fb9e285406b7ec837b1d.tar.bz2 gentoo-c97116f30576b5aa7638fb9e285406b7ec837b1d.zip |
app-i18n/bidiv: fix DEPEND typo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-i18n/bidiv')
-rw-r--r-- | app-i18n/bidiv/bidiv-1.5_p4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/bidiv/bidiv-1.5_p4.ebuild b/app-i18n/bidiv/bidiv-1.5_p4.ebuild index 73aafaeb98cd..4a6b745cd10c 100644 --- a/app-i18n/bidiv/bidiv-1.5_p4.ebuild +++ b/app-i18n/bidiv/bidiv-1.5_p4.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 @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" RDEPEND=">=dev-libs/fribidi-0.19.2-r2" -DEPEND="${DEPEND}" +DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" S="${WORKDIR}/${PN}" |