diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-12-17 19:30:00 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-12-17 19:30:00 +0000 |
commit | d1892d223958084d27f406dde87561bad251eb3b (patch) | |
tree | 0e8ad6c7e6f2cf98e336f55f0636dbf5e91d867f /dev-vcs/git-bz/git-bz-0.12.12.15.ebuild | |
parent | Version bump. Fixes bug #437266. Thanks to slawomir.nizio@sabayon.org (diff) | |
download | gentoo-2-d1892d223958084d27f406dde87561bad251eb3b.tar.gz gentoo-2-d1892d223958084d27f406dde87561bad251eb3b.tar.bz2 gentoo-2-d1892d223958084d27f406dde87561bad251eb3b.zip |
Bump to EAPI=5 to make Paludis happy, bug #447524.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'dev-vcs/git-bz/git-bz-0.12.12.15.ebuild')
-rw-r--r-- | dev-vcs/git-bz/git-bz-0.12.12.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/git-bz/git-bz-0.12.12.15.ebuild b/dev-vcs/git-bz/git-bz-0.12.12.15.ebuild index ee6cd2cc46fd..6d4b829f9a55 100644 --- a/dev-vcs/git-bz/git-bz-0.12.12.15.ebuild +++ b/dev-vcs/git-bz/git-bz-0.12.12.15.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/git-bz-0.12.12.15.ebuild,v 1.1 2012/12/15 21:08:46 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/git-bz-0.12.12.15.ebuild,v 1.2 2012/12/17 19:30:00 mgorny Exp $ -EAPI=4 +EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_8,1_9} ) inherit python-r1 |