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 87E19138359 for ; Tue, 20 Oct 2020 09:56:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C60BCE07F9; Tue, 20 Oct 2020 09:56:47 +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 AACCFE07F9 for ; Tue, 20 Oct 2020 09:56:47 +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 A4288340D46 for ; Tue, 20 Oct 2020 09:56:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56090334 for ; Tue, 20 Oct 2020 09:56:45 +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: <1603187801.c8d9fb3b20c75ae0f71787e5b8c6086d0daa11fd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-ssl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-ssl/ocaml-ssl-0.5.3-r1.ebuild dev-ml/ocaml-ssl/ocaml-ssl-0.5.3.ebuild X-VCS-Directories: dev-ml/ocaml-ssl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c8d9fb3b20c75ae0f71787e5b8c6086d0daa11fd X-VCS-Branch: master Date: Tue, 20 Oct 2020 09:56:45 +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: ab22d66a-4235-4f10-bcae-eef52dd2e6bf X-Archives-Hash: 0a2e49c0c61dea82805afdfe9b300f7a commit: c8d9fb3b20c75ae0f71787e5b8c6086d0daa11fd Author: Sam James gentoo org> AuthorDate: Tue Oct 20 09:56:17 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 20 09:56:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d9fb3b dev-ml/ocaml-ssl: depend on <4.09.0 in stable Closes: https://bugs.gentoo.org/750359 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> .../{ocaml-ssl-0.5.3.ebuild => ocaml-ssl-0.5.3-r1.ebuild} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.3.ebuild b/dev-ml/ocaml-ssl/ocaml-ssl-0.5.3-r1.ebuild similarity index 84% rename from dev-ml/ocaml-ssl/ocaml-ssl-0.5.3.ebuild rename to dev-ml/ocaml-ssl/ocaml-ssl-0.5.3-r1.ebuild index cc7ee2277b7..efafebb5ce0 100644 --- a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.3.ebuild +++ b/dev-ml/ocaml-ssl/ocaml-ssl-0.5.3-r1.ebuild @@ -1,23 +1,23 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit findlib eutils -IUSE="doc" - DESCRIPTION="OCaml bindings for OpenSSL" SRC_URI="https://github.com/savonet/ocaml-ssl/releases/download/${PV}/${P}.tar.gz" HOMEPAGE="https://github.com/savonet/ocaml-ssl" -DEPEND="dev-libs/openssl:0= - >=dev-lang/ocaml-3.10:=" -RDEPEND="${DEPEND}" - SLOT="0/${PV}" LICENSE="LGPL-2.1" KEYWORDS="amd64 ~arm ppc x86" +IUSE="doc" + +DEPEND=" + dev-libs/openssl:0= +