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 6631A159C9B for ; Sat, 10 Aug 2024 19:34:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB80BE2C01; Sat, 10 Aug 2024 19:34:21 +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 8E40EE2C01 for ; Sat, 10 Aug 2024 19:34:20 +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 D138F343126 for ; Sat, 10 Aug 2024 19:34:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBC5A13E1 for ; Sat, 10 Aug 2024 19:34:17 +0000 (UTC) From: "Mårten Wadenbäck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mårten Wadenbäck" Message-ID: <1723318397.9c2cb1c1e324753f326d2443ea1bcdba8354b5c5.spamfilter-1@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/l3afpad/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-editors/l3afpad/l3afpad-0.8.18.1.11.ebuild X-VCS-Directories: app-editors/l3afpad/ X-VCS-Committer: spamfilter-1 X-VCS-Committer-Name: Mårten Wadenbäck X-VCS-Revision: 9c2cb1c1e324753f326d2443ea1bcdba8354b5c5 X-VCS-Branch: dev Date: Sat, 10 Aug 2024 19:34:17 +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: d3e95a29-533c-4deb-9945-127d1f0f24e1 X-Archives-Hash: 85035d43d727a4aff10f010c5d9ee653 commit: 9c2cb1c1e324753f326d2443ea1bcdba8354b5c5 Author: Mårten Wadenbäck wadenback se> AuthorDate: Sat Aug 10 19:33:17 2024 +0000 Commit: Mårten Wadenbäck wadenback se> CommitDate: Sat Aug 10 19:33:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9c2cb1c1 app-editors/l3afpad: added missing dependencies Signed-off-by: Mårten Wadenbäck wadenback.se> app-editors/l3afpad/l3afpad-0.8.18.1.11.ebuild | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/app-editors/l3afpad/l3afpad-0.8.18.1.11.ebuild b/app-editors/l3afpad/l3afpad-0.8.18.1.11.ebuild index ad89e0c67..d2daf6db7 100644 --- a/app-editors/l3afpad/l3afpad-0.8.18.1.11.ebuild +++ b/app-editors/l3afpad/l3afpad-0.8.18.1.11.ebuild @@ -14,8 +14,15 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="emacs" -BDEPEND="" -DEPEND="x11-libs/gtk+:3" +BDEPEND=" + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig +" +DEPEND=" + virtual/libintl + x11-libs/gtk+:3 +" RDEPEND="${DEPEND}" src_prepare() {