diff options
author | 2017-04-29 21:25:37 +0200 | |
---|---|---|
committer | 2017-04-29 21:25:37 +0200 | |
commit | 27def088978a406b829e839584cead93eb9a38c8 (patch) | |
tree | a2449c378639bf2af6932df89c665c2cd672b8f8 | |
parent | Add new remote ID (diff) | |
download | sci-27def088978a406b829e839584cead93eb9a38c8.tar.gz sci-27def088978a406b829e839584cead93eb9a38c8.tar.bz2 sci-27def088978a406b829e839584cead93eb9a38c8.zip |
sci-libs/libmaus2: Improve einfo based on upstream issue #19
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r-- | sci-libs/libmaus2/libmaus2-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-libs/libmaus2/libmaus2-9999.ebuild b/sci-libs/libmaus2/libmaus2-9999.ebuild index fcf29886d..d68a5d0e0 100644 --- a/sci-libs/libmaus2/libmaus2-9999.ebuild +++ b/sci-libs/libmaus2/libmaus2-9999.ebuild @@ -42,4 +42,5 @@ src_configure(){ pkg_postinst(){ einfo "The io_lib, snappy and seqan dependencies are not strictly needed" einfo "but were forced for optimal libmaus2 performance." + einfo "igzip is only used if gzip level is set to 11." } |