diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-03-19 10:20:26 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-03-19 10:25:23 +0000 |
commit | 7131191b36bb86374fb9f5191c9ba5d2fc2f45e1 (patch) | |
tree | 9b649fbf5ee35e42e8945c39c329ba74899c4183 /eclass/gnome2.eclass | |
parent | sci-physics/herwig: fix bug 612906 (diff) | |
download | gentoo-7131191b36bb86374fb9f5191c9ba5d2fc2f45e1.tar.gz gentoo-7131191b36bb86374fb9f5191c9ba5d2fc2f45e1.tar.bz2 gentoo-7131191b36bb86374fb9f5191c9ba5d2fc2f45e1.zip |
Drop trailing whitespaces
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'eclass/gnome2.eclass')
-rw-r--r-- | eclass/gnome2.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index 7e5feee4ce76..8a83297b0959 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -53,11 +53,11 @@ fi # @ECLASS-VARIABLE: GCONF_DEBUG # @DEFAULT_UNSET -# @DESCRIPTION: +# @DESCRIPTION: # Whether to handle debug or not. # Some gnome applications support various levels of debugging (yes, no, minimum, -# etc), but using --disable-debug also removes g_assert which makes debugging -# harder. This variable should be set to yes for such packages for the eclass +# etc), but using --disable-debug also removes g_assert which makes debugging +# harder. This variable should be set to yes for such packages for the eclass # to handle it properly. It will enable minimal debug with USE=-debug. # Note that this is most commonly found in configure.ac as GNOME_DEBUG_CHECK. # @@ -68,7 +68,7 @@ if has ${EAPI:-0} 4 5; then IUSE="debug" fi fi - + # @ECLASS-VARIABLE: GNOME2_ECLASS_GIO_MODULES # @INTERNAL # @DESCRIPTION: |