diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2020-05-01 11:49:03 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-05-05 11:46:35 +0300 |
commit | c5ddc78302bcf975d0b4b2724a828aad5da94c2c (patch) | |
tree | d1278a6c800b0f6aca14d9c2564abff74527790e /net-im/bitlbee | |
parent | net-im/bitlbee: fix dependencies in live ebuild (diff) | |
download | gentoo-c5ddc78302bcf975d0b4b2724a828aad5da94c2c.tar.gz gentoo-c5ddc78302bcf975d0b4b2724a828aad5da94c2c.tar.bz2 gentoo-c5ddc78302bcf975d0b4b2724a828aad5da94c2c.zip |
net-im/bitlbee: sync 3.6 with live ebuild
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-im/bitlbee')
-rw-r--r-- | net-im/bitlbee/bitlbee-3.6-r1.ebuild (renamed from net-im/bitlbee/bitlbee-3.6.ebuild) | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/net-im/bitlbee/bitlbee-3.6.ebuild b/net-im/bitlbee/bitlbee-3.6-r1.ebuild index 3fba9718c97b..847614625a92 100644 --- a/net-im/bitlbee/bitlbee-3.6.ebuild +++ b/net-im/bitlbee/bitlbee-3.6-r1.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit systemd toolchain-funcs +PYTHON_COMPAT=( python3_{6..8} ) + +inherit python-any-r1 systemd toolchain-funcs if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/bitlbee/bitlbee.git" @@ -32,7 +34,7 @@ REQUIRED_USE=" COMMON_DEPEND=" acct-group/bitlbee acct-user/bitlbee - >=dev-libs/glib-2.16 + dev-libs/glib:2 purple? ( net-im/pidgin ) libevent? ( dev-libs/libevent:= ) otr? ( >=net-libs/libotr-4 ) @@ -46,12 +48,17 @@ COMMON_DEPEND=" ) " DEPEND="${COMMON_DEPEND} - virtual/pkgconfig selinux? ( sec-policy/selinux-bitlbee ) - test? ( dev-libs/check )" + test? ( dev-libs/check ) +" RDEPEND="${COMMON_DEPEND} - xinetd? ( sys-apps/xinetd )" + xinetd? ( sys-apps/xinetd ) +" + +BDEPEND="${PYTHON_DEPS} + virtual/pkgconfig +" PATCHES=( "${FILESDIR}"/${PN}-3.5-systemd-user.patch |