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 BC82758973 for ; Fri, 29 Jan 2016 10:34:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27D1DE0872; Fri, 29 Jan 2016 10:34:04 +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 C6714E0871 for ; Fri, 29 Jan 2016 10:34:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FB07340AC0 for ; Fri, 29 Jan 2016 10:34:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C28D18DA for ; Fri, 29 Jan 2016 10:34:01 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1454061654.09550eaa2c31fd1723fe79f6cd005411d611880b.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 09550eaa2c31fd1723fe79f6cd005411d611880b X-VCS-Branch: master Date: Fri, 29 Jan 2016 10:34:01 +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: 711b4367-d1ba-4355-b73d-e9a6fd748cd0 X-Archives-Hash: f114761e713b2f0e555ab3d8f5c3d90e commit: 09550eaa2c31fd1723fe79f6cd005411d611880b Author: Michael Palimaka gentoo org> AuthorDate: Fri Jan 29 10:00:43 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Jan 29 10:00:54 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=09550eaa kde5.eclass: sort eclass inherits This should be safe because we already export almost every phase function. eclass/kde5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index a5451db..2218212 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -19,7 +19,7 @@ _KDE5_ECLASS=1 # for tests you should proceed with setting VIRTUALX_REQUIRED=test. : ${VIRTUALX_REQUIRED:=manual} -inherit kde5-functions fdo-mime flag-o-matic gnome2-utils versionator virtualx eutils cmake-utils +inherit cmake-utils eutils flag-o-matic gnome2-utils kde5-functions versionator virtualx if [[ ${KDE_BUILD_TYPE} = live ]]; then case ${KDE_SCM} in