diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 17:29:20 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 17:29:20 +0000 |
commit | 98bff3a1d1c3416410df2ba2ca86ebfbd90d5a97 (patch) | |
tree | d0256d6990bc971f237aff4e89a53f00be574f2f /x11-wm/muffin | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-98bff3a1d1c3416410df2ba2ca86ebfbd90d5a97.tar.gz gentoo-2-98bff3a1d1c3416410df2ba2ca86ebfbd90d5a97.tar.bz2 gentoo-2-98bff3a1d1c3416410df2ba2ca86ebfbd90d5a97.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'x11-wm/muffin')
-rw-r--r-- | x11-wm/muffin/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/muffin/muffin-2.2.6.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-wm/muffin/ChangeLog b/x11-wm/muffin/ChangeLog index 8232502a299c..bf95318747b4 100644 --- a/x11-wm/muffin/ChangeLog +++ b/x11-wm/muffin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/muffin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/muffin/ChangeLog,v 1.28 2015/03/15 13:34:51 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/muffin/ChangeLog,v 1.29 2015/04/08 17:29:20 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> muffin-2.2.6.ebuild: + Drop old Python implementations 15 Mar 2015; Pacho Ramos <pacho@gentoo.org> muffin-2.4.4.ebuild: x86 stable, bug 534012 diff --git a/x11-wm/muffin/muffin-2.2.6.ebuild b/x11-wm/muffin/muffin-2.2.6.ebuild index 23b19ca3b26d..cd327e107351 100644 --- a/x11-wm/muffin/muffin-2.2.6.ebuild +++ b/x11-wm/muffin/muffin-2.2.6.ebuild @@ -1,10 +1,10 @@ -# 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/x11-wm/muffin/muffin-2.2.6.ebuild,v 1.3 2014/07/23 15:39:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/muffin/muffin-2.2.6.ebuild,v 1.4 2015/04/08 17:29:20 mgorny Exp $ EAPI="5" GCONF_DEBUG="no" -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit autotools eutils gnome2 python-any-r1 |