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 8DBE9158094 for ; Tue, 21 Jun 2022 01:53:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6543BE0BAD; Tue, 21 Jun 2022 01:53:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 1F897E0BAD for ; Tue, 21 Jun 2022 01:53:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E060E34167F for ; Tue, 21 Jun 2022 01:53:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A02151C for ; Tue, 21 Jun 2022 01:53:31 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1655776312.c250860cb944a4068cf46fa321ac521f07c06230.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalzium/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kalzium/kalzium-21.12.3-r1.ebuild kde-apps/kalzium/kalzium-21.12.3.ebuild kde-apps/kalzium/kalzium-22.04.2-r1.ebuild kde-apps/kalzium/kalzium-22.04.2.ebuild X-VCS-Directories: kde-apps/kalzium/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c250860cb944a4068cf46fa321ac521f07c06230 X-VCS-Branch: master Date: Tue, 21 Jun 2022 01:53:31 +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: c7ab0a31-cdde-4687-b5d5-4ca6d5cf9f31 X-Archives-Hash: dab2febf090a0938be980d0e5a87a712 commit: c250860cb944a4068cf46fa321ac521f07c06230 Author: Sam James gentoo org> AuthorDate: Tue Jun 21 01:51:52 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 21 01:51:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c250860c kde-apps/kalzium: fix OCaml dep Signed-off-by: Sam James gentoo.org> kde-apps/kalzium/{kalzium-21.12.3.ebuild => kalzium-21.12.3-r1.ebuild} | 2 +- kde-apps/kalzium/{kalzium-22.04.2.ebuild => kalzium-22.04.2-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/kalzium/kalzium-21.12.3.ebuild b/kde-apps/kalzium/kalzium-21.12.3-r1.ebuild similarity index 97% rename from kde-apps/kalzium/kalzium-21.12.3.ebuild rename to kde-apps/kalzium/kalzium-21.12.3-r1.ebuild index 87d6c796bb18..0166752d3a83 100644 --- a/kde-apps/kalzium/kalzium-21.12.3.ebuild +++ b/kde-apps/kalzium/kalzium-21.12.3-r1.ebuild @@ -42,7 +42,7 @@ DEPEND=" sci-chemistry/openbabel:= >=sci-libs/avogadrolibs-1.93[qt5] ) - solver? ( dev-ml/facile[ocamlopt] ) + solver? ( dev-ml/facile:=[ocamlopt] ) " RDEPEND="${DEPEND} sci-chemistry/chemical-mime-data diff --git a/kde-apps/kalzium/kalzium-22.04.2.ebuild b/kde-apps/kalzium/kalzium-22.04.2-r1.ebuild similarity index 97% rename from kde-apps/kalzium/kalzium-22.04.2.ebuild rename to kde-apps/kalzium/kalzium-22.04.2-r1.ebuild index a43843dafc38..5c5f0614d154 100644 --- a/kde-apps/kalzium/kalzium-22.04.2.ebuild +++ b/kde-apps/kalzium/kalzium-22.04.2-r1.ebuild @@ -42,7 +42,7 @@ DEPEND=" sci-chemistry/openbabel:= >=sci-libs/avogadrolibs-1.93[qt5] ) - solver? ( dev-ml/facile[ocamlopt] ) + solver? ( dev-ml/facile:=[ocamlopt] ) " RDEPEND="${DEPEND} sci-chemistry/chemical-mime-data