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 9E6991382C5 for ; Sat, 7 Apr 2018 20:49:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A12CE0963; Sat, 7 Apr 2018 20:49:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 17FD5E096C for ; Sat, 7 Apr 2018 20:49:34 +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 EAFD2335C74 for ; Sat, 7 Apr 2018 20:49:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED42F285 for ; Sat, 7 Apr 2018 20:49:29 +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: <1523134129.f30b5ae726b9109ca13925c3c7d83e7a5204c305.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/avogadrolibs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/avogadrolibs/avogadrolibs-0.9.0.ebuild X-VCS-Directories: sci-libs/avogadrolibs/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f30b5ae726b9109ca13925c3c7d83e7a5204c305 X-VCS-Branch: master Date: Sat, 7 Apr 2018 20:49:29 +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: 94a9c6cf-28ba-442e-bcab-4ea4d562b975 X-Archives-Hash: 8adc097777b1eec9e8530ce8e2b4c58e commit: f30b5ae726b9109ca13925c3c7d83e7a5204c305 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 7 20:41:38 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 7 20:48:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f30b5ae7 sci-libs/avogadrolibs: Fix DEPEND Package-Manager: Portage-2.3.28, Repoman-2.3.9 sci-libs/avogadrolibs/avogadrolibs-0.9.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/avogadrolibs/avogadrolibs-0.9.0.ebuild b/sci-libs/avogadrolibs/avogadrolibs-0.9.0.ebuild index ea71fa95ce6..7c4a4362b85 100644 --- a/sci-libs/avogadrolibs/avogadrolibs-0.9.0.ebuild +++ b/sci-libs/avogadrolibs/avogadrolibs-0.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -33,7 +33,7 @@ RDEPEND=" ) vtk? ( sci-libs/vtk ) " -DEPEND="${DEPEND} +DEPEND="${RDEPEND} dev-cpp/eigen:3 test? ( dev-cpp/gtest )"