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 75CFC139694 for ; Wed, 31 May 2017 18:44:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D417FE0C56; Wed, 31 May 2017 18:44:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B378DE0C56 for ; Wed, 31 May 2017 18:44:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A2D53341735 for ; Wed, 31 May 2017 18:44:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 112BC1B9B for ; Wed, 31 May 2017 18:44:19 +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: <1496256246.4354242b9692b3a48cb664822b874119d06e8f3b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kio-gdrive/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kio-gdrive/kio-gdrive-9999.ebuild X-VCS-Directories: kde-misc/kio-gdrive/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4354242b9692b3a48cb664822b874119d06e8f3b X-VCS-Branch: master Date: Wed, 31 May 2017 18:44:19 +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: 4484fc72-0714-47a0-a546-d0e0f44a2085 X-Archives-Hash: 260ee364ffb8af6ba79ed1be8c38bac3 commit: 4354242b9692b3a48cb664822b874119d06e8f3b Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 31 18:44:06 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 31 18:44:06 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4354242b kde-misc/kio-gdrive: Add missing DEPEND Upstream commit 1a98206873d77310a161e2ff7f39afe1060484a0 Package-Manager: Portage-2.3.5, Repoman-2.3.1 kde-misc/kio-gdrive/kio-gdrive-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-misc/kio-gdrive/kio-gdrive-9999.ebuild b/kde-misc/kio-gdrive/kio-gdrive-9999.ebuild index 0f539ce030..10e0ad1a8c 100644 --- a/kde-misc/kio-gdrive/kio-gdrive-9999.ebuild +++ b/kde-misc/kio-gdrive/kio-gdrive-9999.ebuild @@ -31,6 +31,7 @@ RDEPEND=" DEPEND="${RDEPEND} $(add_qt_dep qtgui) $(add_qt_dep qtnetwork) + dev-util/intltool " DOCS=( README.md )