[gnome-commander/gcmd-1-4] Applied repoman suggestions to the ebuild



commit 234ee87f03d7365a7a029b82c1ac64e122142c27
Author: Markus Rathgeb <maggu2810 gmail com>
Date:   Fri May 2 20:27:57 2014 +0200

    Applied repoman suggestions to the ebuild
    
    Signed-off-by: Uwe Scholz <uwescholz src gnome org>

 data/gnome-commander.ebuild.in |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/data/gnome-commander.ebuild.in b/data/gnome-commander.ebuild.in
index 9156a1f..8979d17 100644
--- a/data/gnome-commander.ebuild.in
+++ b/data/gnome-commander.ebuild.in
@@ -1,12 +1,12 @@
 # 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
 
-PYTHON_DEPEND="python? 2:2.6"
+PYTHON_COMPAT=( python{2_6,2_7} )
 
-inherit eutils gnome2 python
+inherit eutils gnome2 python-r1
 
 DESCRIPTION="A full featured, twin-panel file manager for Gnome2"
 HOMEPAGE="http://gcmd.github.io/";
@@ -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
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]