From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4590E138334 for ; Wed, 16 Oct 2019 13:21:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B121E096D; Wed, 16 Oct 2019 13:21:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE925E096B for ; Wed, 16 Oct 2019 13:21:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8066F34BDAC for ; Wed, 16 Oct 2019 13:21:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD180744 for ; Wed, 16 Oct 2019 13:21:08 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1571218294.0377dbfb05010316fb1c05c4a2465c7468655d07.asturm@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: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0377dbfb05010316fb1c05c4a2465c7468655d07 X-VCS-Branch: master Date: Wed, 16 Oct 2019 13:21:08 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 53185db9-c34c-47b9-ac08-858846ea97c1 X-Archives-Hash: 16ddbc0e859e0899fe0ffca1d19e1b6a commit: 0377dbfb05010316fb1c05c4a2465c7468655d07 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 16 09:30:55 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Oct 16 09:31:34 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0377dbfb kde5.eclass: Restore order Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde5.eclass | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index b498d7e7a2..8497e511e8 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -192,6 +192,13 @@ case ${KDE_AUTODEPS} in ;; esac +case ${KDE_DEBUG} in + false) ;; + *) + IUSE+=" debug" + ;; +esac + case ${KDE_DESIGNERPLUGIN} in false) ;; *) @@ -203,13 +210,6 @@ case ${KDE_DESIGNERPLUGIN} in fi esac -case ${KDE_DEBUG} in - false) ;; - *) - IUSE+=" debug" - ;; -esac - case ${KDE_EXAMPLES} in false) ;; *)