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-text/xiphos | |
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-text/xiphos')
-rw-r--r-- | app-text/xiphos/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/xiphos/xiphos-3.1.5.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/xiphos/ChangeLog b/app-text/xiphos/ChangeLog index 60cc12d73aa8..c647bcb02055 100644 --- a/app-text/xiphos/ChangeLog +++ b/app-text/xiphos/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/xiphos # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xiphos/ChangeLog,v 1.18 2015/02/18 15:06:08 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xiphos/ChangeLog,v 1.19 2015/04/08 07:30:34 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> xiphos-3.1.5.ebuild: + Remove old Python implementations 18 Feb 2015; Chris Reffett <creffett@gentoo.org> -xiphos-3.1.6.ebuild, xiphos-3.2.2.ebuild: diff --git a/app-text/xiphos/xiphos-3.1.5.ebuild b/app-text/xiphos/xiphos-3.1.5.ebuild index 9f708773dc5e..7cc6bf5ed6ab 100644 --- a/app-text/xiphos/xiphos-3.1.5.ebuild +++ b/app-text/xiphos/xiphos-3.1.5.ebuild @@ -1,11 +1,11 @@ -# 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-text/xiphos/xiphos-3.1.5.ebuild,v 1.7 2014/01/06 02:01:51 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xiphos/xiphos-3.1.5.ebuild,v 1.8 2015/04/08 07:30:34 mgorny Exp $ # TODO: waf-utils.eclass ? EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit flag-o-matic gnome2-utils python-single-r1 toolchain-funcs DESCRIPTION="A bible study frontend for Sword (formerly known as GnomeSword)" |