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 8C1EC158011 for ; Sat, 9 Jul 2022 03:09:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95F4EE0CBF; Sat, 9 Jul 2022 03:09:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 75EA4E0CBF for ; Sat, 9 Jul 2022 03:09:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 775A1340D6E for ; Sat, 9 Jul 2022 03:09:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF6FB528 for ; Sat, 9 Jul 2022 03:09:53 +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: <1657336149.0d7b4d607b4215fb1a3442c22615e7a16f5f3beb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-countdown/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r2.ebuild X-VCS-Directories: x11-plugins/gkrellm-countdown/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0d7b4d607b4215fb1a3442c22615e7a16f5f3beb X-VCS-Branch: master Date: Sat, 9 Jul 2022 03:09:53 +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: 54a0a39b-015b-4ca8-9715-f9454ebcab96 X-Archives-Hash: d0750a2f37859d1b9460d1e7f20a940c commit: 0d7b4d607b4215fb1a3442c22615e7a16f5f3beb Author: Sam James gentoo org> AuthorDate: Sat Jul 9 03:09:09 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 9 03:09:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d7b4d60 x11-plugins/gkrellm-countdown: fix BDEPEND typo Signed-off-by: Sam James gentoo.org> x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r2.ebuild b/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r2.ebuild index 29c9fb53247e..e67c4488f863 100644 --- a/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r2.ebuild +++ b/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r2.ebuild @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86" RDEPEND="app-admin/gkrellm:2[X]" DEPEND="${RDEPEND}" -BDPEND="virtual/pkgconfig" +BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${PN}-makefile.patch