summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-02-19 16:48:45 +0200
committerDavid Seifert <soap@gentoo.org>2017-02-20 00:44:12 +0100
commite94fee193f052392b60e343315d309cbd8804590 (patch)
tree875d7a565726d7f0fedc9e6bbe44632c1d5e20e8
parentx11-misc/xtscal: Remove old (diff)
downloadgentoo-e94fee193f052392b60e343315d309cbd8804590.tar.gz
gentoo-e94fee193f052392b60e343315d309cbd8804590.tar.bz2
gentoo-e94fee193f052392b60e343315d309cbd8804590.zip
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
-rw-r--r--x11-misc/compton/compton-9999.ebuild13
1 files changed, 4 insertions, 9 deletions
diff --git a/x11-misc/compton/compton-9999.ebuild b/x11-misc/compton/compton-9999.ebuild
index 29c9198a3e8b..fa7ee5e2f7e9 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) \