Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xapian/
Date: Fri, 30 Dec 2016 00:15:21
Message-Id: 1483056909.73b3147833a8c5ebbf627f77334de5bca0770702.blueness@gentoo
1 commit: 73b3147833a8c5ebbf627f77334de5bca0770702
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 30 00:14:53 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 30 00:15:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b31478
7
8 dev-libs/xapian: remove banner for cpu flags
9
10 Package-Manager: portage-2.3.0
11
12 dev-libs/xapian/xapian-1.4.1.ebuild | 5 -----
13 dev-libs/xapian/xapian-1.4.2.ebuild | 5 -----
14 2 files changed, 10 deletions(-)
15
16 diff --git a/dev-libs/xapian/xapian-1.4.1.ebuild b/dev-libs/xapian/xapian-1.4.1.ebuild
17 index ebc2634..eddbc67 100644
18 --- a/dev-libs/xapian/xapian-1.4.1.ebuild
19 +++ b/dev-libs/xapian/xapian-1.4.1.ebuild
20 @@ -27,20 +27,15 @@ S="${WORKDIR}/${MY_P}"
21 src_configure() {
22 local myconf=""
23
24 - ewarn
25 if use cpu_flags_x86_sse2; then
26 - ewarn "Using sse2"
27 myconf="${myconf} --enable-sse=sse2"
28 else
29 if use cpu_flags_x86_sse; then
30 - ewarn "Using sse"
31 myconf="${myconf} --enable-sse=sse"
32 else
33 - ewarn "Disabling sse and sse2"
34 myconf="${myconf} --disable-sse"
35 fi
36 fi
37 - ewarn
38
39 myconf="${myconf} $(use_enable static-libs static)"
40
41
42 diff --git a/dev-libs/xapian/xapian-1.4.2.ebuild b/dev-libs/xapian/xapian-1.4.2.ebuild
43 index 939b434..afc3a46 100644
44 --- a/dev-libs/xapian/xapian-1.4.2.ebuild
45 +++ b/dev-libs/xapian/xapian-1.4.2.ebuild
46 @@ -27,20 +27,15 @@ S="${WORKDIR}/${MY_P}"
47 multilib_src_configure() {
48 local myconf=""
49
50 - ewarn
51 if use cpu_flags_x86_sse2; then
52 - ewarn "Using sse2"
53 myconf="${myconf} --enable-sse=sse2"
54 else
55 if use cpu_flags_x86_sse; then
56 - ewarn "Using sse"
57 myconf="${myconf} --enable-sse=sse"
58 else
59 - ewarn "Disabling sse and sse2"
60 myconf="${myconf} --disable-sse"
61 fi
62 fi
63 - ewarn
64
65 myconf="${myconf} $(use_enable static-libs static)"