diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2018-05-17 13:13:04 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2018-05-17 13:15:01 +0200 |
commit | a5d0b4d12aea896d0a2b0b4012c878d103792051 (patch) | |
tree | a4ad3f7b87647f3ec613dd9df4748eea2e7db078 | |
parent | net-news/canto-curses: set https in HOMEPAGE and SRC_URI urls (diff) | |
download | gentoo-a5d0b4d12aea896d0a2b0b4012c878d103792051.tar.gz gentoo-a5d0b4d12aea896d0a2b0b4012c878d103792051.tar.bz2 gentoo-a5d0b4d12aea896d0a2b0b4012c878d103792051.zip |
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
-rw-r--r-- | app-crypt/libsecret/libsecret-0.18.6-r1.ebuild | 6 |
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 5960a81c6aba..fc25bbf62d16 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() { |