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 5CC0A138334 for ; Sat, 5 Jan 2019 16:55:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E658E07D8; Sat, 5 Jan 2019 16:55:31 +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 E8BD1E07D8 for ; Sat, 5 Jan 2019 16:55:29 +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 359EC335D1B for ; Sat, 5 Jan 2019 16:55:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CDBC4E5 for ; Sat, 5 Jan 2019 16:55:26 +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: <1546707312.bb934cd15ff5bf2a43c7ff794a3fcb9ff81dc249.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/clhep/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/clhep/clhep-2.4.0.4.ebuild X-VCS-Directories: sci-physics/clhep/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bb934cd15ff5bf2a43c7ff794a3fcb9ff81dc249 X-VCS-Branch: master Date: Sat, 5 Jan 2019 16:55:26 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7b3e5751-1464-49a4-a801-22aff7ad470e X-Archives-Hash: 58aae1bfb180869d92a53c3a9f22d509 commit: bb934cd15ff5bf2a43c7ff794a3fcb9ff81dc249 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 1 09:41:17 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 5 16:55:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb934cd1 sci-physics/clhep: EAPI-7 bump Drop bogus multilib.eclass, not needed since EAPI-6. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-physics/clhep/clhep-2.4.0.4.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/sci-physics/clhep/clhep-2.4.0.4.ebuild b/sci-physics/clhep/clhep-2.4.0.4.ebuild index 08425f145ab..b67c21774fe 100644 --- a/sci-physics/clhep/clhep-2.4.0.4.ebuild +++ b/sci-physics/clhep/clhep-2.4.0.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils multilib +inherit cmake-utils DESCRIPTION="High Energy Physics C++ library" HOMEPAGE="http://cern.ch/clhep" @@ -13,9 +13,8 @@ SLOT="2/${PV}" KEYWORDS="amd64 ~hppa ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="doc test threads" -RDEPEND="" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen[latex] )" + +BDEPEND="doc? ( app-doc/doxygen[latex] )" S="${WORKDIR}/${PV}/CLHEP"