Skip to content

Commit

Permalink
games-fps/doomsday: fix building with USE=-openal (bug #571982); add …
Browse files Browse the repository at this point in the history
…missing dep on dev-qt/qtnetwork (bug #571984)

Package-Manager: portage-2.2.26
  • Loading branch information
Michael Sterrett committed Jan 15, 2016
1 parent 3274f35 commit e2eedf2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion games-fps/doomsday/doomsday-1.15.7.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
demo? ( doom ) freedoom? ( doom ) resources? ( doom )"

DEPEND="
dev-qt/qtcore:5
dev-qt/qtnetwork:5
dev-qt/qtopengl:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
dev-qt/qtgui:5
dev-qt/qtcore:5
net-misc/curl
sys-libs/zlib
media-libs/assimp
Expand Down Expand Up @@ -93,6 +95,7 @@ src_prepare() {
use tools || echo "CONFIG += deng_notools"

use openal && echo "CONFIG += deng_openal"
true

} > config_user.pri || die
}
Expand Down

0 comments on commit e2eedf2

Please sign in to comment.