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 9DEEF15815E for ; Sun, 4 Feb 2024 13:13:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2B61E2AE3; Sun, 4 Feb 2024 13:13:22 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B24FCE2AE3 for ; Sun, 4 Feb 2024 13:13:22 +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 B4BBA343282 for ; Sun, 4 Feb 2024 13:13:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6B701492 for ; Sun, 4 Feb 2024 13:13:19 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1707052385.d425a61073dd3ea69b4794da106f4f28f1ebf69b.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/tiny-dfr/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-laptop/tiny-dfr/tiny-dfr-0.2.0-r1.ebuild app-laptop/tiny-dfr/tiny-dfr-0.2.0.ebuild X-VCS-Directories: app-laptop/tiny-dfr/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: d425a61073dd3ea69b4794da106f4f28f1ebf69b X-VCS-Branch: master Date: Sun, 4 Feb 2024 13:13:19 +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: 7feae165-83fd-4f19-8775-5d5bd87faffa X-Archives-Hash: 0c6e45a3bcbd8e2b06e7c37106e06984 commit: d425a61073dd3ea69b4794da106f4f28f1ebf69b Author: Sasha Finkelstein gmail com> AuthorDate: Wed Jan 31 10:47:47 2024 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Feb 4 13:13:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d425a610 app-laptop/tiny-dfr: Add missing gdk-pixbuf dependency Signed-off-by: Sasha Finkelstein gmail.com> Closes: https://bugs.gentoo.org/923393 Closes: https://github.com/gentoo/gentoo/pull/35114 Signed-off-by: Mart Raudsepp gentoo.org> app-laptop/tiny-dfr/{tiny-dfr-0.2.0.ebuild => tiny-dfr-0.2.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/app-laptop/tiny-dfr/tiny-dfr-0.2.0.ebuild b/app-laptop/tiny-dfr/tiny-dfr-0.2.0-r1.ebuild similarity index 99% rename from app-laptop/tiny-dfr/tiny-dfr-0.2.0.ebuild rename to app-laptop/tiny-dfr/tiny-dfr-0.2.0-r1.ebuild index 9520f53acb78..84f2d99e0307 100644 --- a/app-laptop/tiny-dfr/tiny-dfr-0.2.0.ebuild +++ b/app-laptop/tiny-dfr/tiny-dfr-0.2.0-r1.ebuild @@ -225,6 +225,7 @@ SRC_URI=" DEPEND=" dev-libs/libinput x11-libs/pango + x11-libs/gdk-pixbuf " RDEPEND="${DEPEND}"