diff options
author | 2020-05-01 11:43:04 +0200 | |
---|---|---|
committer | 2020-05-05 11:46:34 +0300 | |
commit | 52be431756a9deb44aaadf779905d9a12a30595a (patch) | |
tree | b40b2190de5aafa2948384231f4dcf30051092d3 /net-im/bitlbee/bitlbee-3.6.ebuild | |
parent | net-im/bitlbee: add myself as a maintainer (diff) | |
download | gentoo-52be431756a9deb44aaadf779905d9a12a30595a.tar.gz gentoo-52be431756a9deb44aaadf779905d9a12a30595a.tar.bz2 gentoo-52be431756a9deb44aaadf779905d9a12a30595a.zip |
net-im/bitlbee: fix libcheck and libevent bugs
Both patches are taken from upstream.
Closes: https://bugs.gentoo.org/690504
Closes: https://bugs.gentoo.org/711364
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/bitlbee-3.6.ebuild')
-rw-r--r-- | net-im/bitlbee/bitlbee-3.6.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-im/bitlbee/bitlbee-3.6.ebuild b/net-im/bitlbee/bitlbee-3.6.ebuild index 6643e1c5920c..3fba9718c97b 100644 --- a/net-im/bitlbee/bitlbee-3.6.ebuild +++ b/net-im/bitlbee/bitlbee-3.6.ebuild @@ -53,10 +53,11 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} xinetd? ( sys-apps/xinetd )" -src_prepare() { - [[ ${PV} != "9999" ]] && eapply "${FILESDIR}"/${PN}-3.5-systemd-user.patch - eapply_user -} +PATCHES=( + "${FILESDIR}"/${PN}-3.5-systemd-user.patch + "${FILESDIR}"/${PN}-3.5-libcheck.patch + "${FILESDIR}"/${PN}-3.5-libevent.patch +) src_configure() { local myconf |