diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2021-01-13 15:39:12 +0100 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2021-01-13 15:39:12 +0100 |
commit | 8dcececc1702ebbd97dc3411bd03a3c423bc1d21 (patch) | |
tree | 22da1913e50a1ab8532733d0cdfacf4a49599fcd /media-sound/aqualung/aqualung-1.1-r101.ebuild | |
parent | sci-chemistry/gromacs: Version bump (diff) | |
download | gentoo-8dcececc1702ebbd97dc3411bd03a3c423bc1d21.tar.gz gentoo-8dcececc1702ebbd97dc3411bd03a3c423bc1d21.tar.bz2 gentoo-8dcececc1702ebbd97dc3411bd03a3c423bc1d21.zip |
media-sound/aqualung: Fix bug #759385.
Thanks to Toralf Förster for the report.
Closes: https://bugs.gentoo.org/759385
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
Diffstat (limited to 'media-sound/aqualung/aqualung-1.1-r101.ebuild')
-rw-r--r-- | media-sound/aqualung/aqualung-1.1-r101.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/aqualung/aqualung-1.1-r101.ebuild b/media-sound/aqualung/aqualung-1.1-r101.ebuild index fe7a974b3a4a..2390bf4b1184 100644 --- a/media-sound/aqualung/aqualung-1.1-r101.ebuild +++ b/media-sound/aqualung/aqualung-1.1-r101.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -54,6 +54,7 @@ DEPEND=" PATCHES=( "${FILESDIR}/${P}-ifp.patch" + "${FILESDIR}/${P}-var-collision.patch" ) src_configure() { |