diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:44:56 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:44:56 +0000 |
commit | 8691bcb2077a05a3e50cad21c5e9d456bc0b86e2 (patch) | |
tree | 1781f0242b83e446554db1ade147758513eab1c5 /app-emacs/pymacs | |
parent | updating deps for distutils-r1 and ~ stuff, also adding init scripts and stuf... (diff) | |
download | gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.tar.gz gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.tar.bz2 gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.zip |
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-emacs/pymacs')
-rw-r--r-- | app-emacs/pymacs/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/pymacs/pymacs-0.25-r1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-emacs/pymacs/ChangeLog b/app-emacs/pymacs/ChangeLog index 25e6b6fd76bd..b9bb5e151fc1 100644 --- a/app-emacs/pymacs/ChangeLog +++ b/app-emacs/pymacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/pymacs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.57 2013/03/30 13:45:35 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.58 2013/09/05 19:44:55 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> pymacs-0.25-r1.ebuild: + Clean up PYTHON_COMPAT from old implementations. *pymacs-0.25-r1 (16 Mar 2013) @@ -210,4 +213,3 @@ +files/50pymacs-gentoo.el, +pymacs-0.22.ebuild: Initial import. Ebuild submitted by Nick Savchenko <rust@voliacable.com>; bug #69323. - diff --git a/app-emacs/pymacs/pymacs-0.25-r1.ebuild b/app-emacs/pymacs/pymacs-0.25-r1.ebuild index 8ea15e0dc7ed..897988751e0a 100644 --- a/app-emacs/pymacs/pymacs-0.25-r1.ebuild +++ b/app-emacs/pymacs/pymacs-0.25-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.25-r1.ebuild,v 1.1 2013/03/30 13:45:35 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.25-r1.ebuild,v 1.2 2013/09/05 19:44:55 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit elisp distutils-r1 vcs-snapshot |