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 1961C59CB1 for ; Mon, 11 Apr 2016 18:14:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5F92E07F5; Mon, 11 Apr 2016 18:14:08 +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 8EDE4E07F5 for ; Mon, 11 Apr 2016 18:14:08 +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 6F091340B81 for ; Mon, 11 Apr 2016 18:14:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE03180 for ; Mon, 11 Apr 2016 18:14:04 +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: <1460398431.6c01db345bc9d8aa39435aac63d1d8225753ef05.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/kaffeine/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/kaffeine/kaffeine-1.3.1.ebuild X-VCS-Directories: media-video/kaffeine/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 6c01db345bc9d8aa39435aac63d1d8225753ef05 X-VCS-Branch: master Date: Mon, 11 Apr 2016 18:14:04 +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: e0030983-7d90-4aec-906a-1b85059fd919 X-Archives-Hash: 39b88a6bb0bee1dd2b91aff6cf607b3e commit: 6c01db345bc9d8aa39435aac63d1d8225753ef05 Author: Johannes Huber gentoo org> AuthorDate: Mon Apr 11 18:13:30 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Apr 11 18:13:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c01db34 media-video/kaffeine: EAPI 6 Package-Manager: portage-2.2.28 media-video/kaffeine/kaffeine-1.3.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-video/kaffeine/kaffeine-1.3.1.ebuild b/media-video/kaffeine/kaffeine-1.3.1.ebuild index 20278dc..661d5fa 100644 --- a/media-video/kaffeine/kaffeine-1.3.1.ebuild +++ b/media-video/kaffeine/kaffeine-1.3.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 KDE_LINGUAS="ar ast be bg ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hr hu it ja km ko ku lt mai nb nds nl nn pa pl pt pt_BR ro ru se sk @@ -33,7 +33,7 @@ PATCHES=( "${FILESDIR}/${P}-cmake34.patch" ) src_configure() { local mycmakeargs=( - $(cmake-utils_use_build debug DEBUG_MODULE) + -DBUILD_DEBUG_MODULE=$(usex debug) ) kde4-base_src_configure