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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D168915808B for ; Wed, 23 Mar 2022 13:00:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33F3BE08A0; Wed, 23 Mar 2022 13:00:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D58AE08BF for ; Wed, 23 Mar 2022 13:00:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5BD8343257 for ; Wed, 23 Mar 2022 13:00:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F171353 for ; Wed, 23 Mar 2022 13:00:38 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1648040392.439310aa3e722e6e610adcda9d08afd9594e553a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/llvm-ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/llvm-ocaml/llvm-ocaml-14.0.0.9999.ebuild dev-ml/llvm-ocaml/llvm-ocaml-14.0.0.ebuild dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.9999.ebuild X-VCS-Directories: dev-ml/llvm-ocaml/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 439310aa3e722e6e610adcda9d08afd9594e553a X-VCS-Branch: master Date: Wed, 23 Mar 2022 13:00:38 +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: 62d2ca54-b8fd-47a7-b48c-20dd23ffa507 X-Archives-Hash: b538b43158b56a127d75648ac852ebc8 commit: 439310aa3e722e6e610adcda9d08afd9594e553a Author: Michał Górny gentoo org> AuthorDate: Wed Mar 23 09:13:57 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 23 12:59:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439310aa dev-ml/llvm-ocaml: Remove stale ounit2 dep Signed-off-by: Michał Górny gentoo.org> dev-ml/llvm-ocaml/llvm-ocaml-14.0.0.9999.ebuild | 1 - dev-ml/llvm-ocaml/llvm-ocaml-14.0.0.ebuild | 1 - dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.9999.ebuild | 1 - 3 files changed, 3 deletions(-) diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-14.0.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-14.0.0.9999.ebuild index 45c941d6ddd7..9263abe8c53e 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-14.0.0.9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-14.0.0.9999.ebuild @@ -26,7 +26,6 @@ BDEPEND=" dev-lang/perl dev-ml/findlib >=dev-util/cmake-3.16 - test? ( dev-ml/ounit2 ) ${PYTHON_DEPS}" LLVM_COMPONENTS=( llvm cmake third-party ) diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-14.0.0.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-14.0.0.ebuild index d0935b9a1daf..40472483c734 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-14.0.0.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-14.0.0.ebuild @@ -26,7 +26,6 @@ BDEPEND=" dev-lang/perl dev-ml/findlib >=dev-util/cmake-3.16 - test? ( dev-ml/ounit2 ) ${PYTHON_DEPS}" LLVM_COMPONENTS=( llvm cmake third-party ) diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.9999.ebuild index 45c941d6ddd7..9263abe8c53e 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.9999.ebuild @@ -26,7 +26,6 @@ BDEPEND=" dev-lang/perl dev-ml/findlib >=dev-util/cmake-3.16 - test? ( dev-ml/ounit2 ) ${PYTHON_DEPS}" LLVM_COMPONENTS=( llvm cmake third-party )