Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/bitlbee/
Date: Tue, 05 May 2020 08:47:08
Message-Id: 1588668395.05ff2b3241b7facf365ecf15b9d0db1ed7d020c2.juippis@gentoo
1 commit: 05ff2b3241b7facf365ecf15b9d0db1ed7d020c2
2 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
3 AuthorDate: Fri May 1 09:46:19 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue May 5 08:46:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ff2b32
7
8 net-im/bitlbee: fix dependencies in live ebuild
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 net-im/bitlbee/bitlbee-9999.ebuild | 24 +++++++++++++++---------
15 1 file changed, 15 insertions(+), 9 deletions(-)
16
17 diff --git a/net-im/bitlbee/bitlbee-9999.ebuild b/net-im/bitlbee/bitlbee-9999.ebuild
18 index 6643e1c5920..37efbe6e16b 100644
19 --- a/net-im/bitlbee/bitlbee-9999.ebuild
20 +++ b/net-im/bitlbee/bitlbee-9999.ebuild
21 @@ -3,7 +3,9 @@
22
23 EAPI=7
24
25 -inherit systemd toolchain-funcs
26 +PYTHON_COMPAT=( python3_{6..8} )
27 +
28 +inherit python-any-r1 systemd toolchain-funcs
29
30 if [[ ${PV} == "9999" ]]; then
31 EGIT_REPO_URI="https://github.com/bitlbee/bitlbee.git"
32 @@ -32,7 +34,7 @@ REQUIRED_USE="
33 COMMON_DEPEND="
34 acct-group/bitlbee
35 acct-user/bitlbee
36 - >=dev-libs/glib-2.16
37 + dev-libs/glib:2
38 purple? ( net-im/pidgin )
39 libevent? ( dev-libs/libevent:= )
40 otr? ( >=net-libs/libotr-4 )
41 @@ -46,17 +48,21 @@ COMMON_DEPEND="
42 )
43 "
44 DEPEND="${COMMON_DEPEND}
45 - virtual/pkgconfig
46 selinux? ( sec-policy/selinux-bitlbee )
47 - test? ( dev-libs/check )"
48 + test? ( dev-libs/check )
49 +"
50
51 RDEPEND="${COMMON_DEPEND}
52 - xinetd? ( sys-apps/xinetd )"
53 + xinetd? ( sys-apps/xinetd )
54 +"
55
56 -src_prepare() {
57 - [[ ${PV} != "9999" ]] && eapply "${FILESDIR}"/${PN}-3.5-systemd-user.patch
58 - eapply_user
59 -}
60 +BDEPEND="${PYTHON_DEPS}
61 + virtual/pkgconfig
62 +"
63 +
64 +PATCHES=(
65 + "${FILESDIR}"/${PN}-3.5-systemd-user.patch
66 +)
67
68 src_configure() {
69 local myconf