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 3F607138359 for ; Sat, 22 Aug 2020 20:24:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50D41E083E; Sat, 22 Aug 2020 20:24:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 37F55E083B for ; Sat, 22 Aug 2020 20:24:48 +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 5842C340E62 for ; Sat, 22 Aug 2020 20:24:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2AD432A for ; Sat, 22 Aug 2020 20:24:45 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1598127879.bfc4d2b105b5f2f5dd519e394d85ae865fc37429.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mysql/mysql-8.0.21-r1.ebuild dev-db/mysql/mysql-8.0.21.ebuild X-VCS-Directories: dev-db/mysql/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: bfc4d2b105b5f2f5dd519e394d85ae865fc37429 X-VCS-Branch: master Date: Sat, 22 Aug 2020 20:24: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: a44ed234-3457-49aa-992b-b016e5796ee8 X-Archives-Hash: 30f6a6e9401d444ed39933365d0dbdd5 commit: bfc4d2b105b5f2f5dd519e394d85ae865fc37429 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Aug 22 20:16:56 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Aug 22 20:24:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc4d2b1 dev-db/mysql: use app-arch/zstd from system Bug: https://bugs.gentoo.org/738462 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Thomas Deutschmann gentoo.org> dev-db/mysql/{mysql-8.0.21.ebuild => mysql-8.0.21-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-db/mysql/mysql-8.0.21.ebuild b/dev-db/mysql/mysql-8.0.21-r1.ebuild similarity index 99% rename from dev-db/mysql/mysql-8.0.21.ebuild rename to dev-db/mysql/mysql-8.0.21-r1.ebuild index e1dfe846293..be1a0381245 100644 --- a/dev-db/mysql/mysql-8.0.21.ebuild +++ b/dev-db/mysql/mysql-8.0.21-r1.ebuild @@ -47,6 +47,7 @@ S="${WORKDIR}/mysql" # These are used for both runtime and compiletime COMMON_DEPEND=" >=app-arch/lz4-0_p131:= + app-arch/zstd:= sys-libs/ncurses:0= >=sys-libs/zlib-1.2.3:0= libressl? ( dev-libs/libressl:0= ) @@ -267,6 +268,7 @@ src_configure() { -DWITH_LZ4=system # Our dev-libs/rapidjson doesn't carry necessary fixes for std::regex -DWITH_RAPIDJSON=bundled + -DWITH_ZSTD=system ) if [[ -n "${MYSQL_DEFAULT_CHARSET}" && -n "${MYSQL_DEFAULT_COLLATION}" ]] ; then