diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-04-05 02:28:08 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-04-05 02:28:08 +0000 |
commit | 5fdb4bb7c89ba7f12d961e7f25927df84f3000fa (patch) | |
tree | 9b26dab5bddd917bdec67510b55912f884d2b91a /app-shells/autojump | |
parent | Mark arm64/m68k/s390/sh stable. (diff) | |
download | gentoo-2-5fdb4bb7c89ba7f12d961e7f25927df84f3000fa.tar.gz gentoo-2-5fdb4bb7c89ba7f12d961e7f25927df84f3000fa.tar.bz2 gentoo-2-5fdb4bb7c89ba7f12d961e7f25927df84f3000fa.zip |
Clean old impls, add py3.4 support
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'app-shells/autojump')
-rw-r--r-- | app-shells/autojump/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/autojump/autojump-21.6.9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-shells/autojump/ChangeLog b/app-shells/autojump/ChangeLog index d43559973409..7113f362adc0 100644 --- a/app-shells/autojump/ChangeLog +++ b/app-shells/autojump/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/autojump -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/autojump/ChangeLog,v 1.15 2014/11/21 09:56:46 radhermit Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/autojump/ChangeLog,v 1.16 2015/04/05 02:28:08 idella4 Exp $ + + 05 Apr 2015; Ian Delaney <idella4@gentoo.org> autojump-21.6.9.ebuild: + Clean old impls, add py3.4 support 21 Nov 2014; Tim Harder <radhermit@gentoo.org> autojump-21.3.0-r1.ebuild, autojump-21.5.8-r1.ebuild, autojump-21.6.9.ebuild: diff --git a/app-shells/autojump/autojump-21.6.9.ebuild b/app-shells/autojump/autojump-21.6.9.ebuild index f082cfb7d3dc..a507a69886c3 100644 --- a/app-shells/autojump/autojump-21.6.9.ebuild +++ b/app-shells/autojump/autojump-21.6.9.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/autojump/autojump-21.6.9.ebuild,v 1.3 2014/11/21 09:56:46 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/autojump/autojump-21.6.9.ebuild,v 1.4 2015/04/05 02:28:08 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit python-r1 python-utils-r1 vcs-snapshot |