diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-14 07:43:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-14 07:43:34 +0000 |
commit | a11baefbd6c8f2ac0a9368f184fce31c388143cc (patch) | |
tree | d4e05dd2defefea595d055c1525542e1229cc33c /dev-python | |
parent | Stable for ia64, wrt bug #461372 (diff) | |
download | gentoo-2-a11baefbd6c8f2ac0a9368f184fce31c388143cc.tar.gz gentoo-2-a11baefbd6c8f2ac0a9368f184fce31c388143cc.tar.bz2 gentoo-2-a11baefbd6c8f2ac0a9368f184fce31c388143cc.zip |
Stable for ia64, wrt bug #484698
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/reportlab/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/reportlab/reportlab-2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/reportlab/ChangeLog b/dev-python/reportlab/ChangeLog index 37595b04267d..d88e3d6d1c07 100644 --- a/dev-python/reportlab/ChangeLog +++ b/dev-python/reportlab/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/reportlab # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.92 2013/09/13 16:37:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.93 2013/09/14 07:43:34 ago Exp $ + + 14 Sep 2013; Agostino Sarubbo <ago@gentoo.org> reportlab-2.6.ebuild: + Stable for ia64, wrt bug #484698 13 Sep 2013; Jeroen Roovers <jer@gentoo.org> reportlab-2.6.ebuild: Stable for HPPA (bug #484780). diff --git a/dev-python/reportlab/reportlab-2.6.ebuild b/dev-python/reportlab/reportlab-2.6.ebuild index 206f403ae205..9b8e37a0de8f 100644 --- a/dev-python/reportlab/reportlab-2.6.ebuild +++ b/dev-python/reportlab/reportlab-2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v 1.7 2013/09/13 16:37:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v 1.8 2013/09/14 07:43:34 ago Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -15,7 +15,7 @@ SRC_URI="http://www.reportlab.com/ftp/${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="doc examples" RDEPEND="virtual/python-imaging |