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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A8DF138336 for ; Wed, 3 Oct 2018 08:00:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 455E9E09CB; Wed, 3 Oct 2018 08:00:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 160D9E09CB for ; Wed, 3 Oct 2018 08:00:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA102335D0F for ; Wed, 3 Oct 2018 08:00:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B5333BE for ; Wed, 3 Oct 2018 08:00:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1538553095.45d2273fe642ccb435fb018fb2047107b03801d3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-base/garcon/garcon-0.6.1.ebuild X-VCS-Directories: xfce-base/garcon/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 45d2273fe642ccb435fb018fb2047107b03801d3 X-VCS-Branch: master Date: Wed, 3 Oct 2018 08:00:46 +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-Archives-Salt: ef56e365-d6b9-4f1f-a826-f67f4990b798 X-Archives-Hash: a4637e23e01376d8719eb087df9dee69 commit: 45d2273fe642ccb435fb018fb2047107b03801d3 Author: Michał Górny gentoo org> AuthorDate: Wed Oct 3 07:51:35 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 3 07:51:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45d2273f xfce-base/garcon: Add explicit dep on glib-utils Closes: https://bugs.gentoo.org/667580 Signed-off-by: Michał Górny gentoo.org> xfce-base/garcon/garcon-0.6.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/xfce-base/garcon/garcon-0.6.1.ebuild b/xfce-base/garcon/garcon-0.6.1.ebuild index f2bd18b89cf..44f7968bd57 100644 --- a/xfce-base/garcon/garcon-0.6.1.ebuild +++ b/xfce-base/garcon/garcon-0.6.1.ebuild @@ -18,6 +18,7 @@ RDEPEND=">=dev-libs/glib-2.30:= >=xfce-base/libxfce4ui-4.11.1:=[gtk3(+)] >=xfce-base/libxfce4util-4.11:=" DEPEND="${RDEPEND} + dev-util/glib-utils dev-util/gtk-doc-am dev-util/intltool sys-devel/gettext