diff options
author | David Seifert <soap@gentoo.org> | 2019-08-11 21:50:41 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-11 21:51:02 +0200 |
commit | 1cf782e353b8105b11571c421d819f0db6945506 (patch) | |
tree | 0c4d890633094315bfe34fda77dac609eed955cd /games-board | |
parent | xfce-extra/xfce4-pulseaudio-plugin: Bump to 0.4.2 (diff) | |
download | gentoo-1cf782e353b8105b11571c421d819f0db6945506.tar.gz gentoo-1cf782e353b8105b11571c421d819f0db6945506.tar.bz2 gentoo-1cf782e353b8105b11571c421d819f0db6945506.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>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/pokerth/pokerth-1.1.2.ebuild | 4 |
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" |