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 A1C4B15802F for ; Fri, 24 Feb 2023 04:11:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADC04E07F9; Fri, 24 Feb 2023 04:11:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98D6EE07F9 for ; Fri, 24 Feb 2023 04:11:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1FF83402FE for ; Fri, 24 Feb 2023 04:11:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B86F68BC for ; Fri, 24 Feb 2023 04:11:28 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1677211830.ff51a416f63a81beeadf61f5a5161cfba9acb079.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus/ibus-1.5.27.ebuild X-VCS-Directories: app-i18n/ibus/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ff51a416f63a81beeadf61f5a5161cfba9acb079 X-VCS-Branch: master Date: Fri, 24 Feb 2023 04:11:28 +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: 51814890-8966-4d57-8d7f-a0ea1d49950b X-Archives-Hash: 3d3a3519c9ed0087e3af4211773a4c23 commit: ff51a416f63a81beeadf61f5a5161cfba9acb079 Author: Matt Turner gentoo org> AuthorDate: Fri Feb 24 03:58:36 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Feb 24 04:10:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff51a416 app-i18n/ibus: Remove useless sed The need for this sed was negated by upstream commit 5788be80 ("Fix ucd directory override"), in v1.5.19. Signed-off-by: Matt Turner gentoo.org> app-i18n/ibus/ibus-1.5.27.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-i18n/ibus/ibus-1.5.27.ebuild b/app-i18n/ibus/ibus-1.5.27.ebuild index 6475d45357a8..6fd502ca7c05 100644 --- a/app-i18n/ibus/ibus-1.5.27.ebuild +++ b/app-i18n/ibus/ibus-1.5.27.ebuild @@ -80,7 +80,6 @@ BDEPEND=" src_prepare() { vala_src_prepare --ignore-use - sed -i "/UCD_DIR=/s/\$with_emoji_annotation_dir/\$with_ucd_dir/" configure.ac if ! has_version 'x11-libs/gtk+:3[wayland]'; then touch ui/gtk3/panelbinding.vala \ ui/gtk3/panel.vala \