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 A2B5A13877A for ; Mon, 4 Aug 2014 12:47:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E35BE08E0; Mon, 4 Aug 2014 12:47:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E30AE08E0 for ; Mon, 4 Aug 2014 12:47:44 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCCF934004F for ; Mon, 4 Aug 2014 12:47:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 0648118810 for ; Mon, 4 Aug 2014 12:47:42 +0000 (UTC) From: "Jauhien Piatlicki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jauhien Piatlicki" Message-ID: <1407156429.67ecce49ae6785fd5432a4536b10d82b7c7871eb.jauhien@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-misc/sddm/ X-VCS-Repository: proj/qt X-VCS-Files: x11-misc/sddm/sddm-9999.ebuild X-VCS-Directories: x11-misc/sddm/ X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: 67ecce49ae6785fd5432a4536b10d82b7c7871eb X-VCS-Branch: master Date: Mon, 4 Aug 2014 12:47:42 +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: 74df125d-4a11-47d2-8c6a-4d223de452ec X-Archives-Hash: 5e6d0f8897ac7945cb8e8ed71b2ed803 commit: 67ecce49ae6785fd5432a4536b10d82b7c7871eb Author: Jauhien Piatlicki gentoo org> AuthorDate: Mon Aug 4 12:47:09 2014 +0000 Commit: Jauhien Piatlicki gentoo org> CommitDate: Mon Aug 4 12:47:09 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=67ecce49 [x11-misc/sddm] fix functions order --- x11-misc/sddm/sddm-9999.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/x11-misc/sddm/sddm-9999.ebuild b/x11-misc/sddm/sddm-9999.ebuild index 257a101..0c45479 100644 --- a/x11-misc/sddm/sddm-9999.ebuild +++ b/x11-misc/sddm/sddm-9999.ebuild @@ -35,13 +35,6 @@ pkg_pretend() { fi } -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_no systemd SYSTEMD) - ) - cmake-utils_src_configure -} - src_prepare() { use consolekit && epatch "${FILESDIR}/${P}-consolekit.patch" @@ -51,6 +44,13 @@ src_prepare() { -i CMakeLists.txt || die 'sed failed' } +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_no systemd SYSTEMD) + ) + cmake-utils_src_configure +} + pkg_postinst() { if use consolekit; then ewarn "This display manager doesn't have native built-in ConsoleKit support."