Skip to content

Commit

Permalink
games-board/cockatrice: Add missing USE=server RDEPENDs
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.48, Repoman-2.3.10
  • Loading branch information
a17r committed Aug 22, 2018
1 parent b4b2fc1 commit e59c6b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion games-board/cockatrice/cockatrice-20170505-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ KEYWORDS="~amd64 ~x86"
IUSE="+client +oracle server"

RDEPEND="
dev-libs/protobuf
dev-qt/qtconcurrent:5
dev-qt/qtcore:5
dev-qt/qtgui:5
Expand All @@ -27,6 +26,11 @@ RDEPEND="
dev-qt/qtsvg:5
)
oracle? ( sys-libs/zlib:= )
server? (
dev-libs/protobuf:=
dev-qt/qtsql:5
dev-qt/qtwebsockets:5
)
"
DEPEND="${RDEPEND}
dev-qt/linguist-tools:5
Expand Down

0 comments on commit e59c6b5

Please sign in to comment.