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 A99BE138334 for ; Thu, 8 Nov 2018 23:02:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C692E0B54; Thu, 8 Nov 2018 23:01:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 34B89E0B54 for ; Thu, 8 Nov 2018 23:01:59 +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 A3CDF335CCD for ; Thu, 8 Nov 2018 23:01:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79EFC451 for ; Thu, 8 Nov 2018 23:01:55 +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: <1541718105.56fa3c3cf85faf1d1ffa02223b2000b122a8327c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdeutils-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild X-VCS-Directories: kde-apps/kdeutils-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 56fa3c3cf85faf1d1ffa02223b2000b122a8327c X-VCS-Branch: master Date: Thu, 8 Nov 2018 23:01:55 +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: 1721c6a2-7317-425c-b80d-b83a6f11e90c X-Archives-Hash: 8da0d69a1d1f6ea67283ee7e9da7a7ca commit: 56fa3c3cf85faf1d1ffa02223b2000b122a8327c Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 22:26:05 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 23:01:45 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=56fa3c3c kde-apps/kdeutils-meta: Add kde-apps/kate Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild b/kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild index c873dd71d6..40a7d5e5d7 100644 --- a/kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild +++ b/kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,6 +13,7 @@ IUSE="cups floppy" RDEPEND=" $(add_kdeapps_dep ark) $(add_kdeapps_dep filelight) + $(add_kdeapps_dep kate) $(add_kdeapps_dep kbackup) $(add_kdeapps_dep kcalc) $(add_kdeapps_dep kcharselect)