Skip to content

Commit

Permalink
kde-apps/libksieve: Drop USE=ssl
Browse files Browse the repository at this point in the history
Fails to configure if disabled because deps require it.

Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
a17r committed Mar 19, 2017
1 parent e52a1a0 commit 4c75b24
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions kde-apps/libksieve/libksieve-16.12.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inherit kde5
DESCRIPTION="Common PIM libraries"
LICENSE="GPL-2+ LGPL-2.1+"
KEYWORDS="~amd64 ~x86"
IUSE="ssl"
IUSE=""

# drop qtwebengine subslot operator when QT_MINIMAL >= 5.8.0
DEPEND="
Expand All @@ -31,7 +31,7 @@ DEPEND="
$(add_qt_dep qtwebengine 'widgets' '' '5=')
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
ssl? ( dev-libs/cyrus-sasl )
dev-libs/cyrus-sasl
"
RDEPEND="${DEPEND}
!kde-apps/kdepim-kioslaves
Expand All @@ -47,10 +47,3 @@ src_prepare() {
-i kioslave/CMakeLists.txt || die "failed to comment add_subdirectory(doc)"
fi
}

src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package ssl Sasl2)
)
kde5_src_configure
}

0 comments on commit 4c75b24

Please sign in to comment.