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 CF450138334 for ; Wed, 3 Oct 2018 08:55:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0227EE09D5; Wed, 3 Oct 2018 08:55:16 +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 CE5B2E09D5 for ; Wed, 3 Oct 2018 08:55:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6D911335CF3 for ; Wed, 3 Oct 2018 08:55:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48AA13F1 for ; Wed, 3 Oct 2018 08:55:05 +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: <1538554244.1631e7f07f185074564e74e3844bb9e1e58f886d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libxklavier/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libxklavier/libxklavier-5.4.ebuild X-VCS-Directories: x11-libs/libxklavier/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1631e7f07f185074564e74e3844bb9e1e58f886d X-VCS-Branch: master Date: Wed, 3 Oct 2018 08:55:05 +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: cc49e7db-457a-41e9-86fd-5f92944025c9 X-Archives-Hash: d39b981e6f01bbe8dc39ae9c1a8036c6 commit: 1631e7f07f185074564e74e3844bb9e1e58f886d Author: Michał Górny gentoo org> AuthorDate: Wed Oct 3 08:10:44 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 3 08:10:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1631e7f0 x11-libs/libxklavier: Add explicit dep on glib-utils Closes: https://bugs.gentoo.org/667636 Signed-off-by: Michał Górny gentoo.org> x11-libs/libxklavier/libxklavier-5.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-libs/libxklavier/libxklavier-5.4.ebuild b/x11-libs/libxklavier/libxklavier-5.4.ebuild index a22a09bb110..3004befeac4 100644 --- a/x11-libs/libxklavier/libxklavier-5.4.ebuild +++ b/x11-libs/libxklavier/libxklavier-5.4.ebuild @@ -28,6 +28,7 @@ RDEPEND=" vala? ( $(vala_depend) ) " DEPEND="${RDEPEND} + dev-util/glib-utils >=dev-util/gtk-doc-am-1.4 sys-devel/gettext virtual/pkgconfig