diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-07-29 07:07:05 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-07-29 07:07:05 +0000 |
| commit | 98e18df05fb97d065fc6a7aae14c9c52703f0933 (patch) | |
| tree | 8485d66d70dbd7d9afe62292670bb58b3b3ff1db /sci-biology | |
| parent | 951fa1a0a5ffd2f179a55b0f86c771bf3fc98f23 (diff) | |
| download | baldeagleos-repo-98e18df05fb97d065fc6a7aae14c9c52703f0933.tar.gz baldeagleos-repo-98e18df05fb97d065fc6a7aae14c9c52703f0933.tar.xz baldeagleos-repo-98e18df05fb97d065fc6a7aae14c9c52703f0933.zip | |
Adding metadata
Diffstat (limited to 'sci-biology')
| -rw-r--r-- | sci-biology/clustal-omega/clustal-omega-1.2.4-r1.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sci-biology/clustal-omega/clustal-omega-1.2.4-r1.ebuild b/sci-biology/clustal-omega/clustal-omega-1.2.4-r1.ebuild index 4d5b2a779bf9..50d8ce873de9 100644 --- a/sci-biology/clustal-omega/clustal-omega-1.2.4-r1.ebuild +++ b/sci-biology/clustal-omega/clustal-omega-1.2.4-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit autotools +inherit autotools dot-a DESCRIPTION="Scalable multiple alignment of protein sequences" HOMEPAGE="http://www.clustal.org/omega/" @@ -24,7 +24,13 @@ src_prepare() { eautoreconf } +src_configure() { + lto-guarantee-fat + default +} + src_install() { default find "${ED}" -name '*.la' -delete || die + strip-lto-bytecode } |
