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 57767158030 for ; Tue, 28 Feb 2023 17:34:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8056E069C; Tue, 28 Feb 2023 17:34:12 +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 901FAE069C for ; Tue, 28 Feb 2023 17:34:12 +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 CA099340D3A for ; Tue, 28 Feb 2023 17:34:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47719865 for ; Tue, 28 Feb 2023 17:34:10 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1677605648.9cf8dff529ff02f41bc03f596846bd0467234c86.juippis@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: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9cf8dff529ff02f41bc03f596846bd0467234c86 X-VCS-Branch: master Date: Tue, 28 Feb 2023 17:34:10 +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: c81ab056-18c2-4fba-82f9-6f9232ada86c X-Archives-Hash: 72ad7660031cf305ecaa7b29516ccb3b commit: 9cf8dff529ff02f41bc03f596846bd0467234c86 Author: Joonas Niilola gentoo org> AuthorDate: Tue Feb 28 17:33:43 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Feb 28 17:34:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf8dff5 app-i18n/ibus: add missing test dep to 1.5.27 Signed-off-by: Joonas Niilola gentoo.org> app-i18n/ibus/ibus-1.5.27.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-i18n/ibus/ibus-1.5.27.ebuild b/app-i18n/ibus/ibus-1.5.27.ebuild index 6fd502ca7c05..22c0f865df55 100644 --- a/app-i18n/ibus/ibus-1.5.27.ebuild +++ b/app-i18n/ibus/ibus-1.5.27.ebuild @@ -76,6 +76,7 @@ BDEPEND=" app-i18n/unicode-emoji ) nls? ( sys-devel/gettext ) + test? ( x11-apps/setxkbmap ) unicode? ( app-i18n/unicode-data )" src_prepare() {