diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-31 21:01:52 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-31 21:01:52 +0000 |
commit | 14c14f8289fa235523ac1c8841bfa8031336b1f9 (patch) | |
tree | 24754a6f8c3b0acbab795458e906a154ce71ddec /dev-tcltk | |
parent | Add support for the new PyPy slotting. (diff) | |
download | gentoo-2-14c14f8289fa235523ac1c8841bfa8031336b1f9.tar.gz gentoo-2-14c14f8289fa235523ac1c8841bfa8031336b1f9.tar.bz2 gentoo-2-14c14f8289fa235523ac1c8841bfa8031336b1f9.zip |
Add support for the new PyPy slotting.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/snack/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tcltk/snack/snack-2.2.10-r6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-tcltk/snack/ChangeLog b/dev-tcltk/snack/ChangeLog index 83e08cf98703..02ad9a6a1012 100644 --- a/dev-tcltk/snack/ChangeLog +++ b/dev-tcltk/snack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/snack -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/snack/ChangeLog,v 1.60 2013/09/11 10:06:18 pinkbyte Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/snack/ChangeLog,v 1.61 2014/03/31 21:01:52 mgorny Exp $ + + 31 Mar 2014; Michał Górny <mgorny@gentoo.org> snack-2.2.10-r6.ebuild: + Add support for the new PyPy slotting. 11 Sep 2013; Sergey Popov <pinkbyte@gentoo.org> -snack-2.2.10-r4.ebuild: Cleanup vulnerable revision, wrt bug #446822 diff --git a/dev-tcltk/snack/snack-2.2.10-r6.ebuild b/dev-tcltk/snack/snack-2.2.10-r6.ebuild index 4f65a74a7986..01ccedf9d192 100644 --- a/dev-tcltk/snack/snack-2.2.10-r6.ebuild +++ b/dev-tcltk/snack/snack-2.2.10-r6.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/dev-tcltk/snack/snack-2.2.10-r6.ebuild,v 1.2 2013/09/05 19:44:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/snack/snack-2.2.10-r6.ebuild,v 1.3 2014/03/31 21:01:52 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 ) inherit autotools autotools-utils distutils-r1 multilib |