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 5E3281396D0 for ; Thu, 31 Aug 2017 20:04:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC042E0DBB; Thu, 31 Aug 2017 20:04:30 +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 8B591E0DBB for ; Thu, 31 Aug 2017 20:04: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 B871C340988 for ; Thu, 31 Aug 2017 20:04:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 852D38968 for ; Thu, 31 Aug 2017 20:04: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: <1504209856.4d16f8df368620a151f7127c0901d13b4c18137a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4d16f8df368620a151f7127c0901d13b4c18137a X-VCS-Branch: master Date: Thu, 31 Aug 2017 20:04: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: b0235258-b199-4286-94ab-5acadcacf8ae X-Archives-Hash: 2d63d00d3eb83b410146521f8432f530 commit: 4d16f8df368620a151f7127c0901d13b4c18137a Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 31 20:04:16 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 31 20:04:16 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4d16f8df kde-plasma/plasma-workspace: Actually add DEPEND Package-Manager: Portage-2.3.8, Repoman-2.3.3 kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index 38c12f00f8..263004b937 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -76,6 +76,7 @@ COMMON_DEPEND=" x11-libs/libXtst x11-libs/xcb-util x11-libs/xcb-util-image + appstream? ( dev-libs/appstream[qt5] ) calendar? ( $(add_kdeapps_dep kholidays) ) geolocation? ( $(add_frameworks_dep networkmanager-qt) ) gps? ( sci-geosciences/gpsd )