From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 637B6138334 for ; Sun, 26 Aug 2018 22:01:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55ADAE0921; Sun, 26 Aug 2018 22:01:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 300E1E0921 for ; Sun, 26 Aug 2018 22:01:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2C4A3335CA0 for ; Sun, 26 Aug 2018 22:01:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9141037C for ; Sun, 26 Aug 2018 22:01:08 +0000 (UTC) From: "Jonathan Callen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonathan Callen" Message-ID: <1535320837.cc9deacf25db75d4665b6fe3c21fb5710ebedae4.jcallen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/subversion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/subversion/subversion-1.10.2.ebuild X-VCS-Directories: dev-vcs/subversion/ X-VCS-Committer: jcallen X-VCS-Committer-Name: Jonathan Callen X-VCS-Revision: cc9deacf25db75d4665b6fe3c21fb5710ebedae4 X-VCS-Branch: master Date: Sun, 26 Aug 2018 22:01:08 +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: 547f621f-2538-4c46-8c8a-2f9645ec855c X-Archives-Hash: a6788b1d9b7757a95a7684851a457af0 commit: cc9deacf25db75d4665b6fe3c21fb5710ebedae4 Author: Jonathan Callen gentoo org> AuthorDate: Sun Aug 26 21:59:31 2018 +0000 Commit: Jonathan Callen gentoo org> CommitDate: Sun Aug 26 22:00:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc9deacf dev-vcs/subversion: add DEPENDS on dev-lang/swig Fixes compile with USE=perl, python, and/or ruby Bug: https://bugs.gentoo.org/653284 Package-Manager: Portage-2.3.46, Repoman-2.3.10 dev-vcs/subversion/subversion-1.10.2.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-vcs/subversion/subversion-1.10.2.ebuild b/dev-vcs/subversion/subversion-1.10.2.ebuild index 7240d704876..46832f2749c 100644 --- a/dev-vcs/subversion/subversion-1.10.2.ebuild +++ b/dev-vcs/subversion/subversion-1.10.2.ebuild @@ -73,6 +73,9 @@ DEPEND="${COMMON_DEPEND} virtual/pkgconfig ) nls? ( sys-devel/gettext ) + perl? ( dev-lang/swig ) + python? ( dev-lang/swig ) + ruby? ( dev-lang/swig ) test? ( ${PYTHON_DEPS} )" REQUIRED_USE="