diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 07:30:37 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 07:30:37 +0000 |
commit | 435e20e5665857de80b7638436e0dc3602af686f (patch) | |
tree | 4e727d1cd9543633a6bdfd321f6f832d5fdc3509 /app-office/impressive | |
parent | version bump (diff) | |
download | gentoo-2-435e20e5665857de80b7638436e0dc3602af686f.tar.gz gentoo-2-435e20e5665857de80b7638436e0dc3602af686f.tar.bz2 gentoo-2-435e20e5665857de80b7638436e0dc3602af686f.zip |
Remove old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-office/impressive')
-rw-r--r-- | app-office/impressive/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/impressive/impressive-0.10.3-r2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-office/impressive/ChangeLog b/app-office/impressive/ChangeLog index ec36579914d6..ca2d0a71b438 100644 --- a/app-office/impressive/ChangeLog +++ b/app-office/impressive/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/impressive # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/ChangeLog,v 1.17 2015/04/07 14:07:17 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/ChangeLog,v 1.18 2015/04/08 07:30:34 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> impressive-0.10.3-r2.ebuild: + Remove old Python implementations 27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> impressive-0.10.5.ebuild: Stable for amd64, wrt bug #532436 diff --git a/app-office/impressive/impressive-0.10.3-r2.ebuild b/app-office/impressive/impressive-0.10.3-r2.ebuild index 9eb4ba727e8f..a3c86a95efaa 100644 --- a/app-office/impressive/impressive-0.10.3-r2.ebuild +++ b/app-office/impressive/impressive-0.10.3-r2.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/app-office/impressive/impressive-0.10.3-r2.ebuild,v 1.5 2014/03/04 20:23:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/impressive-0.10.3-r2.ebuild,v 1.6 2015/04/08 07:30:34 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit eutils python-single-r1 |