diff options
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/Manifest.gz | bin | 3412 -> 3408 bytes | |||
-rw-r--r-- | sci-misc/lttoolbox/Manifest | 2 | ||||
-rw-r--r-- | sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild | 8 |
3 files changed, 7 insertions, 3 deletions
diff --git a/sci-misc/Manifest.gz b/sci-misc/Manifest.gz Binary files differindex 7d7031b415d3..2b85b5823574 100644 --- a/sci-misc/Manifest.gz +++ b/sci-misc/Manifest.gz diff --git a/sci-misc/lttoolbox/Manifest b/sci-misc/lttoolbox/Manifest index fcc4e1d454e8..20df5c89419c 100644 --- a/sci-misc/lttoolbox/Manifest +++ b/sci-misc/lttoolbox/Manifest @@ -1,3 +1,3 @@ DIST lttoolbox-3.3.3.tar.gz 454916 BLAKE2B 20def8f733a979621944e41011838430302140b93ec16e4315b39f60c77d6665c2c553196aea12f1c59ce4172cf3032c867317b8085b1e976fee540a9642d2c9 SHA512 2e6338d39d2f16641c408076bd1d3b29fcd11e2d83e622b93fb7b91bae8eb92f58eacf978c72647d2872119be28b76093fc4afbfe22d7e9a62e1a87d818f9a3c -EBUILD lttoolbox-3.3.3.ebuild 554 BLAKE2B 032caa5abfffbf17ee0b2a63d9f18a0d1d6c196c9f65d4712d495a0bb03ef025f614acf76bf6a60d691e4808604409f57ce588252797976bb11e50296bde6c82 SHA512 b336fe08dae2e2e0fe3dcfec190a17c88853394ce88d5950af61ed2fb3c96b500cc145bec95623ac508ef0267bf1b8bcdf09e4c54573f40d910db56ead31f763 +EBUILD lttoolbox-3.3.3.ebuild 611 BLAKE2B 0083def0cf29a355d35f17e11e210a2c3ffa362d2eeffd556935f3f7edf481a18b53e6fbc8d2bd37b9c00327efe9ea92d1dda1b74ba120d08c71f3ea75cb0b8f SHA512 4d7f40617b65a20cce88a20a1a4799aea6b1cee7f6239cae81677c16c51953fc0c7396f1caa0c4c3a7b51a3787ff62f17d94ef0b09cb09611da9911c166ad00d MISC metadata.xml 488 BLAKE2B 4d30352ace37507b32ea1ebb1daceb2928705f4801cb0c81008170d549d86a2b3e2fb286c08dde45614cdf6bf407ed3d52152a91551aae157eb44d698b64f1f7 SHA512 5abaa0614a2dfd2ddc315783288bf268288a2ab0c8f1780a7f17275e33e1c79c378a58b817a5c78e03250b6660ca45d1a6a9123c6b245d5d52fd4ad574d6d796 diff --git a/sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild b/sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild index ad7dca2d16a2..28266cdb4f73 100644 --- a/sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild +++ b/sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools + +inherit autotools flag-o-matic DESCRIPTION="Toolbox for lexical processing, morphological analysis and generation of words" HOMEPAGE="https://www.apertium.org" @@ -23,5 +24,8 @@ src_prepare() { } src_configure() { + # bug 619446 + append-cxxflags -std=c++14 + econf $(use_enable static-libs static) } |