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 AED30138334 for ; Sat, 8 Dec 2018 21:06:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73A6FE0929; Sat, 8 Dec 2018 21:06:58 +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 52109E0929 for ; Sat, 8 Dec 2018 21:06:57 +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 BBCA7335C67 for ; Sat, 8 Dec 2018 21:06:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DFAC44B for ; Sat, 8 Dec 2018 21:06:53 +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: <1544303203.a694c51415e821e31b952e185d1b3bf3a3a6a64f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/libalkimia/libalkimia-9999.ebuild X-VCS-Directories: app-office/libalkimia/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a694c51415e821e31b952e185d1b3bf3a3a6a64f X-VCS-Branch: master Date: Sat, 8 Dec 2018 21:06:53 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fbb5bee4-5ca3-4b59-94ac-6faa11bdea00 X-Archives-Hash: c502cd69485d21b03823349adb9776cb commit: a694c51415e821e31b952e185d1b3bf3a3a6a64f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 8 21:06:43 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 8 21:06:43 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a694c514 app-office/libalkimia: Fix typo Thanks-to: genterminl in #gentoo-kde Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/libalkimia/libalkimia-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild index 6ffbf3dc2c..a922276028 100644 --- a/app-office/libalkimia/libalkimia-9999.ebuild +++ b/app-office/libalkimia/libalkimia-9999.ebuild @@ -19,7 +19,7 @@ SLOT="0/7" IUSE="doc" RDEPEND=" - $(add_frameworks_dep kcompletions) + $(add_frameworks_dep kcompletion) $(add_frameworks_dep kcodecs) $(add_frameworks_dep kconfig) $(add_frameworks_dep kcoreaddons)