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 A26DC13835A for ; Sun, 9 May 2021 14:03:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85786E076B; Sun, 9 May 2021 14:03:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 55BC3E070D for ; Sun, 9 May 2021 14:03:03 +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 1F1CA340FA5 for ; Sun, 9 May 2021 14:03:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95444752 for ; Sun, 9 May 2021 14:03:00 +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: <1620568970.fdf07a5577ca688b10e12f859075590339bbea35.whissi@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.2.35.ebuild X-VCS-Directories: dev-db/mariadb/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: fdf07a5577ca688b10e12f859075590339bbea35 X-VCS-Branch: master Date: Sun, 9 May 2021 14:03:00 +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: 55ea3708-ea6b-47f0-9299-6e1fec320bb8 X-Archives-Hash: 17a0a2aa7ea03d680ebe6522a49ff75f commit: fdf07a5577ca688b10e12f859075590339bbea35 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun May 9 13:36:54 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun May 9 14:02:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdf07a55 dev-db/mariadb: fix MissingTestRestrict Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann gentoo.org> dev-db/mariadb/mariadb-10.2.35.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/mariadb/mariadb-10.2.35.ebuild b/dev-db/mariadb/mariadb-10.2.35.ebuild index 81166142aa7..31413b22c03 100644 --- a/dev-db/mariadb/mariadb-10.2.35.ebuild +++ b/dev-db/mariadb/mariadb-10.2.35.ebuild @@ -25,7 +25,7 @@ IUSE="+backup bindist client-libs cracklib debug extraengine galera innodb-lz4 sst-rsync sst-mariabackup sst-xtrabackup static systemd systemtap tcmalloc test tokudb xml yassl" -RESTRICT="!bindist? ( bindist ) test? ( test )" +RESTRICT="!bindist? ( bindist ) !test? ( test )" REQUIRED_USE="jdbc? ( extraengine server !static ) server? ( tokudb? ( jemalloc !tcmalloc ) )