summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-08-11 21:50:41 +0200
committerDavid Seifert <soap@gentoo.org>2019-08-11 21:51:02 +0200
commit1cf782e353b8105b11571c421d819f0db6945506 (patch)
tree0c4d890633094315bfe34fda77dac609eed955cd
parentxfce-extra/xfce4-pulseaudio-plugin: Bump to 0.4.2 (diff)
downloadgentoo-1cf782e3.tar.gz
gentoo-1cf782e3.tar.bz2
gentoo-1cf782e3.zip
games-board/pokerth: Fix virtual/pkgconfig in BDEPEND
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--games-board/pokerth/pokerth-1.1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-board/pokerth/pokerth-1.1.2.ebuild b/games-board/pokerth/pokerth-1.1.2.ebuild
index c133c4056446..08afd16fde19 100644
--- a/games-board/pokerth/pokerth-1.1.2.ebuild
+++ b/games-board/pokerth/pokerth-1.1.2.ebuild
@@ -32,8 +32,8 @@ RDEPEND="dev-db/sqlite:3
)"
DEPEND="${RDEPEND}
dev-cpp/websocketpp
- !dedicated? ( dev-qt/qtsql:5 )
- virtual/pkgconfig"
+ !dedicated? ( dev-qt/qtsql:5 )"
+BDEPEND="virtual/pkgconfig"
S="${WORKDIR}/${P}-rc"