| Index: sys-fs/ecryptfs-utils/ecryptfs-utils-82.ebuild
|
| diff --git a/sys-fs/ecryptfs-utils/ecryptfs-utils-82.ebuild b/sys-fs/ecryptfs-utils/ecryptfs-utils-82.ebuild
|
| index a6be32121fb1f62f45cd26551db6e85f166edf5f..f106bf8908e1d5b2f43a08b25885ad32516d3d7b 100644
|
| --- a/sys-fs/ecryptfs-utils/ecryptfs-utils-82.ebuild
|
| +++ b/sys-fs/ecryptfs-utils/ecryptfs-utils-82.ebuild
|
| @@ -5,7 +5,7 @@
|
| EAPI="2"
|
| SUPPORT_PYTHON_ABIS="1"
|
|
|
| -inherit flag-o-matic pam python
|
| +inherit flag-o-matic pam python eutils
|
|
|
| DESCRIPTION="eCryptfs userspace utilities"
|
| HOMEPAGE="http://launchpad.net/ecryptfs"
|
| @@ -41,6 +41,8 @@ pkg_setup() {
|
| src_prepare() {
|
| # Python bindings are built/installed manually.
|
| sed -e "/SUBDIRS =/s/ libecryptfs-swig//" -i src/Makefile.{am,in} || die "sed failed"
|
| +
|
| + epatch ${FILESDIR}/pkgconfig.diff
|
| }
|
|
|
| src_configure() {
|
|
|