diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-02-09 08:30:23 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-02-09 08:30:23 +0000 |
commit | 56439f02126f17586c15e921c133b71adfee9950 (patch) | |
tree | 7226f9b6360050a54356bf5bba80bbe0b3e1cd4b /eclass | |
parent | Stable for sparc, wrt bug #499668 (diff) | |
download | historical-56439f02126f17586c15e921c133b71adfee9950.tar.gz historical-56439f02126f17586c15e921c133b71adfee9950.tar.bz2 historical-56439f02126f17586c15e921c133b71adfee9950.zip |
Drop also values of DGSEAL_ENABLE (#500730)
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/gnome2-utils.eclass | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 72c609ebbd6b..b02d325f833d 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1139 2014/02/08 00:56:30 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1140 2014/02/09 08:30:23 pacho Exp $ + + 09 Feb 2014; Pacho Ramos <pacho@gentoo.org> gnome2-utils.eclass: + Drop also values of DGSEAL_ENABLE (#500730) 06 Feb 2014; Michael Palimaka <kensington@gentoo.org> kde4-meta.eclass: Disable more bogus dependency checks wrt bug #494680. 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 |