From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1480300-garchives=archives.gentoo.org@lists.gentoo.org>
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 962C915800F
	for <garchives@archives.gentoo.org>; Tue, 24 Jan 2023 21:00:38 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 903BDE084A;
	Tue, 24 Jan 2023 21:00:37 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 73765E084A
	for <gentoo-commits@lists.gentoo.org>; Tue, 24 Jan 2023 21:00:37 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 7D5BD340D68
	for <gentoo-commits@lists.gentoo.org>; Tue, 24 Jan 2023 21:00:36 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CA1383C
	for <gentoo-commits@lists.gentoo.org>; Tue, 24 Jan 2023 21:00:34 +0000 (UTC)
From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" <tupone@gentoo.org>
Message-ID: <1674594008.55b98d04bce7e732765d876c5f3417d532b0bd4c.tupone@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-ctypes/files/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ml/ocaml-ctypes/files/ocaml-ctypes-0.20.0-shuffle.patch
X-VCS-Directories: dev-ml/ocaml-ctypes/files/
X-VCS-Committer: tupone
X-VCS-Committer-Name: Alfredo Tupone
X-VCS-Revision: 55b98d04bce7e732765d876c5f3417d532b0bd4c
X-VCS-Branch: master
Date: Tue, 24 Jan 2023 21:00:34 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 6920be52-3d95-4df0-b5a1-34efe99b2964
X-Archives-Hash: 70ae832ed12e83299b16ab8b1594554f

commit:     55b98d04bce7e732765d876c5f3417d532b0bd4c
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 19:55:16 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 21:00:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b98d04

dev-ml/ocaml-ctypes: align with commited code

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/ocaml-ctypes/files/ocaml-ctypes-0.20.0-shuffle.patch | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-ml/ocaml-ctypes/files/ocaml-ctypes-0.20.0-shuffle.patch b/dev-ml/ocaml-ctypes/files/ocaml-ctypes-0.20.0-shuffle.patch
index 51bad2efdd7c..633abf770724 100644
--- a/dev-ml/ocaml-ctypes/files/ocaml-ctypes-0.20.0-shuffle.patch
+++ b/dev-ml/ocaml-ctypes/files/ocaml-ctypes-0.20.0-shuffle.patch
@@ -4,10 +4,9 @@
                     $(INSTALL_HEADERS) \
                     $(if $(filter yes,$($(PROJECT).install_native_objects)),$(NATIVE_OBJECTS)))
  
--install: META-install $(PROJECTS:%=install-%)
-+install:
-+	$(MAKE) META-install
-+	$(MAKE) $(PROJECTS:%=install-%)
++$(PROJECTS:%=install-%): META-install
++
+ install: META-install $(PROJECTS:%=install-%)
  
  uninstall:
  	$(OCAMLFIND) remove ctypes