summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-24 13:46:11 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-24 13:46:40 +0100
commit088f4bd84bf116b79e7a0a3e25d7dc92cd02e8c2 (patch)
treed125c6687c8303caf0c1b1eafd7b8564874d515f /kde-frameworks
parentapp-office/libreoffice: Raise minimim boost dep to >=1.65.0 (diff)
downloadgentoo-088f4bd84bf116b79e7a0a3e25d7dc92cd02e8c2.tar.gz
gentoo-088f4bd84bf116b79e7a0a3e25d7dc92cd02e8c2.tar.bz2
gentoo-088f4bd84bf116b79e7a0a3e25d7dc92cd02e8c2.zip
kde-frameworks/kdelibs: Fix DEPEND
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kdelibs/kdelibs-4.14.37.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/kde-frameworks/kdelibs/kdelibs-4.14.37.ebuild b/kde-frameworks/kdelibs/kdelibs-4.14.37.ebuild
index 63019bdb243c..f8c5e1b98b99 100644
--- a/kde-frameworks/kdelibs/kdelibs-4.14.37.ebuild
+++ b/kde-frameworks/kdelibs/kdelibs-4.14.37.ebuild
@@ -90,9 +90,11 @@ COMMONDEPEND="
"
DEPEND="${COMMONDEPEND}
doc? ( app-doc/doxygen )
- handbook? ( >=dev-qt/qttest-${QT_MINIMAL}:4 )
nls? ( virtual/libintl )
- test? ( dev-util/cppunit )
+ test? (
+ >=dev-qt/qttest-${QT_MINIMAL}:4
+ dev-util/cppunit
+ )
"
RDEPEND="${COMMONDEPEND}
!dev-qt/qtphonon