Skip to content

Commit

Permalink
x11-terms/qterminal: dev-qt/linguist-tools is a build-time dependency
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
Michael Palimaka committed Oct 1, 2015
1 parent d5769fe commit 17ebbc8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions x11-terms/qterminal/qterminal-0.6.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,21 @@ IUSE="debug qt4 qt5"

REQUIRED_USE="^^ ( qt4 qt5 )"

DEPEND="
RDEPEND="
qt4? (
dev-qt/qtcore:4
dev-qt/qtgui:4
x11-libs/libqxt
~x11-libs/qtermwidget-${PV}[qt4(+)]
)
qt5? (
dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtgui:5
~x11-libs/qtermwidget-${PV}[qt5(-)]
)"
RDEPEND="${DEPEND}"
DEPEND="${RDEPEND}
qt5? ( dev-qt/linguist-tools:5 )
"

src_configure() {
local mycmakeargs=(
Expand Down

0 comments on commit 17ebbc8

Please sign in to comment.