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 44571139694 for ; Sun, 19 Feb 2017 23:46:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35E9D21C08A; Sun, 19 Feb 2017 23:46:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1547A21C08A for ; Sun, 19 Feb 2017 23:46:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 41C3F340AD2 for ; Sun, 19 Feb 2017 23:46:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0A134DCC for ; Sun, 19 Feb 2017 23:46:01 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1487547852.e94fee193f052392b60e343315d309cbd8804590.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/compton/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/compton/compton-9999.ebuild X-VCS-Directories: x11-misc/compton/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e94fee193f052392b60e343315d309cbd8804590 X-VCS-Branch: master Date: Sun, 19 Feb 2017 23:46:01 +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: 68695ed8-6c91-4dbb-8124-c6bcf454ac38 X-Archives-Hash: a35e9b823bc0ca6b0f10acca4bf59222 commit: e94fee193f052392b60e343315d309cbd8804590 Author: Harri Nieminen gmail com> AuthorDate: Sun Feb 19 14:48:45 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Feb 19 23:44:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e94fee19 x11-misc/compton: EAPI bump 5 -> 6, Switch to git-r3 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4033 x11-misc/compton/compton-9999.ebuild | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/x11-misc/compton/compton-9999.ebuild b/x11-misc/compton/compton-9999.ebuild index 29c9198a3e..fa7ee5e2f7 100644 --- a/x11-misc/compton/compton-9999.ebuild +++ b/x11-misc/compton/compton-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python3_{4,5} ) -inherit toolchain-funcs python-r1 git-2 +inherit toolchain-funcs python-r1 git-r3 DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana" HOMEPAGE="https://github.com/chjj/compton" @@ -43,13 +43,8 @@ DEPEND="${COMMON_DEPEND} nobuildit() { use $1 || echo yes ; } -pkg_setup() { - if [[ ${MERGE_TYPE} != binary ]]; then - tc-export CC - fi -} - src_compile() { + tc-export CC emake docs NO_DBUS=$(nobuildit dbus) \