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 31D681382C5 for ; Thu, 17 May 2018 11:15:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79C60E09E6; Thu, 17 May 2018 11:15:10 +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 5B3D0E09E6 for ; Thu, 17 May 2018 11:15:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 87BD1335C77 for ; Thu, 17 May 2018 11:15:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3A0829B for ; Thu, 17 May 2018 11:15:07 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1526555701.a5d0b4d12aea896d0a2b0b4012c878d103792051.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libsecret/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/libsecret/libsecret-0.18.6-r1.ebuild X-VCS-Directories: app-crypt/libsecret/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: a5d0b4d12aea896d0a2b0b4012c878d103792051 X-VCS-Branch: master Date: Thu, 17 May 2018 11:15:07 +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: de0e3b62-0c0a-4a07-8aff-57251918ab87 X-Archives-Hash: aceb6be8c3a155e39a796913acd724c4 commit: a5d0b4d12aea896d0a2b0b4012c878d103792051 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu May 17 11:13:04 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu May 17 11:15:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5d0b4d1 app-crypt/libsecret: drop effectless USE=debug Default of the option is the same as --enable-debug, however using no or default breaks unittests. Drop overlooked unwanted CFLAGS modifications. Package-Manager: Portage-2.3.36, Repoman-2.3.9 app-crypt/libsecret/libsecret-0.18.6-r1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild b/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild index 5960a81c6ab..fc25bbf62d1 100644 --- a/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild +++ b/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="6" -GCONF_DEBUG="yes" +EAPI=6 PYTHON_COMPAT=( python3_{4,5,6} ) VALA_USE_DEPEND=vapigen @@ -63,6 +62,9 @@ pkg_setup() { src_prepare() { use vala && vala_src_prepare gnome2_src_prepare + + # Drop unwanted CFLAGS modifications + sed -e 's/CFLAGS="$CFLAGS -\(g\|O0\|O2\)"//' -i configure || die } multilib_src_configure() {