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 F32DD138334 for ; Wed, 29 Aug 2018 15:07:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D409E06FE; Wed, 29 Aug 2018 15:07:10 +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 D6206E06FE for ; Wed, 29 Aug 2018 15:07:09 +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 30EE9340CBB for ; Wed, 29 Aug 2018 15:07:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 485F33C1 for ; Wed, 29 Aug 2018 15:07:06 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1535555215.30e10c187fd8c24ad9d865218d9fb8fb9099cc28.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/root/root-6.12.06-r6.ebuild sci-physics/root/root-6.12.06-r7.ebuild sci-physics/root/root-6.14.04-r1.ebuild sci-physics/root/root-6.14.04-r2.ebuild sci-physics/root/root-9999.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 30e10c187fd8c24ad9d865218d9fb8fb9099cc28 X-VCS-Branch: master Date: Wed, 29 Aug 2018 15:07:06 +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: bd498c39-30cc-4b17-9fb1-b996b4493c15 X-Archives-Hash: 1649137b2ecc3b2daf21162018b22b7a commit: 30e10c187fd8c24ad9d865218d9fb8fb9099cc28 Author: Guilherme Amadio gentoo org> AuthorDate: Wed Aug 29 13:48:45 2018 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Wed Aug 29 15:06:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e10c18 sci-physics/root: add back patch for bug 653124 The patch was dropped by mistake on a revision bump. Bug: https://bugs.gentoo.org/653124 Package-Manager: Portage-2.3.48, Repoman-2.3.10 sci-physics/root/{root-6.12.06-r6.ebuild => root-6.12.06-r7.ebuild} | 1 + sci-physics/root/{root-6.14.04-r1.ebuild => root-6.14.04-r2.ebuild} | 1 + sci-physics/root/root-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/sci-physics/root/root-6.12.06-r6.ebuild b/sci-physics/root/root-6.12.06-r7.ebuild similarity index 99% rename from sci-physics/root/root-6.12.06-r6.ebuild rename to sci-physics/root/root-6.12.06-r7.ebuild index 307ec1356b4..87b5d83bd4f 100644 --- a/sci-physics/root/root-6.12.06-r6.ebuild +++ b/sci-physics/root/root-6.12.06-r7.ebuild @@ -110,6 +110,7 @@ PATCHES=( "${FILESDIR}"/${PN}-6.12.04-no-ocaml.patch "${FILESDIR}"/${PN}-6.12.04-no-opengl.patch "${FILESDIR}"/${PN}-6.12.04-z3.patch + "${FILESDIR}"/${PN}-6.12.06_cling-runtime-sysroot.patch ) pkg_setup() { diff --git a/sci-physics/root/root-6.14.04-r1.ebuild b/sci-physics/root/root-6.14.04-r2.ebuild similarity index 99% rename from sci-physics/root/root-6.14.04-r1.ebuild rename to sci-physics/root/root-6.14.04-r2.ebuild index d7cbcaa7059..cc9edde9d8d 100644 --- a/sci-physics/root/root-6.14.04-r1.ebuild +++ b/sci-physics/root/root-6.14.04-r2.ebuild @@ -108,6 +108,7 @@ RDEPEND="${CDEPEND} PATCHES=( "${FILESDIR}"/${PN}-6.12.04-no-ocaml.patch + "${FILESDIR}"/${PN}-6.12.06_cling-runtime-sysroot.patch "${FILESDIR}"/${PN}-6.13.02-hsimple.patch ) diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index 717498866e1..41a7e18306a 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -117,6 +117,7 @@ RDEPEND="${CDEPEND} PATCHES=( "${FILESDIR}"/${PN}-6.12.04-no-ocaml.patch + "${FILESDIR}"/${PN}-6.12.06_cling-runtime-sysroot.patch "${FILESDIR}"/${PN}-6.13.02-hsimple.patch )