commit: 73b3147833a8c5ebbf627f77334de5bca0770702
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 30 00:14:53 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> 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)"