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 5A5D4139085 for ; Fri, 30 Dec 2016 00:15:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E906DE0C29; Fri, 30 Dec 2016 00:15:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C87D5E0C29 for ; Fri, 30 Dec 2016 00:15:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85AEF34169B for ; Fri, 30 Dec 2016 00:15:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49D9B24E8 for ; Fri, 30 Dec 2016 00:15:15 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1483056909.73b3147833a8c5ebbf627f77334de5bca0770702.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xapian/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xapian/xapian-1.4.1.ebuild dev-libs/xapian/xapian-1.4.2.ebuild X-VCS-Directories: dev-libs/xapian/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 73b3147833a8c5ebbf627f77334de5bca0770702 X-VCS-Branch: master Date: Fri, 30 Dec 2016 00:15:15 +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: a0079def-3415-41ff-a6f9-2b39ada727b8 X-Archives-Hash: 6ef480b139e106583376f0f7b66a0d08 commit: 73b3147833a8c5ebbf627f77334de5bca0770702 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Dec 30 00:14:53 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Dec 30 00:15:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b31478 dev-libs/xapian: remove banner for cpu flags Package-Manager: portage-2.3.0 dev-libs/xapian/xapian-1.4.1.ebuild | 5 ----- dev-libs/xapian/xapian-1.4.2.ebuild | 5 ----- 2 files changed, 10 deletions(-) diff --git a/dev-libs/xapian/xapian-1.4.1.ebuild b/dev-libs/xapian/xapian-1.4.1.ebuild index ebc2634..eddbc67 100644 --- a/dev-libs/xapian/xapian-1.4.1.ebuild +++ b/dev-libs/xapian/xapian-1.4.1.ebuild @@ -27,20 +27,15 @@ S="${WORKDIR}/${MY_P}" src_configure() { local myconf="" - ewarn if use cpu_flags_x86_sse2; then - ewarn "Using sse2" myconf="${myconf} --enable-sse=sse2" else if use cpu_flags_x86_sse; then - ewarn "Using sse" myconf="${myconf} --enable-sse=sse" else - ewarn "Disabling sse and sse2" myconf="${myconf} --disable-sse" fi fi - ewarn myconf="${myconf} $(use_enable static-libs static)" diff --git a/dev-libs/xapian/xapian-1.4.2.ebuild b/dev-libs/xapian/xapian-1.4.2.ebuild index 939b434..afc3a46 100644 --- a/dev-libs/xapian/xapian-1.4.2.ebuild +++ b/dev-libs/xapian/xapian-1.4.2.ebuild @@ -27,20 +27,15 @@ S="${WORKDIR}/${MY_P}" multilib_src_configure() { local myconf="" - ewarn if use cpu_flags_x86_sse2; then - ewarn "Using sse2" myconf="${myconf} --enable-sse=sse2" else if use cpu_flags_x86_sse; then - ewarn "Using sse" myconf="${myconf} --enable-sse=sse" else - ewarn "Disabling sse and sse2" myconf="${myconf} --disable-sse" fi fi - ewarn myconf="${myconf} $(use_enable static-libs static)"