diff --git a/gnome-extra/gnome-commander/gnome-commander-1.4.1.ebuild b/gnome-extra/gnome-commander/gnome-commander-1.4.1.ebuild
index 4b182fc..304db2e 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.4.1.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.4.1.ebuild
@@ -1,5 +1,5 @@
 # Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License, v2 or later
+# Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=5
@@ -40,13 +40,13 @@ DEPEND="${RDEPEND}
 
 DOCS="AUTHORS BUGS ChangeLog NEWS README TODO"
 
-src_configure() { 
-	G2CONF="$(use_enable doc scrollkeeper )
+src_configure() {
+	G2CONF="$(use_enable doc scrollkeeper)
 		$(use_enable python)
 		$(use_with chm libchm)
 		$(use_with exif exiv2)
 		$(use_with gsf libgsf)
 		$(use_with taglib)
 		$(use_with pdf poppler)"
-	gnome2_src_configure 
+	gnome2_src_configure
 }