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 7B358139695 for ; Sat, 1 Apr 2017 14:54:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85B7821C07C; Sat, 1 Apr 2017 14:54:48 +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 6488821C07C for ; Sat, 1 Apr 2017 14:54:48 +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 8B56334165F for ; Sat, 1 Apr 2017 14:54:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 038974C79 for ; Sat, 1 Apr 2017 14:54:46 +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: <1491058345.cfebed6023b17c9778bf7534703e2ed8118d1efd.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kate/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kate/kate-16.12.3.ebuild X-VCS-Directories: kde-apps/kate/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cfebed6023b17c9778bf7534703e2ed8118d1efd X-VCS-Branch: master Date: Sat, 1 Apr 2017 14:54:46 +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: a86ed787-81e3-43f2-8d41-4736db49201d X-Archives-Hash: 4386513bfc958c8bb00730f498ae4bbb commit: cfebed6023b17c9778bf7534703e2ed8118d1efd Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 1 14:52:25 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 1 14:52:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfebed60 kde-apps/kate: Fix USE=addons Reported-by: Arfrever Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/kate/kate-16.12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/kate/kate-16.12.3.ebuild b/kde-apps/kate/kate-16.12.3.ebuild index 7c25205f463..88ab44a2b7c 100644 --- a/kde-apps/kate/kate-16.12.3.ebuild +++ b/kde-apps/kate/kate-16.12.3.ebuild @@ -61,7 +61,7 @@ src_prepare() { src_configure() { local mycmakeargs=( - -DBUILD_ADDONS=$(usex addons) + -DBUILD_addons=$(usex addons) -DBUILD_kwrite=FALSE )