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 C33BE1393DD for ; Mon, 7 Jul 2014 06:36:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 565C7E0826; Mon, 7 Jul 2014 06:36:51 +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 BD39FE084E for ; Mon, 7 Jul 2014 06:36:50 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7D5F33F8C7 for ; Mon, 7 Jul 2014 06:36:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id DEF5C193E6 for ; Mon, 7 Jul 2014 06:36:47 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1404678845.9387586b5eb68566a052b9af47c629cae8fc897e.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/vgm/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/vgm/ChangeLog sci-physics/vgm/vgm-3.06.ebuild X-VCS-Directories: sci-physics/vgm/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9387586b5eb68566a052b9af47c629cae8fc897e X-VCS-Branch: master Date: Mon, 7 Jul 2014 06:36:47 +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: e53f12a5-e664-4d64-8364-1956fa69d9ce X-Archives-Hash: dbd2e68fc0bb9d517207f4fb7d25a432 commit: 9387586b5eb68566a052b9af47c629cae8fc897e Author: Oliver Freyermuth googlemail com> AuthorDate: Sun Jul 6 20:34:05 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Jul 6 20:34:05 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9387586b Add subslot dependency on clhep, we need to rebuild for each clhep subslot change. --- sci-physics/vgm/ChangeLog | 4 ++++ sci-physics/vgm/vgm-3.06.ebuild | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sci-physics/vgm/ChangeLog b/sci-physics/vgm/ChangeLog index a316389..5b5dce5 100644 --- a/sci-physics/vgm/ChangeLog +++ b/sci-physics/vgm/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Jul 2014; Oliver Freyermuth vgm-3.06.ebuild: + Add subslot dependency on clhep, we need to rebuild for each clhep subslot + change. + *vgm-9999 (06 Jul 2014) 06 Jul 2014; Oliver Freyermuth +vgm-9999.ebuild: diff --git a/sci-physics/vgm/vgm-3.06.ebuild b/sci-physics/vgm/vgm-3.06.ebuild index ccdc5a3..bd650c6 100644 --- a/sci-physics/vgm/vgm-3.06.ebuild +++ b/sci-physics/vgm/vgm-3.06.ebuild @@ -24,7 +24,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples +geant4 +root test xml" RDEPEND=" - sci-physics/clhep + sci-physics/clhep:= root? ( sci-physics/root:= ) geant4? ( >=sci-physics/geant-4.9.6[examples?] ) xml? ( dev-libs/xerces-c )"