From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C438E1384B4 for ; Wed, 4 Nov 2015 18:56:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E136C21C016; Wed, 4 Nov 2015 18:56:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 245E721C010 for ; Wed, 4 Nov 2015 18:56:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46C2C3408EA for ; Wed, 4 Nov 2015 18:56:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C935A203C for ; Wed, 4 Nov 2015 18:56:33 +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: <1446663367.0b88996014478cb786e98bc20d02f11a5230369a.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kate/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kate/kate-15.08.49.9999.ebuild kde-apps/kate/kate-9999.ebuild X-VCS-Directories: kde-apps/kate/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 0b88996014478cb786e98bc20d02f11a5230369a X-VCS-Branch: master Date: Wed, 4 Nov 2015 18:56:33 +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: a928550a-92cb-4b6e-a57c-c228309dce4e X-Archives-Hash: 3a49f21ae9a7f4ac026f69c819d5be4a commit: 0b88996014478cb786e98bc20d02f11a5230369a Author: Michael Palimaka gentoo org> AuthorDate: Wed Nov 4 18:41:56 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Nov 4 18:56:07 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0b889960 kde-apps/kate: switch to usex Package-Manager: portage-2.2.20.1 kde-apps/kate/kate-15.08.49.9999.ebuild | 2 +- kde-apps/kate/kate-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/kate/kate-15.08.49.9999.ebuild b/kde-apps/kate/kate-15.08.49.9999.ebuild index 32ccae7..54e7fd0 100644 --- a/kde-apps/kate/kate-15.08.49.9999.ebuild +++ b/kde-apps/kate/kate-15.08.49.9999.ebuild @@ -62,7 +62,7 @@ src_prepare() { src_configure() { local mycmakeargs=( - $(cmake-utils_use_build addons) + -DBUILD_ADDONS=$(usex addons) -DBUILD_kwrite=FALSE ) diff --git a/kde-apps/kate/kate-9999.ebuild b/kde-apps/kate/kate-9999.ebuild index dcdb496..884781b 100644 --- a/kde-apps/kate/kate-9999.ebuild +++ b/kde-apps/kate/kate-9999.ebuild @@ -55,7 +55,7 @@ RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( - $(cmake-utils_use_build addons) + -DBUILD_ADDONS=$(usex addons) -DBUILD_kwrite=FALSE )