From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9F9E91381F3 for ; Thu, 21 Apr 2016 07:37:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 375AE21C054; Thu, 21 Apr 2016 07:37:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B461E21C054 for ; Thu, 21 Apr 2016 07:37:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9746D340C34 for ; Thu, 21 Apr 2016 07:37:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 321A51363 for ; Thu, 21 Apr 2016 07:37:07 +0000 (UTC) From: "Jeroen Roovers" 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" Message-ID: <1461224212.3113ad8b9a1c0f722cd9eaa917a6f32f17571e39.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/rofi/rofi-1.0.0.ebuild X-VCS-Directories: x11-misc/rofi/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 3113ad8b9a1c0f722cd9eaa917a6f32f17571e39 X-VCS-Branch: master Date: Thu, 21 Apr 2016 07:37:07 +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: 9e86e96e-e7d2-4e80-a42e-fb277a6ab4d9 X-Archives-Hash: 7a9b0e78ff241efb54fee9ae22131d61 commit: 3113ad8b9a1c0f722cd9eaa917a6f32f17571e39 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Apr 21 07:36:52 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Apr 21 07:36:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3113ad8b x11-misc/rofi: Add missing dependency (bug #580638 by Toralf Förster). Package-Manager: portage-2.2.28 x11-misc/rofi/rofi-1.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-misc/rofi/rofi-1.0.0.ebuild b/x11-misc/rofi/rofi-1.0.0.ebuild index d9ab611..668c86e 100644 --- a/x11-misc/rofi/rofi-1.0.0.ebuild +++ b/x11-misc/rofi/rofi-1.0.0.ebuild @@ -22,6 +22,7 @@ RDEPEND=" x11-libs/libXft x11-libs/libXinerama x11-libs/libxcb + x11-libs/libxkbcommon[X] x11-libs/pango[X] x11-libs/startup-notification i3? ( x11-wm/i3 )