summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2013-12-09 22:10:32 +0000
committerMike Gilbert <floppym@gentoo.org>2013-12-09 22:10:32 +0000
commit6ee18b7e2629ecdd2fa2d21c0c7c2130bf1e6f12 (patch)
tree9e39ddfdf72e8dc508d542f5b4e5fcd90130e797 /sys-boot
parentversion bump, include 3.1.2 as stable target (fixes bug #489110) (diff)
downloadgentoo-2-6ee18b7e2629ecdd2fa2d21c0c7c2130bf1e6f12.tar.gz
gentoo-2-6ee18b7e2629ecdd2fa2d21c0c7c2130bf1e6f12.tar.bz2
gentoo-2-6ee18b7e2629ecdd2fa2d21c0c7c2130bf1e6f12.zip
Re-enable python3.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/grub/ChangeLog5
-rw-r--r--sys-boot/grub/grub-9999-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog
index 0850d1176691..f3299060b15a 100644
--- a/sys-boot/grub/ChangeLog
+++ b/sys-boot/grub/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-boot/grub
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.293 2013/12/04 00:46:37 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.294 2013/12/09 22:10:32 floppym Exp $
+
+ 09 Dec 2013; Mike Gilbert <floppym@gentoo.org> grub-9999-r1.ebuild:
+ Re-enable python3.
04 Dec 2013; Mike Gilbert <floppym@gentoo.org> grub-9999-r1.ebuild:
Require python2 and drop autogen dep.
diff --git a/sys-boot/grub/grub-9999-r1.ebuild b/sys-boot/grub/grub-9999-r1.ebuild
index c2c70265e32a..ccd6454cf950 100644
--- a/sys-boot/grub/grub-9999-r1.ebuild
+++ b/sys-boot/grub/grub-9999-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild,v 1.4 2013/12/04 00:46:37 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild,v 1.5 2013/12/09 22:10:32 floppym Exp $
EAPI=5
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
fi
if [[ -n ${GRUB_AUTOGEN} ]]; then
- PYTHON_COMPAT=( python{2_6,2_7} )
+ PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
inherit python-any-r1
fi