diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-12-04 00:51:30 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-12-04 00:51:30 +0000 |
commit | ab5880a7cdb4484ef9c66609320511500568cfb9 (patch) | |
tree | 50c046a226551889c2e69e54ea42d76125941b13 /eclass | |
parent | Automated update. (diff) | |
download | gentoo-2-ab5880a7cdb4484ef9c66609320511500568cfb9.tar.gz gentoo-2-ab5880a7cdb4484ef9c66609320511500568cfb9.tar.bz2 gentoo-2-ab5880a7cdb4484ef9c66609320511500568cfb9.zip |
fixed typo in mozconfig-v5.34 eclass comments
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 6 | ||||
-rw-r--r-- | eclass/mozconfig-v5.34.eclass | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index db6d827ead1e..89fe8884e523 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1450 2014/12/03 23:10:06 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1451 2014/12/04 00:51:30 axs Exp $ + + 04 Dec 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> + mozconfig-v5.34.eclass: + fixed typo in mozconfig-v5.34 eclass comments 03 Dec 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> mozconfig-v5.31.eclass, +mozconfig-v5.34.eclass: diff --git a/eclass/mozconfig-v5.34.eclass b/eclass/mozconfig-v5.34.eclass index 64acf6b4c873..b3c2d812d85f 100644 --- a/eclass/mozconfig-v5.34.eclass +++ b/eclass/mozconfig-v5.34.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-v5.34.eclass,v 1.1 2014/12/03 23:10:06 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-v5.34.eclass,v 1.2 2014/12/04 00:51:30 axs Exp $ # # @ECLASS: mozconfig-v5.33.eclass # @MAINTAINER: @@ -159,7 +159,7 @@ mozconfig_config() { if ! use debug ; then mozconfig_annotate 'disabled by Gentoo' --disable-debug-symbols else - mozconfig_annotate 'disabled by Gentoo' --enable-debug-symbols + mozconfig_annotate 'enabled by Gentoo' --enable-debug-symbols fi mozconfig_use_enable startup-notification |