summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Udvare <audvare@gmail.com>2024-05-03 03:57:46 -0400
committerSam James <sam@gentoo.org>2024-07-23 06:29:54 +0100
commitb7a5322ca6893e2388e0a50dae5df71282ce26f4 (patch)
tree529fd944e811f77fd3af07a18362cd2541bdc050 /net-irc/quassel/quassel-0.14.0-r2.ebuild
parentdev-ruby/liquid: drop 5.4.0 (diff)
downloadgentoo-b7a5322ca6893e2388e0a50dae5df71282ce26f4.tar.gz
gentoo-b7a5322ca6893e2388e0a50dae5df71282ce26f4.tar.bz2
gentoo-b7a5322ca6893e2388e0a50dae5df71282ce26f4.zip
net-irc/quassel: add patch to fix /exec scriptname
From https://github.com/quassel/quassel/pull/609 Signed-off-by: Andrew Udvare <audvare@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc/quassel/quassel-0.14.0-r2.ebuild')
-rw-r--r--net-irc/quassel/quassel-0.14.0-r2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-irc/quassel/quassel-0.14.0-r2.ebuild b/net-irc/quassel/quassel-0.14.0-r2.ebuild
index e0ce1c5cdfce..af4e2d872c26 100644
--- a/net-irc/quassel/quassel-0.14.0-r2.ebuild
+++ b/net-irc/quassel/quassel-0.14.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -105,6 +105,7 @@ DOCS=( AUTHORS ChangeLog README.md )
PATCHES=(
"${FILESDIR}/${P}-cxxflags.patch"
"${FILESDIR}/${P}-fix-desktop-application-name.patch"
+ "${FILESDIR}/${P}-fix-exec-script.patch"
)
src_configure() {