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 4B6F315808B for ; Fri, 8 Apr 2022 12:17:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05E40E0923; Fri, 8 Apr 2022 12:17:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 AB3B2E0923 for ; Fri, 8 Apr 2022 12:17:01 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0CE4340F80 for ; Fri, 8 Apr 2022 12:17:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AA4F3A5 for ; Fri, 8 Apr 2022 12:16:58 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1649420215.e4ea5d365ce90fa110d09a8b11eef09557e67822.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/trayer-srg/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild X-VCS-Directories: x11-misc/trayer-srg/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: e4ea5d365ce90fa110d09a8b11eef09557e67822 X-VCS-Branch: master Date: Fri, 8 Apr 2022 12:16:58 +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: 7d5832ec-88c4-4410-868b-81f6a1af58c9 X-Archives-Hash: 241768df58f0a5898cdfaf4a517909af commit: e4ea5d365ce90fa110d09a8b11eef09557e67822 Author: Joonas Niilola gentoo org> AuthorDate: Fri Apr 8 12:16:08 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Apr 8 12:16:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ea5d36 x11-misc/trayer-srg: add a missing dependency Signed-off-by: Joonas Niilola gentoo.org> x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild index 93680dad5544..5e24fffa7f07 100644 --- a/x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild +++ b/x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~x86" RDEPEND=" x11-libs/gdk-pixbuf:2 + dev-libs/glib:2 x11-libs/gtk+:2 x11-libs/libX11 "