Skip to content

Commit

Permalink
kde-apps/kmailtransport: Drop USE=ssl
Browse files Browse the repository at this point in the history
Fails to build if disabled, and who would disable it anyway.

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

COMMON_DEPEND="
$(add_frameworks_dep kcmutils)
Expand All @@ -29,7 +29,7 @@ COMMON_DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork)
$(add_qt_dep qtwidgets)
ssl? ( dev-libs/cyrus-sasl )
dev-libs/cyrus-sasl
"
DEPEND="${COMMON_DEPEND}
test? ( $(add_frameworks_dep ktextwidgets) )
Expand All @@ -49,10 +49,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 e52a1a0

Please sign in to comment.