From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6745158973 for ; Tue, 19 Jan 2016 19:45:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D75B221C01C; Tue, 19 Jan 2016 19:45:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91AB121C01C for ; Tue, 19 Jan 2016 19:45:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D17933FEDE for ; Tue, 19 Jan 2016 19:45:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 395E7A2C for ; Tue, 19 Jan 2016 19:45:16 +0000 (UTC) From: "Victor Ostorga" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Victor Ostorga" Message-ID: <1453232708.aea6af8a4155866c4bc73417f9368a22f7247080.vostorga@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/samba-4.2.7-r1.ebuild net-fs/samba/samba-4.3.4.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: vostorga X-VCS-Committer-Name: Victor Ostorga X-VCS-Revision: aea6af8a4155866c4bc73417f9368a22f7247080 X-VCS-Branch: master Date: Tue, 19 Jan 2016 19:45:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bb4f7da6-bc76-4280-afd7-db4e84707e70 X-Archives-Hash: 1ec03ca7628a049d98da7560a7d5877b commit: aea6af8a4155866c4bc73417f9368a22f7247080 Author: Victor Ostorga gentoo org> AuthorDate: Tue Jan 19 19:45:08 2016 +0000 Commit: Victor Ostorga gentoo org> CommitDate: Tue Jan 19 19:45:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea6af8a Adding xml to PYTHON_REQ_USE , bug 554234 Package-Manager: portage-2.2.24 net-fs/samba/samba-4.2.7-r1.ebuild | 2 +- net-fs/samba/samba-4.3.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-fs/samba/samba-4.2.7-r1.ebuild b/net-fs/samba/samba-4.2.7-r1.ebuild index 9aae0bb..4530acc 100644 --- a/net-fs/samba/samba-4.2.7-r1.ebuild +++ b/net-fs/samba/samba-4.2.7-r1.ebuild @@ -4,7 +4,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE='threads(+)' +PYTHON_REQ_USE='threads(+),xml(+)' inherit python-single-r1 waf-utils multilib-minimal linux-info systemd eutils diff --git a/net-fs/samba/samba-4.3.4.ebuild b/net-fs/samba/samba-4.3.4.ebuild index 9a62e88..45798e9 100644 --- a/net-fs/samba/samba-4.3.4.ebuild +++ b/net-fs/samba/samba-4.3.4.ebuild @@ -4,7 +4,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE='threads(+)' +PYTHON_REQ_USE='threads(+),xml(+)' inherit python-single-r1 waf-utils multilib-minimal linux-info systemd eutils