From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-950447-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 111D2139694
	for <garchives@archives.gentoo.org>; Wed, 17 May 2017 20:34:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 63FEFE0C3D;
	Wed, 17 May 2017 20:34:15 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 41932E0C3D
	for <gentoo-commits@lists.gentoo.org>; Wed, 17 May 2017 20:34:15 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 0E0F63416C2
	for <gentoo-commits@lists.gentoo.org>; Wed, 17 May 2017 20:34:14 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A5FC1743E
	for <gentoo-commits@lists.gentoo.org>; Wed, 17 May 2017 20:34:12 +0000 (UTC)
From: "Amadeusz Piotr Żołnowski" <aidecoe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" <aidecoe@gentoo.org>
Message-ID: <1495053194.a08089c249b10b88d8075a6a17a4996ea0d415f5.aidecoe@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/ejabberd/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-im/ejabberd/ejabberd-17.01.ebuild
X-VCS-Directories: net-im/ejabberd/
X-VCS-Committer: aidecoe
X-VCS-Committer-Name: Amadeusz Piotr Żołnowski
X-VCS-Revision: a08089c249b10b88d8075a6a17a4996ea0d415f5
X-VCS-Branch: master
Date: Wed, 17 May 2017 20:34:12 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 89e06e0a-e64c-47e5-affb-fa20937a5e81
X-Archives-Hash: d60015f8f23bb7367fd9c4813c74b889

commit:     a08089c249b10b88d8075a6a17a4996ea0d415f5
Author:     Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 20:32:58 2017 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Wed May 17 20:33:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08089c2

net-im/ejabberd: Fix include paths to xmpp and fast_xml

Gentoo-Bug: 614478
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-im/ejabberd/ejabberd-17.01.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-im/ejabberd/ejabberd-17.01.ebuild b/net-im/ejabberd/ejabberd-17.01.ebuild
index c54283e897d..1f355ef0e52 100644
--- a/net-im/ejabberd/ejabberd-17.01.ebuild
+++ b/net-im/ejabberd/ejabberd-17.01.ebuild
@@ -186,6 +186,9 @@ src_prepare() {
 	adjust_config
 	customize_epam_wrapper "${FILESDIR}/epam-wrapper"
 
+	rebar_fix_include_path fast_xml
+	rebar_fix_include_path xmpp
+
 	# Fix bug #591862. ERL_LIBS should point directly to ejabberd directory
 	# rather than its parent which is default. That way ejabberd directory
 	# takes precedence is module lookup.