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 B484913832F for ; Sat, 23 Jul 2016 18:49:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CFE3E090B; Sat, 23 Jul 2016 18:49:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 884F8E090B for ; Sat, 23 Jul 2016 18:49:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C1B7340DDD for ; Sat, 23 Jul 2016 18:49:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A27027D7 for ; Sat, 23 Jul 2016 18:49:43 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1469297348.cd1ff15e53e4b5a3c56e1efceeb7d03ea3587b41.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/krename/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/krename/krename-9999.ebuild X-VCS-Directories: kde-misc/krename/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: cd1ff15e53e4b5a3c56e1efceeb7d03ea3587b41 X-VCS-Branch: master Date: Sat, 23 Jul 2016 18:49:43 +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: ff4b022c-6752-48ff-be94-d69d9040695a X-Archives-Hash: 74c21218eccf4297c87b8243e1084e04 commit: cd1ff15e53e4b5a3c56e1efceeb7d03ea3587b41 Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Jul 23 17:47:41 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Jul 23 18:09:08 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cd1ff15e kde-misc/krename: Add kcrash DEPEND, fix description Package-Manager: portage-2.2.28 kde-misc/krename/krename-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-misc/krename/krename-9999.ebuild b/kde-misc/krename/krename-9999.ebuild index dbafa75..f2a2f6f 100644 --- a/kde-misc/krename/krename-9999.ebuild +++ b/kde-misc/krename/krename-9999.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit kde5 -DESCRIPTION="A very powerful batch file renamer" +DESCRIPTION="Powerful batch file renamer" HOMEPAGE="http://www.krename.net/" LICENSE="GPL-2" @@ -17,6 +17,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio)