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 7D28D1396D0 for ; Sun, 10 Sep 2017 20:05:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7E091FC00B; Sun, 10 Sep 2017 20:05:30 +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 9796D1FC00B for ; Sun, 10 Sep 2017 20:05:30 +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 A44573416D3 for ; Sun, 10 Sep 2017 20:05:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D8218F50 for ; Sun, 10 Sep 2017 20:05:28 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1505073913.2223af61f29c1f38c1483c78b5f2a0443dea1b17.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/khtml/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/khtml/khtml-5.37.0.ebuild kde-frameworks/khtml/khtml-5.38.0.ebuild X-VCS-Directories: kde-frameworks/khtml/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2223af61f29c1f38c1483c78b5f2a0443dea1b17 X-VCS-Branch: master Date: Sun, 10 Sep 2017 20:05:28 +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: 701c1c11-2ec8-4255-8acc-0223953ed0b4 X-Archives-Hash: 77a99a356b18ef724b038b3bddc60cd6 commit: 2223af61f29c1f38c1483c78b5f2a0443dea1b17 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 10 20:03:13 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 10 20:05:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2223af61 kde-frameworks/khtml: Add missing DEPEND Upstream commit 44787ea124267e49c749a71a9b6ac49ab0fa184a Package-Manager: Portage-2.3.8, Repoman-2.3.3 kde-frameworks/khtml/khtml-5.37.0.ebuild | 1 + kde-frameworks/khtml/khtml-5.38.0.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-frameworks/khtml/khtml-5.37.0.ebuild b/kde-frameworks/khtml/khtml-5.37.0.ebuild index c396eaf6569..cc2820c61d1 100644 --- a/kde-frameworks/khtml/khtml-5.37.0.ebuild +++ b/kde-frameworks/khtml/khtml-5.37.0.ebuild @@ -54,6 +54,7 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-lang/perl + dev-util/gperf test? ( $(add_qt_dep qtx11extras) ) X? ( x11-proto/xproto ) " diff --git a/kde-frameworks/khtml/khtml-5.38.0.ebuild b/kde-frameworks/khtml/khtml-5.38.0.ebuild index c396eaf6569..cc2820c61d1 100644 --- a/kde-frameworks/khtml/khtml-5.38.0.ebuild +++ b/kde-frameworks/khtml/khtml-5.38.0.ebuild @@ -54,6 +54,7 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-lang/perl + dev-util/gperf test? ( $(add_qt_dep qtx11extras) ) X? ( x11-proto/xproto ) "