From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 294A615808B for ; Thu, 14 Apr 2022 10:38:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 663FBE08A0; Thu, 14 Apr 2022 10:38:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A97FFE08A0 for ; Thu, 14 Apr 2022 10:38:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBAAB3411CB for ; Thu, 14 Apr 2022 10:38:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A76A303 for ; Thu, 14 Apr 2022 10:38:44 +0000 (UTC) From: "Dex Conner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dex Conner" Message-ID: <1649932663.cd10b2990d8bef52ab21a523329753db49e50c5a.cantcuckthis@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-office/sc-im/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-office/sc-im/sc-im-0.8.2.ebuild X-VCS-Directories: app-office/sc-im/ X-VCS-Committer: cantcuckthis X-VCS-Committer-Name: Dex Conner X-VCS-Revision: cd10b2990d8bef52ab21a523329753db49e50c5a X-VCS-Branch: dev Date: Thu, 14 Apr 2022 10:38:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7bd87a9c-6ccb-47fa-87ff-b4c57ff90b8c X-Archives-Hash: a7cdcc1badfa27b1febde7ff76dd618c commit: cd10b2990d8bef52ab21a523329753db49e50c5a Author: Dex Conner danwin1210 de> AuthorDate: Thu Apr 14 10:37:43 2022 +0000 Commit: Dex Conner danwin1210 de> 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 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 }