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 B9DEF13835A for ; Sat, 29 May 2021 19:03:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2F85E0802; Sat, 29 May 2021 19:03:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 CD98FE0802 for ; Sat, 29 May 2021 19:03:34 +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 E0331340F55 for ; Sat, 29 May 2021 19:03:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10C397A0 for ; Sat, 29 May 2021 19:03:31 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1622314939.9ddbb78b9d61fb694c8e977f7f10e67ec2f985d3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/integers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/integers/integers-0.4.0.ebuild X-VCS-Directories: dev-ml/integers/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 9ddbb78b9d61fb694c8e977f7f10e67ec2f985d3 X-VCS-Branch: master Date: Sat, 29 May 2021 19:03: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: c25fca88-5070-4f81-805f-c6cb29d783f1 X-Archives-Hash: 3ef069a2e79354808ded43a1a928931b commit: 9ddbb78b9d61fb694c8e977f7f10e67ec2f985d3 Author: Sam James gentoo org> AuthorDate: Sat May 29 19:02:19 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 29 19:02:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ddbb78b dev-ml/integers: ebuild tidying Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> Signed-off-by: David Seifert gentoo.org> dev-ml/integers/integers-0.4.0.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-ml/integers/integers-0.4.0.ebuild b/dev-ml/integers/integers-0.4.0.ebuild index fb25c4b284b..11bdf517c4d 100644 --- a/dev-ml/integers/integers-0.4.0.ebuild +++ b/dev-ml/integers/integers-0.4.0.ebuild @@ -8,12 +8,9 @@ inherit dune DESCRIPTION="Various signed and unsigned integer types for OCaml" HOMEPAGE="https://github.com/ocamllabs/ocaml-integers" SRC_URI="https://github.com/ocamllabs/ocaml-integers/archive/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/ocaml-${P}" LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="amd64 arm ~arm64 x86" IUSE="+ocamlopt" - -RDEPEND="" -DEPEND="${RDEPEND}" -S="${WORKDIR}/ocaml-${P}"