summaryrefslogtreecommitdiff
path: root/dev-util/kdevelop/kdevelop-5.3.9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/kdevelop/kdevelop-5.3.9999.ebuild')
-rw-r--r--dev-util/kdevelop/kdevelop-5.3.9999.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-util/kdevelop/kdevelop-5.3.9999.ebuild b/dev-util/kdevelop/kdevelop-5.3.9999.ebuild
index a503019e34f..53e691a99ab 100644
--- a/dev-util/kdevelop/kdevelop-5.3.9999.ebuild
+++ b/dev-util/kdevelop/kdevelop-5.3.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,7 +12,7 @@ inherit kde5
DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and much more"
LICENSE="GPL-2 LGPL-2"
-IUSE="cvs +gdbui hex +plasma +qmake reviewboard subversion webkit"
+IUSE="+gdbui hex +plasma +qmake reviewboard subversion webkit"
[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
COMMON_DEPEND="
@@ -82,7 +82,6 @@ RDEPEND="${COMMON_DEPEND}
$(add_kdeapps_dep kio-extras)
dev-util/ninja
>=sys-devel/gdb-7.0[python]
- cvs? ( dev-vcs/cvs )
reviewboard? ( $(add_kdeapps_dep ktp-accounts-kcm) )
!dev-util/kdevelop-clang
!dev-util/kdevelop-cppcheck
@@ -96,7 +95,6 @@ RESTRICT+=" test"
src_configure() {
local mycmakeargs=(
- -DBUILD_cvs=$(usex cvs)
$(cmake-utils_use_find_package gdbui KF5SysGuard)
-DBUILD_executeplasmoid=$(usex plasma)
$(cmake-utils_use_find_package plasma KF5Plasma)