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 5B7AF1381FA for ; Thu, 1 May 2014 15:57:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77479E0818; Thu, 1 May 2014 15:57:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D323E0818 for ; Thu, 1 May 2014 15:57:57 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 102133401EE for ; Thu, 1 May 2014 15:57:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id B089E1818D for ; Thu, 1 May 2014 15:57:55 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1398959839.bc757afa91e56b107ccd880e576a9134866ee574.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-terms/qterminal/ X-VCS-Repository: proj/qt X-VCS-Files: x11-terms/qterminal/qterminal-9999.ebuild X-VCS-Directories: x11-terms/qterminal/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: bc757afa91e56b107ccd880e576a9134866ee574 X-VCS-Branch: master Date: Thu, 1 May 2014 15:57:55 +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: f7d12034-77b7-4715-a9c4-3987d7b44aaf X-Archives-Hash: 0a8eafaf1c79b611b2bc4e18ab71e9f3 commit: bc757afa91e56b107ccd880e576a9134866ee574 Author: Jekyll Wu gmail com> AuthorDate: Tue Apr 29 14:35:23 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu May 1 15:57:19 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=bc757afa [x11-terms/qterminal] Add missing dependency on libqxt to make it build --- x11-terms/qterminal/qterminal-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild index 0d608b0..a4a015c 100644 --- a/x11-terms/qterminal/qterminal-9999.ebuild +++ b/x11-terms/qterminal/qterminal-9999.ebuild @@ -16,6 +16,7 @@ KEYWORDS="" IUSE="debug" DEPEND="dev-qt/qtgui:4 + x11-libs/libqxt x11-libs/qtermwidget" RDEPEND="${DEPEND}"