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 016981382C5 for ; Fri, 20 Apr 2018 00:51:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01493E0B13; Fri, 20 Apr 2018 00:51:18 +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 CF5B2E0B0E for ; Fri, 20 Apr 2018 00:51:17 +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 D1104335C77 for ; Fri, 20 Apr 2018 00:51:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE8AA260 for ; Fri, 20 Apr 2018 00:51:14 +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: <1524185040.2a4534c91eda566e71ab91f00ba2bcfcdf52d56e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/konsole/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/konsole/konsole-18.04.0-r1.ebuild kde-apps/konsole/konsole-18.04.0.ebuild X-VCS-Directories: kde-apps/konsole/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2a4534c91eda566e71ab91f00ba2bcfcdf52d56e X-VCS-Branch: master Date: Fri, 20 Apr 2018 00:51:14 +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: 2bc4fdbc-c400-4fc5-bf24-c705021d5260 X-Archives-Hash: 8b03df91e10379ec740515294dea9144 commit: 2a4534c91eda566e71ab91f00ba2bcfcdf52d56e Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 20 00:42:25 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 20 00:44:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a4534c9 kde-apps/konsole: Add missing DEPEND Package-Manager: Portage-2.3.31, Repoman-2.3.9 kde-apps/konsole/{konsole-18.04.0.ebuild => konsole-18.04.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/konsole/konsole-18.04.0.ebuild b/kde-apps/konsole/konsole-18.04.0-r1.ebuild similarity index 97% rename from kde-apps/konsole/konsole-18.04.0.ebuild rename to kde-apps/konsole/konsole-18.04.0-r1.ebuild index c091c44e38a..c0b85015b17 100644 --- a/kde-apps/konsole/konsole-18.04.0.ebuild +++ b/kde-apps/konsole/konsole-18.04.0-r1.ebuild @@ -28,6 +28,7 @@ DEPEND=" $(add_frameworks_dep kinit) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio) + $(add_frameworks_dep knewstuff) $(add_frameworks_dep knotifications) $(add_frameworks_dep knotifyconfig) $(add_frameworks_dep kparts)