diff options
author | 2015-04-08 07:30:37 +0000 | |
---|---|---|
committer | 2015-04-08 07:30:37 +0000 | |
commit | 435e20e5665857de80b7638436e0dc3602af686f (patch) | |
tree | 4e727d1cd9543633a6bdfd321f6f832d5fdc3509 /app-accessibility/sphinxbase | |
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-accessibility/sphinxbase')
-rw-r--r-- | app-accessibility/sphinxbase/ChangeLog | 5 | ||||
-rw-r--r-- | app-accessibility/sphinxbase/sphinxbase-0.8.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-accessibility/sphinxbase/ChangeLog b/app-accessibility/sphinxbase/ChangeLog index 8c16ebe8a1b7..431c5b6485be 100644 --- a/app-accessibility/sphinxbase/ChangeLog +++ b/app-accessibility/sphinxbase/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/sphinxbase # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinxbase/ChangeLog,v 1.11 2015/04/07 14:04:11 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinxbase/ChangeLog,v 1.12 2015/04/08 07:30:36 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> sphinxbase-0.8.ebuild: + Remove old Python implementations 29 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -sphinxbase-0.7.ebuild: Remove old. diff --git a/app-accessibility/sphinxbase/sphinxbase-0.8.ebuild b/app-accessibility/sphinxbase/sphinxbase-0.8.ebuild index b54e79e0b783..60bdd6af5c86 100644 --- a/app-accessibility/sphinxbase/sphinxbase-0.8.ebuild +++ b/app-accessibility/sphinxbase/sphinxbase-0.8.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/app-accessibility/sphinxbase/sphinxbase-0.8.ebuild,v 1.5 2013/10/27 15:51:51 teiresias Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinxbase/sphinxbase-0.8.ebuild,v 1.6 2015/04/08 07:30:36 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) DISTUTILS_OPTIONAL=1 AUTOTOOLS_AUTORECONF=1 |