summaryrefslogtreecommitdiff
path: root/app-crypt/libsecret
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2018-05-17 13:13:04 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2018-05-17 13:15:01 +0200
commita5d0b4d12aea896d0a2b0b4012c878d103792051 (patch)
treea4ad3f7b87647f3ec613dd9df4748eea2e7db078 /app-crypt/libsecret
parente2e1e1bfa3bcc9318540260480216fe46875a326 (diff)
downloadgentoo-a5d0b4d12aea896d0a2b0b4012c878d103792051.tar.gz
gentoo-a5d0b4d12aea896d0a2b0b4012c878d103792051.tar.xz
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
Diffstat (limited to 'app-crypt/libsecret')
-rw-r--r--app-crypt/libsecret/libsecret-0.18.6-r1.ebuild6
1 files 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() {