diff options
author | Sam James <sam@gentoo.org> | 2021-03-25 14:34:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-25 14:39:21 +0000 |
commit | c3118bb9d968ed73c34d5890b7349d7af3dd8971 (patch) | |
tree | 5c8340efaa0029814a58a72d6942007d53a98db2 /dev-libs/xapian/xapian-1.4.18.ebuild | |
parent | media-video/mplayer: fix cpu_flags_* default (disable) (diff) | |
download | gentoo-c3118bb9d968ed73c34d5890b7349d7af3dd8971.tar.gz gentoo-c3118bb9d968ed73c34d5890b7349d7af3dd8971.tar.bz2 gentoo-c3118bb9d968ed73c34d5890b7349d7af3dd8971.zip |
dev-libs/xapian: fix cpu_flags_* default (disable)
We shouldn't enable CPU_FLAGS_* by default. Users don't
mask or explicitly disable flags they don't have, they just
enable the ones they _do_ have.
Reported-by: ggabriel
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/xapian/xapian-1.4.18.ebuild')
-rw-r--r-- | dev-libs/xapian/xapian-1.4.18.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/xapian/xapian-1.4.18.ebuild b/dev-libs/xapian/xapian-1.4.18.ebuild index b33e8c6402c3..af91a3119e61 100644 --- a/dev-libs/xapian/xapian-1.4.18.ebuild +++ b/dev-libs/xapian/xapian-1.4.18.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0/30" # ABI version of libxapian.so KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris" -IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +inmemory +remote" +IUSE="doc static-libs cpu_flags_x86_sse cpu_flags_x86_sse2 +inmemory +remote" DEPEND="sys-libs/zlib" RDEPEND="${DEPEND}" |