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 DC0A91396D2 for ; Mon, 11 Sep 2017 12:17:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24381E0830; Mon, 11 Sep 2017 12:17:06 +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 06F19E0839 for ; Mon, 11 Sep 2017 12:17:05 +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 3AEDD3416FD for ; Mon, 11 Sep 2017 12:17:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3D51907C for ; Mon, 11 Sep 2017 12:17:03 +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: <1505132204.19a30d8b6f665303b27dea5f1c0094c6b3f0d6b5.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/qxmledit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/qxmledit/qxmledit-0.9.7.ebuild X-VCS-Directories: app-editors/qxmledit/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 19a30d8b6f665303b27dea5f1c0094c6b3f0d6b5 X-VCS-Branch: master Date: Mon, 11 Sep 2017 12:17:03 +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: de7ac0c9-4e8a-4112-8da3-0a89496a7434 X-Archives-Hash: dcc63e9d2ccf3787031fa9a703f5aae2 commit: 19a30d8b6f665303b27dea5f1c0094c6b3f0d6b5 Author: Michael Palimaka gentoo org> AuthorDate: Sun Sep 10 04:38:17 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Sep 11 12:16:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a30d8b app-editors/qxmledit: add missing dependencies Package-Manager: Portage-2.3.6, Repoman-2.3.3 app-editors/qxmledit/qxmledit-0.9.7.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-editors/qxmledit/qxmledit-0.9.7.ebuild b/app-editors/qxmledit/qxmledit-0.9.7.ebuild index 49e82f0eaa3..fb26b9c080a 100644 --- a/app-editors/qxmledit/qxmledit-0.9.7.ebuild +++ b/app-editors/qxmledit/qxmledit-0.9.7.ebuild @@ -27,6 +27,8 @@ DEPEND=" dev-qt/qtwidgets:5 dev-qt/qtxml:5 dev-qt/qtxmlpatterns:5 + media-libs/glu + virtual/opengl " RDEPEND="${DEPEND}"