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 06D5B59CB4 for ; Wed, 20 Apr 2016 06:45:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 615A821C079; Wed, 20 Apr 2016 06:45:24 +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 90FC321C07F for ; Wed, 20 Apr 2016 06:45:23 +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 B5819340815 for ; Wed, 20 Apr 2016 06:45:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D0E31BA1 for ; Wed, 20 Apr 2016 06:45:18 +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: <1461134705.edad42a77c7be8762c1bc868d8545aaa2e2eecc9.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: edad42a77c7be8762c1bc868d8545aaa2e2eecc9 X-VCS-Branch: master Date: Wed, 20 Apr 2016 06:45:18 +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: 59da82c7-2732-46bc-afbc-173995aeb336 X-Archives-Hash: 596fd993686855eb7fb81db93684125d commit: edad42a77c7be8762c1bc868d8545aaa2e2eecc9 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Apr 20 06:31:20 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Apr 20 06:45:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edad42a7 x11-misc/rofi: Add x11-libs/libxcb dependency. 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 dc89c47..d9ab611 100644 --- a/x11-misc/rofi/rofi-1.0.0.ebuild +++ b/x11-misc/rofi/rofi-1.0.0.ebuild @@ -21,6 +21,7 @@ RDEPEND=" x11-libs/libX11 x11-libs/libXft x11-libs/libXinerama + x11-libs/libxcb x11-libs/pango[X] x11-libs/startup-notification i3? ( x11-wm/i3 )