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 3D5C115808B for ; Sun, 27 Mar 2022 22:08:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4D29E0984; Sun, 27 Mar 2022 22:08:31 +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 9770BE0984 for ; Sun, 27 Mar 2022 22:08:31 +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 3919334369C for ; Sun, 27 Mar 2022 22:08:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4951F34E for ; Sun, 27 Mar 2022 22:08:27 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1648418829.c5ed321f4c7f04090f8f6f2ceb3b85cdc1520355.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb-connector-c/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mariadb-connector-c/files/mariadb-connector-c-3.1.11-fix-flow-control-statement.patch X-VCS-Directories: dev-db/mariadb-connector-c/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: c5ed321f4c7f04090f8f6f2ceb3b85cdc1520355 X-VCS-Branch: master Date: Sun, 27 Mar 2022 22:08:27 +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: c80b46ff-a9e5-4de0-b0c0-a1c75ebe337f X-Archives-Hash: bc1cdcc4da099cb4a830ca42939154cd commit: c5ed321f4c7f04090f8f6f2ceb3b85cdc1520355 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Mar 13 10:01:22 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Mar 27 22:07:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ed321f dev-db/mariadb-connector-c: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/24531 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> ...adb-connector-c-3.1.11-fix-flow-control-statement.patch | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/dev-db/mariadb-connector-c/files/mariadb-connector-c-3.1.11-fix-flow-control-statement.patch b/dev-db/mariadb-connector-c/files/mariadb-connector-c-3.1.11-fix-flow-control-statement.patch deleted file mode 100644 index 0b5a2d44cec5..000000000000 --- a/dev-db/mariadb-connector-c/files/mariadb-connector-c-3.1.11-fix-flow-control-statement.patch +++ /dev/null @@ -1,14 +0,0 @@ -https://github.com/mariadb-corporation/mariadb-connector-c/pull/158 - ---- a/cmake/ConnectorName.cmake -+++ b/cmake/ConnectorName.cmake -@@ -22,7 +22,7 @@ IF(CMAKE_SYSTEM_NAME MATCHES "Windows") - SET(MACHINE_NAME "x64") - ELSE() - SET(MACHINE_NAME "32") -- END() -+ ENDIF() - ENDIF() - - SET(product_name "mysql-connector-c-${CPACK_PACKAGE_VERSION}-${PLATFORM_NAME}${CONCAT_SIGN}${MACHINE_NAME}") -