diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:13:42 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:13:42 +0000 |
commit | 7bd21cc683c7bb4b42ede0cfcd846285c5022162 (patch) | |
tree | 333dfab1b22bd61d1431a24ec8edf20d514e74fb /mate-base/mate-menus | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-7bd21cc683c7bb4b42ede0cfcd846285c5022162.tar.gz gentoo-2-7bd21cc683c7bb4b42ede0cfcd846285c5022162.tar.bz2 gentoo-2-7bd21cc683c7bb4b42ede0cfcd846285c5022162.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'mate-base/mate-menus')
-rw-r--r-- | mate-base/mate-menus/ChangeLog | 7 | ||||
-rw-r--r-- | mate-base/mate-menus/mate-menus-1.8.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/mate-base/mate-menus/ChangeLog b/mate-base/mate-menus/ChangeLog index 7e397b1f9c7f..bfc60770aead 100644 --- a/mate-base/mate-menus/ChangeLog +++ b/mate-base/mate-menus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mate-base/mate-menus -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-menus/ChangeLog,v 1.11 2014/12/20 17:14:57 tamiko Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-menus/ChangeLog,v 1.12 2015/04/08 18:13:42 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> mate-menus-1.8.0.ebuild: + Drop old Python implementations 20 Dec 2014; Matthias Maier <tamiko@gentoo.org> -mate-menus-1.6.0.ebuild: drop old diff --git a/mate-base/mate-menus/mate-menus-1.8.0.ebuild b/mate-base/mate-menus/mate-menus-1.8.0.ebuild index 679c766f1d09..eae687e7e3b2 100644 --- a/mate-base/mate-menus/mate-menus-1.8.0.ebuild +++ b/mate-base/mate-menus/mate-menus-1.8.0.ebuild @@ -1,12 +1,12 @@ -# 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/mate-base/mate-menus/mate-menus-1.8.0.ebuild,v 1.5 2015/04/02 18:47:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-menus/mate-menus-1.8.0.ebuild,v 1.6 2015/04/08 18:13:42 mgorny Exp $ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_COMPAT=( python2_7 ) inherit gnome2 python-r1 |