diff options
author | David Seifert <soap@gentoo.org> | 2021-07-26 01:06:31 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-26 01:06:31 +0200 |
commit | 60b0fd58e2765499b9d2a83c3293b7021b05908c (patch) | |
tree | b066e2065141d300cd20344c08ab82ca30454272 /sci-biology/mosaik/mosaik-2.2.30.ebuild | |
parent | sys-apps/systemd: QA_FLAGS_IGNORED for systemd-boot (diff) | |
download | gentoo-60b0fd58e2765499b9d2a83c3293b7021b05908c.tar.gz gentoo-60b0fd58e2765499b9d2a83c3293b7021b05908c.tar.bz2 gentoo-60b0fd58e2765499b9d2a83c3293b7021b05908c.zip |
sci-biology/mosaik: Fix GCC 11 build
Closes: https://bugs.gentoo.org/788331
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology/mosaik/mosaik-2.2.30.ebuild')
-rw-r--r-- | sci-biology/mosaik/mosaik-2.2.30.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-biology/mosaik/mosaik-2.2.30.ebuild b/sci-biology/mosaik/mosaik-2.2.30.ebuild index 874edba4504d..633738b8f4c2 100644 --- a/sci-biology/mosaik/mosaik-2.2.30.ebuild +++ b/sci-biology/mosaik/mosaik-2.2.30.ebuild @@ -1,25 +1,25 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit flag-o-matic toolchain-funcs vcs-snapshot DESCRIPTION="A reference-guided aligner for next-generation sequencing technologies" HOMEPAGE="https://github.com/wanpinglee/MOSAIK" SRC_URI="https://github.com/wanpinglee/MOSAIK/archive/5c25216d3522d6a33e53875cd76a6d65001e4e67.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${P}/src" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -S="${WORKDIR}/${P}/src" - PATCHES=( "${FILESDIR}"/${P}-remove-platform-code.patch "${FILESDIR}"/${P}-fix-build-system.patch "${FILESDIR}"/${P}-Wformat-security.patch "${FILESDIR}"/${P}-gcc7.patch + "${FILESDIR}"/${P}-gcc11.patch ) src_configure() { |