diff options
author | Sam James <sam@gentoo.org> | 2022-03-10 23:07:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-10 23:07:17 +0000 |
commit | a715a173775a298edc4f05e71622ad65448eaf48 (patch) | |
tree | 6bbe1b8bc1eddf5bd4abd8dbb3dd98852cc54caf /games-arcade | |
parent | sci-mathematics/lcalc: fix RDEPEND typo (diff) | |
download | gentoo-a715a173775a298edc4f05e71622ad65448eaf48.tar.gz gentoo-a715a173775a298edc4f05e71622ad65448eaf48.tar.bz2 gentoo-a715a173775a298edc4f05e71622ad65448eaf48.zip |
games-arcade/rockdodger: fix DEPEND
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/rockdodger/rockdodger-1.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/rockdodger/rockdodger-1.1.4.ebuild b/games-arcade/rockdodger/rockdodger-1.1.4.ebuild index 6f4a73b078fd..b752d56a2e11 100644 --- a/games-arcade/rockdodger/rockdodger-1.1.4.ebuild +++ b/games-arcade/rockdodger/rockdodger-1.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ RDEPEND=" media-libs/libsdl[joystick,sound,video] media-libs/sdl-image[png] media-libs/sdl-mixer[mod,wav]" -DEPEND="${DEPEND}" +DEPEND="${RDEPEND}" src_compile() { tc-export CC |