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 2AE6E15A7D9 for ; Mon, 20 Mar 2023 12:36:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65031E0817; Mon, 20 Mar 2023 12:36:52 +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 43728E0817 for ; Mon, 20 Mar 2023 12:36:52 +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 2D5B433E830 for ; Mon, 20 Mar 2023 12:36:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC33D7F5 for ; Mon, 20 Mar 2023 12:36:48 +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: <1679315776.ff49fcaf85dde79fdef958f4d032992436528884.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mariadb/mariadb-10.11.1-r1.ebuild dev-db/mariadb/mariadb-10.11.1-r2.ebuild X-VCS-Directories: dev-db/mariadb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ff49fcaf85dde79fdef958f4d032992436528884 X-VCS-Branch: master Date: Mon, 20 Mar 2023 12:36:48 +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: 13958f39-bdcb-41e0-95ad-77aa3dcc53f8 X-Archives-Hash: ef54aa7a7070452381879d99b25043dd commit: ff49fcaf85dde79fdef958f4d032992436528884 Author: Sam James gentoo org> AuthorDate: Mon Mar 20 12:36:05 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 20 12:36:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff49fcaf dev-db/mariadb: fix snappy dep Fixes: e2e0cb350b96c58a1fa213daf0012492e6388b5f Signed-off-by: Sam James gentoo.org> dev-db/mariadb/{mariadb-10.11.1-r1.ebuild => mariadb-10.11.1-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/mariadb/mariadb-10.11.1-r1.ebuild b/dev-db/mariadb/mariadb-10.11.1-r2.ebuild similarity index 99% rename from dev-db/mariadb/mariadb-10.11.1-r1.ebuild rename to dev-db/mariadb/mariadb-10.11.1-r2.ebuild index e62176b35054..0f3e67da2483 100644 --- a/dev-db/mariadb/mariadb-10.11.1-r1.ebuild +++ b/dev-db/mariadb/mariadb-10.11.1-r2.ebuild @@ -71,7 +71,7 @@ COMMON_DEPEND=" ) innodb-lz4? ( app-arch/lz4 ) innodb-lzo? ( dev-libs/lzo ) - innodb-snappy? ( app-arch/snappy:+ ) + innodb-snappy? ( app-arch/snappy:= ) mroonga? ( app-text/groonga-normalizer-mysql >=app-text/groonga-7.0.4 ) numa? ( sys-process/numactl ) oqgraph? (