diff options
author | 2017-03-26 11:20:39 +0200 | |
---|---|---|
committer | 2017-03-26 11:24:33 +0200 | |
commit | c61e8ac69f13196253142b90d46346c28c57c67f (patch) | |
tree | 3d3732ec303ed721b9e062b34c050e75c7ffa7ed /net-im/psi/psi-0.15.ebuild | |
parent | dev-python/translate-toolkit: Drop old (diff) | |
download | gentoo-c61e8ac69f13196253142b90d46346c28c57c67f.tar.gz gentoo-c61e8ac69f13196253142b90d46346c28c57c67f.tar.bz2 gentoo-c61e8ac69f13196253142b90d46346c28c57c67f.zip |
net-im/psi: Fix configure w/ >=qconf-2.0
Thanks-to: Rion <rion4ik@gmail.com>
Gentoo-bug: 607644
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-im/psi/psi-0.15.ebuild')
-rw-r--r-- | net-im/psi/psi-0.15.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/psi/psi-0.15.ebuild b/net-im/psi/psi-0.15.ebuild index 17f983d83415..2c60b4f0e879 100644 --- a/net-im/psi/psi-0.15.ebuild +++ b/net-im/psi/psi-0.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -51,6 +51,7 @@ FORCE_PRINT_ELOG=1 src_prepare() { epatch "${FILESDIR}/${PN}-0.14-drop-debug-cflags.patch" + epatch "${FILESDIR}/${P}-qconf-2.patch" epatch_user qconf || die "Failed to create ./configure." |