diff options
author | Markus Meier <maekke@gentoo.org> | 2009-10-09 21:12:54 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-10-09 21:12:54 +0000 |
commit | 829f23a7edfcf2427f00e5f9cb8ee22053f83cc7 (patch) | |
tree | 4d3cd922ac292eb80fbefbf1bcead6635e3b3f98 /dev-python/imaging | |
parent | arm stable, bug #282290 (diff) | |
download | gentoo-2-829f23a7edfcf2427f00e5f9cb8ee22053f83cc7.tar.gz gentoo-2-829f23a7edfcf2427f00e5f9cb8ee22053f83cc7.tar.bz2 gentoo-2-829f23a7edfcf2427f00e5f9cb8ee22053f83cc7.zip |
amd64/x86 stable, bug #287560
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/imaging')
-rw-r--r-- | dev-python/imaging/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/imaging/imaging-1.1.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/imaging/ChangeLog b/dev-python/imaging/ChangeLog index 337e23ac82a2..22c29be9b65e 100644 --- a/dev-python/imaging/ChangeLog +++ b/dev-python/imaging/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/imaging # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/imaging/ChangeLog,v 1.45 2009/10/07 18:00:24 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/imaging/ChangeLog,v 1.46 2009/10/09 21:12:54 maekke Exp $ + + 09 Oct 2009; Markus Meier <maekke@gentoo.org> imaging-1.1.6-r1.ebuild: + amd64/x86 stable, bug #287560 07 Oct 2009; nixnut <nixnut@gentoo.org> imaging-1.1.6-r1.ebuild: ppc stable #287560 diff --git a/dev-python/imaging/imaging-1.1.6-r1.ebuild b/dev-python/imaging/imaging-1.1.6-r1.ebuild index cd352a8f4432..b008f9c409e3 100644 --- a/dev-python/imaging/imaging-1.1.6-r1.ebuild +++ b/dev-python/imaging/imaging-1.1.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/imaging/imaging-1.1.6-r1.ebuild,v 1.6 2009/10/07 18:00:24 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/imaging/imaging-1.1.6-r1.ebuild,v 1.7 2009/10/09 21:12:54 maekke Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -15,7 +15,7 @@ SRC_URI="http://www.effbot.org/downloads/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="doc examples scanner tk X" DEPEND="media-libs/jpeg |