diff options
author | 2015-03-02 09:32:09 +0000 | |
---|---|---|
committer | 2015-03-02 09:32:09 +0000 | |
commit | 0fdd2445861965488b4c9e191060668b39f0dde9 (patch) | |
tree | 6d9ab7e3277ede406443e758072afb2cfa26ecff /app-text/pylize | |
parent | Stable for ppc, wrt bug #534868 (diff) | |
download | gentoo-2-0fdd2445861965488b4c9e191060668b39f0dde9.tar.gz gentoo-2-0fdd2445861965488b4c9e191060668b39f0dde9.tar.bz2 gentoo-2-0fdd2445861965488b4c9e191060668b39f0dde9.zip |
Stable for ppc, wrt bug #512854
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-text/pylize')
-rw-r--r-- | app-text/pylize/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/pylize/pylize-1.3b-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/pylize/ChangeLog b/app-text/pylize/ChangeLog index ab82d961627b..f9fcbae6face 100644 --- a/app-text/pylize/ChangeLog +++ b/app-text/pylize/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/pylize -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pylize/ChangeLog,v 1.16 2013/09/05 18:26:42 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/pylize/ChangeLog,v 1.17 2015/03/02 09:32:09 ago Exp $ + + 02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> pylize-1.3b-r1.ebuild: + Stable for ppc, wrt bug #512854 05 Sep 2013; Michał Górny <mgorny@gentoo.org> pylize-1.3b-r1.ebuild: Clean up PYTHON_COMPAT from old implementations. diff --git a/app-text/pylize/pylize-1.3b-r1.ebuild b/app-text/pylize/pylize-1.3b-r1.ebuild index ed48dce47e1b..76f9bc3cb06c 100644 --- a/app-text/pylize/pylize-1.3b-r1.ebuild +++ b/app-text/pylize/pylize-1.3b-r1.ebuild @@ -1,6 +1,6 @@ -# 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-text/pylize/pylize-1.3b-r1.ebuild,v 1.3 2013/09/05 18:26:42 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pylize/pylize-1.3b-r1.ebuild,v 1.4 2015/03/02 09:32:09 ago Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -15,7 +15,7 @@ SRC_URI="http://www.chrisarndt.de/en/software/pylize/download/${P}.tar.bz2" IUSE="doc" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ppc ~x86" DEPEND="dev-python/empy[${PYTHON_USEDEP}] virtual/python-imaging[${PYTHON_USEDEP}]" |