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 68FEE59CA7 for ; Fri, 25 Mar 2016 21:25:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80A7E21C06D; Fri, 25 Mar 2016 21:25:11 +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 2967921C06D for ; Fri, 25 Mar 2016 21:25:10 +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 AA35D340D2A for ; Fri, 25 Mar 2016 21:25:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C535F859 for ; Fri, 25 Mar 2016 21:25:06 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1458941087.62572dd4fb364524a8cf046bda270eba8c420cb3.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sys-devel/d-sel/ X-VCS-Repository: proj/kde X-VCS-Files: sys-devel/d-sel/d-sel-9999.ebuild X-VCS-Directories: sys-devel/d-sel/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 62572dd4fb364524a8cf046bda270eba8c420cb3 X-VCS-Branch: master Date: Fri, 25 Mar 2016 21:25:06 +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: 7fa4739e-c54e-47e0-8ecb-c391a39a50ee X-Archives-Hash: f08ebc84590ea11de8ec4e8aa7eaeb4f commit: 62572dd4fb364524a8cf046bda270eba8c420cb3 Author: Johannes Huber gentoo org> AuthorDate: Fri Mar 25 21:24:47 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Mar 25 21:24:47 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=62572dd4 sys-devel/d-sel: EAPI 6 Package-Manager: portage-2.2.28 sys-devel/d-sel/d-sel-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-devel/d-sel/d-sel-9999.ebuild b/sys-devel/d-sel/d-sel-9999.ebuild index 651f085..f261a47 100644 --- a/sys-devel/d-sel/d-sel-9999.ebuild +++ b/sys-devel/d-sel/d-sel-9999.ebuild @@ -2,15 +2,14 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 -KDE_REQUIRED=optional +EAPI=6 +KDE_REQUIRED=optional inherit kde4-base DESCRIPTION="DBus analyzer with optional KDE client" EGIT_REPO_URI="git://anongit.kde.org/scratch/ahartmetz/d-sel.git" HOMEPAGE="http://www.kde.org/" -# found nothing better LICENSE="LGPL-2.1 MPL-1.1" SLOT="4" @@ -26,7 +25,8 @@ RDEPEND=" src_configure() { local mycmakeargs=( - $(cmake-utils_use_build kde DSEL_BUILD_DSELRIG) + -DBUILD_DSEL_BUILD_DSELRIG=$(usex kde) ) + kde4-base_src_configure }