commit: cd10b2990d8bef52ab21a523329753db49e50c5a
Author: Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
AuthorDate: Thu Apr 14 10:37:43 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 10:37:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cd10b299
app-office/sc-im: add missing eapply
Signed-off-by: Dex Conner <cantcuckthis <AT> danwin1210.de>
app-office/sc-im/sc-im-0.8.2.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/app-office/sc-im/sc-im-0.8.2.ebuild
b/app-office/sc-im/sc-im-0.8.2.ebuild
index eed3d720a..49753c8bb 100644
--- a/app-office/sc-im/sc-im-0.8.2.ebuild
+++ b/app-office/sc-im/sc-im-0.8.2.ebuild
@@ -15,7 +15,6 @@ IUSE="X plots xls lua ods tmux"
PATCHES=(
"${FILESDIR}/${P}-prefix.patch"
"${FILESDIR}/${P}-tmux.patch"
-
)
DEPEND="
@@ -42,6 +41,6 @@ S="${WORKDIR}/${P}/src"
src_prepare() {
eapply "${FILESDIR}/${P}-prefix.patch"
- use tmux && "${FILESDIR}/${P}-tmux.patch"
+ use tmux && eapply "${FILESDIR}/${P}-tmux.patch"
eapply_user
}