Skip to content

Commit

Permalink
x11-misc/compton: EAPI bump 5 -> 6, Switch to git-r3
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: gentoo#4033
  • Loading branch information
Moiman authored and SoapGentoo committed Feb 19, 2017
1 parent 407cd6e commit e94fee1
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions x11-misc/compton/compton-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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) \
Expand Down

0 comments on commit e94fee1

Please sign in to comment.