diff options
author | 2014-02-09 08:30:23 +0000 | |
---|---|---|
committer | 2014-02-09 08:30:23 +0000 | |
commit | f323701bd5adb12b443723e31c20ec48e3910cd3 (patch) | |
tree | 427852441642b2e712f484219f2ac705d06cd079 /eclass/gnome2-utils.eclass | |
parent | Stable for sparc, wrt bug #499668 (diff) | |
download | gentoo-2-f323701bd5adb12b443723e31c20ec48e3910cd3.tar.gz gentoo-2-f323701bd5adb12b443723e31c20ec48e3910cd3.tar.bz2 gentoo-2-f323701bd5adb12b443723e31c20ec48e3910cd3.zip |
Drop also values of DGSEAL_ENABLE (#500730)
Diffstat (limited to 'eclass/gnome2-utils.eclass')
-rw-r--r-- | eclass/gnome2-utils.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass index a70e322f7820..9c046210c0b8 100644 --- a/eclass/gnome2-utils.eclass +++ b/eclass/gnome2-utils.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2-utils.eclass,v 1.33 2013/09/15 19:29:11 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2-utils.eclass,v 1.34 2014/02/09 08:30:23 pacho Exp $ # @ECLASS: gnome2-utils.eclass # @MAINTAINER: @@ -502,7 +502,7 @@ gnome2_disable_deprecation_warning() { LC_ALL=C sed -r -i \ -e 's:-D[A-Z_]+_DISABLE_DEPRECATED:$(NULL):g' \ - -e 's:-DGSEAL_ENABLE:$(NULL):g' \ + -e 's:-DGSEAL_ENABLE+[A-Z_]:$(NULL):g' \ -i "${makefile}" if [[ $? -ne 0 ]]; then |