diff options
author | 2015-03-09 18:37:20 +0000 | |
---|---|---|
committer | 2015-03-09 18:37:20 +0000 | |
commit | 864192135e6e940abbe7836ccee56a6f6d34927e (patch) | |
tree | 3088438978e964b412cce210257e4704571f189d /dev-games | |
parent | Fix SRC_URI and RUBY_S for bug 542600. (diff) | |
download | gentoo-2-864192135e6e940abbe7836ccee56a6f6d34927e.tar.gz gentoo-2-864192135e6e940abbe7836ccee56a6f6d34927e.tar.bz2 gentoo-2-864192135e6e940abbe7836ccee56a6f6d34927e.zip |
punt python 2_6
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/cegui/ChangeLog | 7 | ||||
-rw-r--r-- | dev-games/cegui/cegui-0.8.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-games/cegui/ChangeLog b/dev-games/cegui/ChangeLog index 69691bd18da4..f05138b23c85 100644 --- a/dev-games/cegui/ChangeLog +++ b/dev-games/cegui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/cegui -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/cegui/ChangeLog,v 1.66 2014/09/07 07:15:31 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/cegui/ChangeLog,v 1.67 2015/03/09 18:37:20 mr_bones_ Exp $ + + 09 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> cegui-0.8.4.ebuild: + punt python 2_6 *cegui-0.8.4 (07 Sep 2014) diff --git a/dev-games/cegui/cegui-0.8.4.ebuild b/dev-games/cegui/cegui-0.8.4.ebuild index 3100e1dc9d14..fd3503e7b9d2 100644 --- a/dev-games/cegui/cegui-0.8.4.ebuild +++ b/dev-games/cegui/cegui-0.8.4.ebuild @@ -1,11 +1,11 @@ -# 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/dev-games/cegui/cegui-0.8.4.ebuild,v 1.1 2014/09/07 07:15:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/cegui/cegui-0.8.4.ebuild,v 1.2 2015/03/09 18:37:20 mr_bones_ Exp $ EAPI=5 # TODO: multiple ABI? -PYTHON_COMPAT=( python2_6 python2_7 ) +PYTHON_COMPAT=( python2_7 ) inherit eutils flag-o-matic cmake-utils python-single-r1 DESCRIPTION="Crazy Eddie's GUI System" |