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 7334C1381F3 for ; Sun, 28 Apr 2013 23:59:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5978AE09CD; Sun, 28 Apr 2013 23:59:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4CEBE09CD for ; Sun, 28 Apr 2013 23:59:37 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A18C833DF89 for ; Sun, 28 Apr 2013 23:59:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3F5B0E408C for ; Sun, 28 Apr 2013 23:59:35 +0000 (UTC) From: "David Heidelberger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Heidelberger" Message-ID: <1367193547.cfdd4f29dd98a02d0caefdd77655e91fedabfe86.okias@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdm/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kdm/kdm-4.10.49.9999.ebuild kde-base/kdm/kdm-9999.ebuild X-VCS-Directories: kde-base/kdm/ X-VCS-Committer: okias X-VCS-Committer-Name: David Heidelberger X-VCS-Revision: cfdd4f29dd98a02d0caefdd77655e91fedabfe86 X-VCS-Branch: master Date: Sun, 28 Apr 2013 23:59:35 +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: cf48f2a3-2021-47fe-aca0-2d189d5d6235 X-Archives-Hash: decb4586259e7dec113a89502318c061 commit: cfdd4f29dd98a02d0caefdd77655e91fedabfe86 Author: David Heidelberger ixit cz> AuthorDate: Sun Apr 28 23:59:07 2013 +0000 Commit: David Heidelberger gmail com> CommitDate: Sun Apr 28 23:59:07 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cfdd4f29 [kde-base/kdm] remove workaround for -O3, tested on amd64, seems fine. Issue spotted last before kdm-4.3 release --- kde-base/kdm/kdm-4.10.49.9999.ebuild | 4 ---- kde-base/kdm/kdm-9999.ebuild | 4 ---- 2 files changed, 0 insertions(+), 8 deletions(-) diff --git a/kde-base/kdm/kdm-4.10.49.9999.ebuild b/kde-base/kdm/kdm-4.10.49.9999.ebuild index 0ae5d18..4abbd31 100644 --- a/kde-base/kdm/kdm-4.10.49.9999.ebuild +++ b/kde-base/kdm/kdm-4.10.49.9999.ebuild @@ -52,10 +52,6 @@ pkg_setup() { } src_configure() { - # genkdmconf breaks with -O3 - # last checked in 4.2.95 - replace-flags -O3 -O2 - mycmakeargs=( $(cmake-utils_use kerberos KDE4_KRB5AUTH) $(cmake-utils_use_with pam) diff --git a/kde-base/kdm/kdm-9999.ebuild b/kde-base/kdm/kdm-9999.ebuild index 0ae5d18..4abbd31 100644 --- a/kde-base/kdm/kdm-9999.ebuild +++ b/kde-base/kdm/kdm-9999.ebuild @@ -52,10 +52,6 @@ pkg_setup() { } src_configure() { - # genkdmconf breaks with -O3 - # last checked in 4.2.95 - replace-flags -O3 -O2 - mycmakeargs=( $(cmake-utils_use kerberos KDE4_KRB5AUTH) $(cmake-utils_use_with pam)