diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-06-29 12:02:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-06-29 16:52:27 +0200 |
commit | 0db7f46d94eed02e877a7cf644ee4541298eb852 (patch) | |
tree | c1539be842c1a6705e90f032755ed6abdd37044c /profiles/base | |
parent | media-libs/libpng: Removed old. (diff) | |
download | gentoo-0db7f46d94eed02e877a7cf644ee4541298eb852.tar.gz gentoo-0db7f46d94eed02e877a7cf644ee4541298eb852.tar.bz2 gentoo-0db7f46d94eed02e877a7cf644ee4541298eb852.zip |
app-arch/snappy: Bump to 1.1.5
Bump to the new 1.1.5 version and update the ebuild to use CMake as
autotools are deprecated now. Include patches necessary to fix
the horribly broken upstream build system to at least build
and install reasonably correctly. Disable useless microbenchmarks in
unittest executable. Disable static-libs support since it is not
provided upstream.
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use.mask | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index f27ae607f2f6..6fc52ac8f257 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,12 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Michał Górny <mgorny@gentoo.org> (29 Jun 2017) +# Upstream switched to CMake and no longer provides option to build +# static and shared libs. The flag is preserved not to break USE +# depenencies. +>=app-arch/snappy-1.1.5 static-libs + # Ilya Tumaykin <itumaykin+gentoo@gmail.com> (18 Jun 2017) # Libav is basically unsupported by mpv, see upstream issues 3923, 3925. # Needs patch to even build, subs are broken and not supported anymore. |