kde-apps/kmail: Cleanup src_configure
authorJohannes Huber <johu@gentoo.org>
Thu, 7 Jul 2016 18:32:50 +0000 (20:32 +0200)
committerJohannes Huber <johu@gentoo.org>
Thu, 7 Jul 2016 18:32:50 +0000 (20:32 +0200)
Package-Manager: portage-2.3.0

kde-apps/kmail/kmail-4.14.10.ebuild
kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
kde-apps/kmail/kmail-4.4.2016.01.ebuild

index 55aed2ea30a4d3401d7f625979f2c8eb689cd64c..a2ab8a31df43d8217026c5a31379fd4cc8420752 100644 (file)
@@ -75,13 +75,6 @@ KMLOADLIBS="kdepim-common-libs"
 
 PATCHES=( "${FILESDIR}/kdepim-4.14.10-fix-cmake-3.4.patch" )
 
-src_configure() {
-       # Bug 308903
-       use ppc64 && append-flags -mminimal-toc
-
-       kde4-meta_src_configure
-}
-
 src_compile() {
        kde4-meta_src_compile kmail_xml
        kde4-meta_src_compile
index c7cf079c9de624738b3cb1e2d6edbfb87f25430a..d32dc08deddb7aaa7f66a020a7362284890ab5aa 100644 (file)
@@ -77,13 +77,6 @@ KMEXTRA="
 
 KMLOADLIBS="kdepim-common-libs"
 
-src_configure() {
-       # Bug 308903
-       use ppc64 && append-flags -mminimal-toc
-
-       kde4-meta_src_configure
-}
-
 src_compile() {
        kde4-meta_src_compile kmail_xml
        kde4-meta_src_compile
index 861757d6a3cf3ed756bb2ab89540fadbc2ceb116..73ce2afc8dd0558a4c78ad489030397320ca6c17 100644 (file)
@@ -47,9 +47,6 @@ PATCHES=(
 )
 
 src_configure() {
-       # Bug 308903
-       use ppc64 && append-flags -mminimal-toc
-
        mycmakeargs=(
                -DWITH_IndicateQt=OFF
        )