From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 27A5259CAF for ; Mon, 4 Apr 2016 18:59:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4297121C006; Mon, 4 Apr 2016 18:59:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B079D21C006 for ; Mon, 4 Apr 2016 18:59:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8149C340C1C for ; Mon, 4 Apr 2016 18:59:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7171976 for ; Mon, 4 Apr 2016 18:59:10 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1459796338.2dddfa92b71c05011932276dae13f37cd82bad89.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/calligra/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/calligra/calligra-9999.ebuild X-VCS-Directories: app-office/calligra/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 2dddfa92b71c05011932276dae13f37cd82bad89 X-VCS-Branch: master Date: Mon, 4 Apr 2016 18:59:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 87a3f38d-f617-4bbb-9481-6ab896ba72be X-Archives-Hash: 180ffa356c49050814217125fef5d5ed commit: 2dddfa92b71c05011932276dae13f37cd82bad89 Author: Johannes Huber gentoo org> AuthorDate: Mon Apr 4 18:58:58 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Apr 4 18:58:58 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2dddfa92 app-office/calligra: Sort configure by use flags Package-Manager: portage-2.2.28 app-office/calligra/calligra-9999.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild index 5a48881..bb190a5 100644 --- a/app-office/calligra/calligra-9999.ebuild +++ b/app-office/calligra/calligra-9999.ebuild @@ -177,13 +177,6 @@ src_configure() { mycmakeargs+=( -DPACKAGERS_BUILD=OFF -DWITH_Iconv=ON - -DBUILD_cstester=$(usex test) - $(cmake-utils_use_find_package kdepim KF5Akonadi) - $(cmake-utils_use_find_package kdepim KF5AkonadiContact) - $(cmake-utils_use_find_package kdepim KF5CalendarCore) - $(cmake-utils_use_find_package kdepim KF5Contacts) - $(cmake-utils_use_find_package kdepim KGantt) - -DUSEOPENGL=$(usex opengl) -DWITH_Qca-qt5=$(usex crypt) -DWITH_Eigen3=$(usex eigen) -DWITH_Fontconfig=$(usex fontconfig) @@ -196,13 +189,20 @@ src_configure() { -DWITH_LibWpd=$(usex import-filter) -DWITH_LibWpg=$(usex import-filter) -DWITH_LibWps=$(usex import-filter) + $(cmake-utils_use_find_package kdepim KF5Akonadi) + $(cmake-utils_use_find_package kdepim KF5AkonadiContact) + $(cmake-utils_use_find_package kdepim KF5CalendarCore) + $(cmake-utils_use_find_package kdepim KF5Contacts) + $(cmake-utils_use_find_package kdepim KGantt) -DWITH_LCMS2=$(usex lcms) -DWITH_CalligraMarble=$(usex marble) -DWITH_Okular=$(usex okular) -DWITH_OpenEXR=$(usex openexr) + -DUSEOPENGL=$(usex opengl) -DWITH_Poppler=$(usex pdf) -DWITH_Pstoedit=$(usex pdf) -DWITH_Spnav=$(usex spacenav) + -DBUILD_cstester=$(usex test) -DWITH_Threads=$(usex threads) -DWITH_Freetype=$(usex truetype) -DWITH_Vc=$(usex vc)