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 3638C138334 for ; Tue, 16 Oct 2018 17:21:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4F8AE0867; Tue, 16 Oct 2018 17:21:37 +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 89ED6E0867 for ; Tue, 16 Oct 2018 17:21:37 +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 87812335C5B for ; Tue, 16 Oct 2018 17:21:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B134391 for ; Tue, 16 Oct 2018 17:21:33 +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: <1539710481.f32bce616dfa4ed59b197668a489ecda662dd31b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-screenshooter/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.3.ebuild X-VCS-Directories: xfce-extra/xfce4-screenshooter/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f32bce616dfa4ed59b197668a489ecda662dd31b X-VCS-Branch: master Date: Tue, 16 Oct 2018 17:21:33 +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: 8a082772-a8d9-4c8c-b376-abc79353276d X-Archives-Hash: fbdcfc95bcaf9e19aeecc5a1fe4d56fc commit: f32bce616dfa4ed59b197668a489ecda662dd31b Author: Michał Górny gentoo org> AuthorDate: Tue Oct 16 17:07:11 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Oct 16 17:21:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f32bce61 xfce-extra/xfce4-screenshooter: Add dep on glib-utils Closes: https://bugs.gentoo.org/668798 Signed-off-by: Michał Górny gentoo.org> xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.3.ebuild b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.3.ebuild index a4b036e1dc6..c3dbc8cab62 100644 --- a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.3.ebuild +++ b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.3.ebuild @@ -27,6 +27,7 @@ RDEPEND=">=dev-libs/glib-2.16:= >=xfce-base/libxfce4util-4.10:= >=xfce-base/libxfce4ui-4.12:=" DEPEND="${RDEPEND} + dev-util/glib-utils dev-util/intltool virtual/pkgconfig"