[gnome-commander] Applied repoman suggestions to the ebuild
- From: Uwe Scholz <uwescholz src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-commander] Applied repoman suggestions to the ebuild
 
- Date: Fri,  2 May 2014 18:29:38 +0000 (UTC)
 
commit 2f68d5b18a2ec2cfa2d05b14176af57bdf3eccb8
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]