summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-08-07 09:52:45 +0000
committerMichał Górny <mgorny@gentoo.org>2013-08-07 09:52:45 +0000
commitd57943e887c68ef8d1f3c855e50a614e85087478 (patch)
tree630816a1ace832b0de3f0efaaaf05e9999c3e177 /dev-python/pymountboot
parentEnable pypy2.0. (diff)
downloadgentoo-2-d57943e887c68ef8d1f3c855e50a614e85087478.tar.gz
gentoo-2-d57943e887c68ef8d1f3c855e50a614e85087478.tar.bz2
gentoo-2-d57943e887c68ef8d1f3c855e50a614e85087478.zip
Enable pypy2.0.
(Portage version: 2.2.0_alpha194/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'dev-python/pymountboot')
-rw-r--r--dev-python/pymountboot/ChangeLog8
-rw-r--r--dev-python/pymountboot/pymountboot-0.2.2.ebuild6
-rw-r--r--dev-python/pymountboot/pymountboot-9999.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-python/pymountboot/ChangeLog b/dev-python/pymountboot/ChangeLog
index 98ccb5c97f79..1af4a086c669 100644
--- a/dev-python/pymountboot/ChangeLog
+++ b/dev-python/pymountboot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pymountboot
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/ChangeLog,v 1.8 2012/12/17 19:59:50 mgorny Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/ChangeLog,v 1.9 2013/08/07 09:52:45 mgorny Exp $
+
+ 07 Aug 2013; Michał Górny <mgorny@gentoo.org> pymountboot-0.2.2.ebuild,
+ pymountboot-9999.ebuild:
+ Enable pypy2.0.
17 Dec 2012; Michał Górny <mgorny@gentoo.org> pymountboot-0.2.1.ebuild,
pymountboot-0.2.2.ebuild, pymountboot-9999.ebuild:
diff --git a/dev-python/pymountboot/pymountboot-0.2.2.ebuild b/dev-python/pymountboot/pymountboot-0.2.2.ebuild
index 23b6ab56f6d9..e2ababb5a308 100644
--- a/dev-python/pymountboot/pymountboot-0.2.2.ebuild
+++ b/dev-python/pymountboot/pymountboot-0.2.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/pymountboot-0.2.2.ebuild,v 1.2 2012/12/17 19:59:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/pymountboot-0.2.2.ebuild,v 1.3 2013/08/07 09:52:45 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
+PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} )
inherit distutils-r1
diff --git a/dev-python/pymountboot/pymountboot-9999.ebuild b/dev-python/pymountboot/pymountboot-9999.ebuild
index 47d62196ff20..e69f884a9f7c 100644
--- a/dev-python/pymountboot/pymountboot-9999.ebuild
+++ b/dev-python/pymountboot/pymountboot-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/pymountboot-9999.ebuild,v 1.2 2012/12/17 19:59:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/pymountboot-9999.ebuild,v 1.3 2013/08/07 09:52:45 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
+PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} )
inherit distutils-r1