diff options
author | 2014-11-25 18:52:12 +0000 | |
---|---|---|
committer | 2014-11-25 18:52:12 +0000 | |
commit | 7bc4f68f03337b6132bb934161904ace6329a5e0 (patch) | |
tree | ff1d4aa1a337478a6446fb7305c8c31f5095926c /x11-misc | |
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')
-rw-r--r-- | x11-misc/dex/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/dex/dex-0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/dex/ChangeLog b/x11-misc/dex/ChangeLog index 6dbd25debdb6..8980ce0c2898 100644 --- a/x11-misc/dex/ChangeLog +++ b/x11-misc/dex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/dex # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/dex/ChangeLog,v 1.4 2014/07/06 12:57:51 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dex/ChangeLog,v 1.5 2014/11/25 18:52:12 pacho Exp $ + + 25 Nov 2014; Pacho Ramos <pacho@gentoo.org> dex-0.6.ebuild: + Support python 3.4 06 Jul 2014; Michał Górny <mgorny@gentoo.org> dex-0.6.ebuild: Clean up obsolete dependencies on virtual/python-argparse and virtual/python- 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" |