diff options
author | 2015-04-08 18:10:41 +0000 | |
---|---|---|
committer | 2015-04-08 18:10:41 +0000 | |
commit | ae910a7826f03c3ae45d2c68081d2872fa8ce2b4 (patch) | |
tree | ce7bd60038b36e3fe167c6078a21625788487a3f /games-emulation/gfceux | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-ae910a7826f03c3ae45d2c68081d2872fa8ce2b4.tar.gz gentoo-2-ae910a7826f03c3ae45d2c68081d2872fa8ce2b4.tar.bz2 gentoo-2-ae910a7826f03c3ae45d2c68081d2872fa8ce2b4.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'games-emulation/gfceux')
-rw-r--r-- | games-emulation/gfceux/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/gfceux/gfceux-2.1.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-emulation/gfceux/ChangeLog b/games-emulation/gfceux/ChangeLog index 43649ee31ba2..0129ed74fe92 100644 --- a/games-emulation/gfceux/ChangeLog +++ b/games-emulation/gfceux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/gfceux -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gfceux/ChangeLog,v 1.9 2014/08/25 20:55:57 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gfceux/ChangeLog,v 1.10 2015/04/08 18:10:40 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> gfceux-2.1.1-r1.ebuild: + Drop old Python implementations 25 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org> -gfceux-2.1.1.ebuild: old diff --git a/games-emulation/gfceux/gfceux-2.1.1-r1.ebuild b/games-emulation/gfceux/gfceux-2.1.1-r1.ebuild index 1ccf16e29477..d09794d07349 100644 --- a/games-emulation/gfceux/gfceux-2.1.1-r1.ebuild +++ b/games-emulation/gfceux/gfceux-2.1.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gfceux/gfceux-2.1.1-r1.ebuild,v 1.4 2013/02/14 12:09:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gfceux/gfceux-2.1.1-r1.ebuild,v 1.5 2015/04/08 18:10:40 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_6 python2_7 ) +PYTHON_COMPAT=( python2_7 ) inherit eutils gnome2-utils distutils-r1 games |