From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1051565-garchives=archives.gentoo.org@lists.gentoo.org> 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 45672138334 for <garchives@archives.gentoo.org>; Fri, 12 Oct 2018 09:16:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D9D0E09D0; Fri, 12 Oct 2018 09:16:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EAD8EE09D0 for <gentoo-commits@lists.gentoo.org>; Fri, 12 Oct 2018 09:16:44 +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 69D00335C8F for <gentoo-commits@lists.gentoo.org>; Fri, 12 Oct 2018 09:16:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6C543F1 for <gentoo-commits@lists.gentoo.org>; Fri, 12 Oct 2018 09:16:41 +0000 (UTC) From: "Jeroen Roovers" <jer@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org> Message-ID: <1539335795.0ab6ff00afefdf682f1cc2a77915ef3ba83ba2c8.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/i3lock/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/i3lock/i3lock-2.11.ebuild X-VCS-Directories: x11-misc/i3lock/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 0ab6ff00afefdf682f1cc2a77915ef3ba83ba2c8 X-VCS-Branch: master Date: Fri, 12 Oct 2018 09:16:41 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c99a6bec-a752-4cbf-a3f4-9c37f3449cbb X-Archives-Hash: fa9219974b66e7baba5a3a27c3c997f1 commit: 0ab6ff00afefdf682f1cc2a77915ef3ba83ba2c8 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Fri Oct 12 09:16:15 2018 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Fri Oct 12 09:16:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab6ff00 x11-misc/i3lock: Depend on x11-libs/xcb-util-xrm Fixes: https://bugs.gentoo.org/668396 Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> x11-misc/i3lock/i3lock-2.11.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-misc/i3lock/i3lock-2.11.ebuild b/x11-misc/i3lock/i3lock-2.11.ebuild index 23ee3e54a4a..2df68dac048 100644 --- a/x11-misc/i3lock/i3lock-2.11.ebuild +++ b/x11-misc/i3lock/i3lock-2.11.ebuild @@ -19,6 +19,7 @@ RDEPEND=" x11-libs/cairo[xcb] x11-libs/libxcb[xkb] x11-libs/xcb-util + x11-libs/xcb-util-xrm " DEPEND=" ${RDEPEND}