games-arcade/openmortal: fix DEPEND typo

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-04-12 01:00:36 +01:00
parent 4fb1ec8342
commit 455cd63137

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -21,7 +21,7 @@ RDEPEND="media-libs/libsdl[video]
>=media-libs/freetype-2.4.0:2
dev-lang/perl
"
DEPEND="${DEPEND}
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {