diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-25 18:52:12 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-25 18:52:12 +0000 |
commit | 7bc4f68f03337b6132bb934161904ace6329a5e0 (patch) | |
tree | ff1d4aa1a337478a6446fb7305c8c31f5095926c /x11-misc/dex/dex-0.6.ebuild | |
parent | Support python 3.4 (diff) | |
download | gentoo-2-7bc4f68f03337b6132bb934161904ace6329a5e0.tar.gz gentoo-2-7bc4f68f03337b6132bb934161904ace6329a5e0.tar.bz2 gentoo-2-7bc4f68f03337b6132bb934161904ace6329a5e0.zip |
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-misc/dex/dex-0.6.ebuild')
-rw-r--r-- | x11-misc/dex/dex-0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/dex/dex-0.6.ebuild b/x11-misc/dex/dex-0.6.ebuild index 194180291ceb..d277e3a5fb24 100644 --- a/x11-misc/dex/dex-0.6.ebuild +++ b/x11-misc/dex/dex-0.6.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/dex/dex-0.6.ebuild,v 1.4 2014/07/06 12:57:51 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dex/dex-0.6.ebuild,v 1.5 2014/11/25 18:52:12 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{3_2,3_3} ) +PYTHON_COMPAT=( python{3_2,3_3,3_4} ) inherit eutils python-r1 DESCRIPTION="DesktopEntry eXecution - tool to manage and launch autostart entries" |