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 0B28E1396DA for ; Sat, 18 Nov 2017 11:33:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A9A6E0C03; Sat, 18 Nov 2017 11:33:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 3A19BE0C03 for ; Sat, 18 Nov 2017 11:33:53 +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 10EC433BF24 for ; Sat, 18 Nov 2017 11:33:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC70D9EED for ; Sat, 18 Nov 2017 11:33:50 +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: <1511004824.5e115893a9c6b3151081c6bc70312278bd26903a.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/evolvotron/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/evolvotron/evolvotron-0.7.1.ebuild X-VCS-Directories: x11-misc/evolvotron/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 5e115893a9c6b3151081c6bc70312278bd26903a X-VCS-Branch: master Date: Sat, 18 Nov 2017 11:33:50 +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: 5f117757-4bea-48df-9272-cb7ccdc73e20 X-Archives-Hash: fa99542c48f7a57661496a83a66bfc1a commit: 5e115893a9c6b3151081c6bc70312278bd26903a Author: Jeroen Roovers gentoo org> AuthorDate: Sat Nov 18 11:30:05 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Nov 18 11:33:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e115893 x11-misc/evolvotron: Add missing dependency. Package-Manager: Portage-2.3.14, Repoman-2.3.6 x11-misc/evolvotron/evolvotron-0.7.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-misc/evolvotron/evolvotron-0.7.1.ebuild b/x11-misc/evolvotron/evolvotron-0.7.1.ebuild index bfe228dc19f..23a6d14e48f 100644 --- a/x11-misc/evolvotron/evolvotron-0.7.1.ebuild +++ b/x11-misc/evolvotron/evolvotron-0.7.1.ebuild @@ -19,6 +19,7 @@ RDEPEND=" dev-libs/boost:= dev-qt/qtcore:5 dev-qt/qtgui:5 + dev-qt/qtxml:5 " DEPEND="${RDEPEND}"