diff options
author | 2014-05-17 15:36:50 +0000 | |
---|---|---|
committer | 2014-05-17 15:36:50 +0000 | |
commit | 6352aed97f8797dd447a889726c0a0ff96bdd3b2 (patch) | |
tree | 2fadf3f182560fe68edc54c341c801737634d809 /x11-misc | |
parent | Mask app-emacs/redo for removal. (diff) | |
download | gentoo-2-6352aed97f8797dd447a889726c0a0ff96bdd3b2.tar.gz gentoo-2-6352aed97f8797dd447a889726c0a0ff96bdd3b2.tar.bz2 gentoo-2-6352aed97f8797dd447a889726c0a0ff96bdd3b2.zip |
add python3_4 support
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/compton/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/compton/compton-0.1_beta2.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/compton/compton-9999.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/x11-misc/compton/ChangeLog b/x11-misc/compton/ChangeLog index 017b88411452..5493bd98d05b 100644 --- a/x11-misc/compton/ChangeLog +++ b/x11-misc/compton/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/compton -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/compton/ChangeLog,v 1.14 2013/12/14 11:38:28 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/compton/ChangeLog,v 1.15 2014/05/17 15:36:50 hasufell Exp $ + + 17 May 2014; Julian Ospald <hasufell@gentoo.org> compton-0.1_beta2.ebuild, + compton-9999.ebuild: + add python3_4 support *compton-0.1_beta2 (14 Dec 2013) diff --git a/x11-misc/compton/compton-0.1_beta2.ebuild b/x11-misc/compton/compton-0.1_beta2.ebuild index f35fc15a53f8..7f60b5c7151c 100644 --- a/x11-misc/compton/compton-0.1_beta2.ebuild +++ b/x11-misc/compton/compton-0.1_beta2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/compton/compton-0.1_beta2.ebuild,v 1.1 2013/12/14 11:38:28 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/compton/compton-0.1_beta2.ebuild,v 1.2 2014/05/17 15:36:50 hasufell Exp $ EAPI=5 -PYTHON_COMPAT=( python3_2 python3_3 ) +PYTHON_COMPAT=( python3_2 python3_3 python3_4 ) inherit toolchain-funcs python-r1 DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana" diff --git a/x11-misc/compton/compton-9999.ebuild b/x11-misc/compton/compton-9999.ebuild index 99feb681017b..68be2268e8fc 100644 --- a/x11-misc/compton/compton-9999.ebuild +++ b/x11-misc/compton/compton-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/compton/compton-9999.ebuild,v 1.8 2013/12/14 11:38:28 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/compton/compton-9999.ebuild,v 1.9 2014/05/17 15:36:50 hasufell Exp $ EAPI=5 -PYTHON_COMPAT=( python3_2 python3_3 ) +PYTHON_COMPAT=( python3_2 python3_3 python3_4 ) inherit toolchain-funcs python-r1 git-2 DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana" |