diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-10-24 17:46:31 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-10-24 17:46:31 +0000 |
commit | 248d27425d801b84439cb68cfdf6fde9df130481 (patch) | |
tree | 332135e36f394eaf3ea643a0b45b61501d66d59b /dev-python/reportlab | |
parent | Stable on alpha, bug #289434 (diff) | |
download | gentoo-2-248d27425d801b84439cb68cfdf6fde9df130481.tar.gz gentoo-2-248d27425d801b84439cb68cfdf6fde9df130481.tar.bz2 gentoo-2-248d27425d801b84439cb68cfdf6fde9df130481.zip |
Stable on alpha, bug #289435
(Portage version: 2.1.7.1/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/reportlab')
-rw-r--r-- | dev-python/reportlab/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/reportlab/reportlab-2.3-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/reportlab/ChangeLog b/dev-python/reportlab/ChangeLog index 5b24cf92fe98..3c71f3d03ae5 100644 --- a/dev-python/reportlab/ChangeLog +++ b/dev-python/reportlab/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/reportlab # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.58 2009/10/24 14:15:09 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.59 2009/10/24 17:46:31 klausman Exp $ + + 24 Oct 2009; Tobias Klausmann <klausman@gentoo.org> + reportlab-2.3-r1.ebuild: + Stable on alpha, bug #289435 24 Oct 2009; nixnut <nixnut@gentoo.org> reportlab-2.3-r1.ebuild: ppc stable #289435 diff --git a/dev-python/reportlab/reportlab-2.3-r1.ebuild b/dev-python/reportlab/reportlab-2.3-r1.ebuild index 8afbaa9ddfba..ca0ce67962cc 100644 --- a/dev-python/reportlab/reportlab-2.3-r1.ebuild +++ b/dev-python/reportlab/reportlab-2.3-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/reportlab/reportlab-2.3-r1.ebuild,v 1.4 2009/10/24 14:15:10 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.3-r1.ebuild,v 1.5 2009/10/24 17:46:31 klausman Exp $ EAPI="2" NEED_PYTHON="2.4" @@ -16,7 +16,7 @@ HOMEPAGE="http://www.reportlab.org/" SRC_URI="http://www.reportlab.org/ftp/${MY_PN}_${MY_PV}.tar.gz" LICENSE="BSD" 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 test" DEPEND="dev-python/imaging |