Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(478)

Unified Diff: sys-fs/ecryptfs-utils/ecryptfs-utils-82.ebuild

Issue 3152035: use pkg-config instead of nss-config/nspr-config (Closed) Base URL: http://src.chromium.org/git/portage.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sys-fs/ecryptfs-utils/Manifest ('k') | sys-fs/ecryptfs-utils/files/pkgconfig.diff » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « sys-fs/ecryptfs-utils/Manifest ('k') | sys-fs/ecryptfs-utils/files/pkgconfig.diff » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698