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 2FBBF1382C5 for ; Fri, 2 Mar 2018 22:08:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C086E0A62; Fri, 2 Mar 2018 22:08:46 +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 2C12EE0A62 for ; Fri, 2 Mar 2018 22:08:45 +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 DD79C335C4A for ; Fri, 2 Mar 2018 22:08:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02D89216 for ; Fri, 2 Mar 2018 22:08:43 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1520028494.417a8bd818405105bc096c1445a68fdd8f4604a3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/freecad/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/freecad/freecad-0.17_pre-r1.ebuild X-VCS-Directories: media-gfx/freecad/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 417a8bd818405105bc096c1445a68fdd8f4604a3 X-VCS-Branch: master Date: Fri, 2 Mar 2018 22:08:43 +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: 1d21ffa2-4b75-44b6-beac-f0e03a469dac X-Archives-Hash: fed413f3f369377e027eb90223593549 commit: 417a8bd818405105bc096c1445a68fdd8f4604a3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 2 21:52:24 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 2 22:08:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=417a8bd8 media-gfx/freecad: Drop bogus dev-java/xerces DEPEND Thanks-to: Christoph Steup ovgu.de> Closes: https://bugs.gentoo.org/607966 Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-gfx/freecad/freecad-0.17_pre-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media-gfx/freecad/freecad-0.17_pre-r1.ebuild b/media-gfx/freecad/freecad-0.17_pre-r1.ebuild index 18a7d527d17..04f8a543295 100644 --- a/media-gfx/freecad/freecad-0.17_pre-r1.ebuild +++ b/media-gfx/freecad/freecad-0.17_pre-r1.ebuild @@ -23,10 +23,8 @@ SLOT="0" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -COMMON_DEPEND=" - ${PYTHON_DEPS} +COMMON_DEPEND="${PYTHON_DEPS} dev-cpp/eigen:3 - dev-java/xerces dev-libs/boost:=[python,${PYTHON_USEDEP}] dev-libs/xerces-c[icu] dev-python/matplotlib[${PYTHON_USEDEP}]