Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/far2l/
Date: Thu, 22 Apr 2021 07:26:23
Message-Id: 1619076372.ca360d58ba921295a28ff7550b7ebf62ba731968.andrewammerlaan@gentoo
1 commit: ca360d58ba921295a28ff7550b7ebf62ba731968
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Thu Apr 22 07:26:12 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Thu Apr 22 07:26:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca360d58
7
8 app-misc/far2l: fix python dependencies
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 app-misc/far2l/far2l-2.3.20210419_alpha.ebuild | 7 ++++---
14 app-misc/far2l/far2l-9999.ebuild | 7 ++++---
15 2 files changed, 8 insertions(+), 6 deletions(-)
16
17 diff --git a/app-misc/far2l/far2l-2.3.20210419_alpha.ebuild b/app-misc/far2l/far2l-2.3.20210419_alpha.ebuild
18 index 92570f24a..46f3a6551 100644
19 --- a/app-misc/far2l/far2l-2.3.20210419_alpha.ebuild
20 +++ b/app-misc/far2l/far2l-2.3.20210419_alpha.ebuild
21 @@ -3,13 +3,13 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{6..9} )
26 +PYTHON_COMPAT=( python3_{7..9} )
27
28 CMAKE_MAKEFILE_GENERATOR="emake"
29 CMAKE_BUILD_TYPE="Release"
30 WX_GTK_VER="3.0-gtk3"
31
32 -inherit eutils cmake xdg-utils wxwidgets python-any-r1
33 +inherit cmake xdg-utils wxwidgets python-r1
34
35 DESCRIPTION="Linux port of Far Manager"
36 HOMEPAGE="https://github.com/elfmz/far2l"
37 @@ -30,6 +30,7 @@ fi
38 LICENSE="GPL-2"
39 SLOT="0"
40 IUSE="+ssl libressl sftp samba nfs webdav +archive +wxwidgets python +static-libs"
41 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
42
43 BDEPEND=">=dev-util/cmake-3.2.2
44 sys-devel/m4"
45 @@ -92,4 +93,4 @@ pkg_postinst() {
46
47 pkg_postrm() {
48 xdg_icon_cache_update
49 -}
50 \ No newline at end of file
51 +}
52
53 diff --git a/app-misc/far2l/far2l-9999.ebuild b/app-misc/far2l/far2l-9999.ebuild
54 index 92570f24a..46f3a6551 100644
55 --- a/app-misc/far2l/far2l-9999.ebuild
56 +++ b/app-misc/far2l/far2l-9999.ebuild
57 @@ -3,13 +3,13 @@
58
59 EAPI=7
60
61 -PYTHON_COMPAT=( python3_{6..9} )
62 +PYTHON_COMPAT=( python3_{7..9} )
63
64 CMAKE_MAKEFILE_GENERATOR="emake"
65 CMAKE_BUILD_TYPE="Release"
66 WX_GTK_VER="3.0-gtk3"
67
68 -inherit eutils cmake xdg-utils wxwidgets python-any-r1
69 +inherit cmake xdg-utils wxwidgets python-r1
70
71 DESCRIPTION="Linux port of Far Manager"
72 HOMEPAGE="https://github.com/elfmz/far2l"
73 @@ -30,6 +30,7 @@ fi
74 LICENSE="GPL-2"
75 SLOT="0"
76 IUSE="+ssl libressl sftp samba nfs webdav +archive +wxwidgets python +static-libs"
77 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
78
79 BDEPEND=">=dev-util/cmake-3.2.2
80 sys-devel/m4"
81 @@ -92,4 +93,4 @@ pkg_postinst() {
82
83 pkg_postrm() {
84 xdg_icon_cache_update
85 -}
86 \ No newline at end of file
87 +}