diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-11-02 09:04:40 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-11-02 09:04:40 +0000 |
commit | ada396e1ce0cc80c870f6dfdb4752f6933506c78 (patch) | |
tree | 22e510349f9aa6fd190a3873e76287f861a0c14e /dev-python | |
parent | Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #... (diff) | |
download | gentoo-2-ada396e1ce0cc80c870f6dfdb4752f6933506c78.tar.gz gentoo-2-ada396e1ce0cc80c870f6dfdb4752f6933506c78.tar.bz2 gentoo-2-ada396e1ce0cc80c870f6dfdb4752f6933506c78.zip |
Stable for alpha, wrt bug #522426
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pillow/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pillow/pillow-2.5.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pillow/ChangeLog b/dev-python/pillow/ChangeLog index caefdac7957c..131ceae7c89c 100644 --- a/dev-python/pillow/ChangeLog +++ b/dev-python/pillow/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pillow # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pillow/ChangeLog,v 1.45 2014/10/29 09:33:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pillow/ChangeLog,v 1.46 2014/11/02 09:04:40 ago Exp $ + + 02 Nov 2014; Agostino Sarubbo <ago@gentoo.org> pillow-2.5.3-r1.ebuild: + Stable for alpha, wrt bug #522426 29 Oct 2014; Agostino Sarubbo <ago@gentoo.org> pillow-2.5.3-r1.ebuild: Stable for sparc, wrt bug #522426 diff --git a/dev-python/pillow/pillow-2.5.3-r1.ebuild b/dev-python/pillow/pillow-2.5.3-r1.ebuild index 190f7a33a664..f74498524b7e 100644 --- a/dev-python/pillow/pillow-2.5.3-r1.ebuild +++ b/dev-python/pillow/pillow-2.5.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pillow/pillow-2.5.3-r1.ebuild,v 1.3 2014/10/29 09:33:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pillow/pillow-2.5.3-r1.ebuild,v 1.4 2014/11/02 09:04:40 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" LICENSE="HPND" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="doc examples jpeg jpeg2k lcms scanner test tiff tk truetype webp zlib" REQUIRED_USE="test? ( jpeg )" |