summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-18 23:03:36 +0200
committerDavid Seifert <soap@gentoo.org>2021-06-18 23:03:36 +0200
commit8860b2655329fb7823e859275327ebed338a1085 (patch)
treeaf1a5a2c55cf376e83400ab8966e8914eea26df8 /games-arcade
parentgames-action/moon-buggy: add pkgconfig or pkgconfig-referenced libs deps (diff)
downloadgentoo-8860b2655329fb7823e859275327ebed338a1085.tar.gz
gentoo-8860b2655329fb7823e859275327ebed338a1085.tar.bz2
gentoo-8860b2655329fb7823e859275327ebed338a1085.zip
games-arcade/alienwave: 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')
-rw-r--r--games-arcade/alienwave/alienwave-0.4.0-r2.ebuild (renamed from games-arcade/alienwave/alienwave-0.4.0-r1.ebuild)6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-arcade/alienwave/alienwave-0.4.0-r1.ebuild b/games-arcade/alienwave/alienwave-0.4.0-r2.ebuild
index ae1536797605..55f4f0182698 100644
--- a/games-arcade/alienwave/alienwave-0.4.0-r1.ebuild
+++ b/games-arcade/alienwave/alienwave-0.4.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,8 +14,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="sys-libs/ncurses:0"
-RDEPEND=${DEPEND}
+DEPEND="sys-libs/ncurses:0="
+RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"
S="${WORKDIR}/${PN}"