diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-01-10 10:28:08 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-01-10 10:28:41 +0100 |
commit | 3f81f088ac63f8a7d3ae786c30119f723e7d9c53 (patch) | |
tree | 48cbc2ab2042230a835996cf8f5ea2aa40c38b15 /app-crypt/sequoia-sq/sequoia-sq-0.27.0.ebuild | |
parent | media-sound/strawberry: bump to 1.0.13 (diff) | |
download | gentoo-3f81f088ac63f8a7d3ae786c30119f723e7d9c53.tar.gz gentoo-3f81f088ac63f8a7d3ae786c30119f723e7d9c53.tar.bz2 gentoo-3f81f088ac63f8a7d3ae786c30119f723e7d9c53.zip |
app-crypt/sequoia-sq: fix compilation with newer rustc
Closes: https://bugs.gentoo.org/873085
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-crypt/sequoia-sq/sequoia-sq-0.27.0.ebuild')
-rw-r--r-- | app-crypt/sequoia-sq/sequoia-sq-0.27.0.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-crypt/sequoia-sq/sequoia-sq-0.27.0.ebuild b/app-crypt/sequoia-sq/sequoia-sq-0.27.0.ebuild index 4b5c805418cd..2beff104d292 100644 --- a/app-crypt/sequoia-sq/sequoia-sq-0.27.0.ebuild +++ b/app-crypt/sequoia-sq/sequoia-sq-0.27.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Generate base ebuild via @@ -412,6 +412,10 @@ KEYWORDS="amd64 ~ppc64" S="${WORKDIR}/${PN}-v${PV}" +PATCHES=( + "${FILESDIR}"/${PN}-0.27.0-Explicitly-drop-the-Box.patch +) + QA_FLAGS_IGNORED="usr/bin/sq" COMMON_DEPEND=" |