summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-18 23:04:06 +0200
committerDavid Seifert <soap@gentoo.org>2021-06-18 23:04:06 +0200
commit154bb1f166101e25cfe0d6492fb0883a637b193e (patch)
tree6208cbb6cee3ce89c2d28ecbe0a70b9e3d502ecb /games-arcade/conveysdl
parentgames-arcade/ascii-invaders: add pkgconfig or pkgconfig-referenced libs deps (diff)
downloadgentoo-154bb1f166101e25cfe0d6492fb0883a637b193e.tar.gz
gentoo-154bb1f166101e25cfe0d6492fb0883a637b193e.tar.bz2
gentoo-154bb1f166101e25cfe0d6492fb0883a637b193e.zip
games-arcade/conveysdl: add pkgconfig or pkgconfig-referenced libs deps
Add dependencies for either virtual/pkgconfig, move it into BDEPEND where applicable, or add dependencies for libraries we're trying to find with pkgconfig. Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-arcade/conveysdl')
-rw-r--r--games-arcade/conveysdl/conveysdl-1.3-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/conveysdl/conveysdl-1.3-r1.ebuild b/games-arcade/conveysdl/conveysdl-1.3-r1.ebuild
index 889cc7840cce..904ee87c07b4 100644
--- a/games-arcade/conveysdl/conveysdl-1.3-r1.ebuild
+++ b/games-arcade/conveysdl/conveysdl-1.3-r1.ebuild
@@ -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
@@ -15,7 +15,7 @@ IUSE=""
DEPEND="media-libs/libsdl[sound,video]
media-libs/sdl-mixer"
-RDEPEND=${DEPEND}
+RDEPEND="${DEPEND}"
S="${WORKDIR}"