From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EBA8513888F for ; Mon, 26 Oct 2015 16:54:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE7EFE0835; Mon, 26 Oct 2015 16:54:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AFEBE0835 for ; Mon, 26 Oct 2015 16:54:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E7AA340BB4 for ; Mon, 26 Oct 2015 16:54:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 315161933 for ; Mon, 26 Oct 2015 16:54:45 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1445878451.615f93f211a038110fc840203a68d66c31c3d249.grknight@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-multilib.eclass X-VCS-Directories: eclass/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 615f93f211a038110fc840203a68d66c31c3d249 X-VCS-Branch: master Date: Mon, 26 Oct 2015 16:54: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-Archives-Salt: 672fde7c-788f-43d6-a647-0fe7723281d5 X-Archives-Hash: a9fb785b1565305356e55d2ddc0f5f32 commit: 615f93f211a038110fc840203a68d66c31c3d249 Author: Brian Evans gentoo org> AuthorDate: Mon Oct 26 16:54:11 2015 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Oct 26 16:54:11 2015 +0000 URL: https://gitweb.gentoo.org/proj/mysql.git/commit/?id=615f93f2 Remove the community USE which no longer has any effect Signed-off-by: Brian Evans gentoo.org> eclass/mysql-multilib.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/mysql-multilib.eclass b/eclass/mysql-multilib.eclass index 9f17095..26e494a 100644 --- a/eclass/mysql-multilib.eclass +++ b/eclass/mysql-multilib.eclass @@ -192,7 +192,7 @@ fi LICENSE="GPL-2" SLOT="0/${SUBSLOT:-0}" -IUSE="+community cluster debug embedded extraengine jemalloc latin1 libressl +openssl +IUSE="cluster debug embedded extraengine jemalloc latin1 libressl +openssl +perl profiling selinux systemtap static static-libs tcmalloc test yassl" REQUIRED_USE="^^ ( yassl openssl libressl )"