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 B5085158020 for ; Wed, 30 Nov 2022 08:29:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0133AE087A; Wed, 30 Nov 2022 08:29:57 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E11FBE087A for ; Wed, 30 Nov 2022 08:29:56 +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 E3572341019 for ; Wed, 30 Nov 2022 08:29:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDF0154C for ; Wed, 30 Nov 2022 08:29:52 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1669796961.b0e008f5809633181331c5dc23bf0d32b5b14489.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/terminatorx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/terminatorx/terminatorx-4.2.0.ebuild X-VCS-Directories: media-sound/terminatorx/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: b0e008f5809633181331c5dc23bf0d32b5b14489 X-VCS-Branch: master Date: Wed, 30 Nov 2022 08:29:52 +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: 739ae5b3-e763-498b-b5cf-f3256ebffe1c X-Archives-Hash: adf86c47f58cb1a2a6c640d9c94534ea commit: b0e008f5809633181331c5dc23bf0d32b5b14489 Author: Miroslav Šulc gentoo org> AuthorDate: Wed Nov 30 08:26:20 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Nov 30 08:29:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e008f5 media-sound/terminatorx: added missing build-time dep Closes: https://bugs.gentoo.org/831561 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/terminatorx/terminatorx-4.2.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-sound/terminatorx/terminatorx-4.2.0.ebuild b/media-sound/terminatorx/terminatorx-4.2.0.ebuild index a2db55319fd3..e49c433efa9f 100644 --- a/media-sound/terminatorx/terminatorx-4.2.0.ebuild +++ b/media-sound/terminatorx/terminatorx-4.2.0.ebuild @@ -44,6 +44,7 @@ DEPEND="${RDEPEND} x11-base/xorg-proto " BDEPEND=" + dev-util/itstool virtual/pkgconfig "