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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AB751158041 for ; Wed, 6 Mar 2024 06:30:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED4FCE29DA; Wed, 6 Mar 2024 06:30:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CCF1DE29DA for ; Wed, 6 Mar 2024 06:30:29 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFA28342FFE for ; Wed, 6 Mar 2024 06:30:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5695514E8 for ; Wed, 6 Mar 2024 06:30:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1709706600.5a3a57051e59ad511d66254224a32a1f00621e63.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-uim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/scim-uim/scim-uim-0.2.0-r3.ebuild X-VCS-Directories: app-i18n/scim-uim/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5a3a57051e59ad511d66254224a32a1f00621e63 X-VCS-Branch: master Date: Wed, 6 Mar 2024 06:30:27 +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: 9e1044a2-76b1-4d12-ba60-76077242ec5d X-Archives-Hash: 3b2ebc5f52b6e80ebf55d1e222fde4e5 commit: 5a3a57051e59ad511d66254224a32a1f00621e63 Author: Eli Schwartz gmail com> AuthorDate: Wed Mar 6 06:25:28 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 6 06:30:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a3a5705 app-i18n/scim-uim: add missing runtime dependency on libltdl Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> app-i18n/scim-uim/scim-uim-0.2.0-r3.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-i18n/scim-uim/scim-uim-0.2.0-r3.ebuild b/app-i18n/scim-uim/scim-uim-0.2.0-r3.ebuild index 2cbc47c4be99..2e7b59282ff8 100644 --- a/app-i18n/scim-uim/scim-uim-0.2.0-r3.ebuild +++ b/app-i18n/scim-uim/scim-uim-0.2.0-r3.ebuild @@ -16,7 +16,9 @@ IUSE="" RDEPEND=" >=app-i18n/uim-1.5.0 - >=app-i18n/scim-1.4.0" + >=app-i18n/scim-1.4.0 + dev-libs/libltdl +" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig"