diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-14 08:15:00 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-14 08:15:00 +0000 |
commit | f05e6ec355869d36c61f6109ff0e2aa49fdbc370 (patch) | |
tree | e2001345f8a995f8c36f7a3e9cc1410f41a3d745 /dev-python/reportlab | |
parent | Stable for amd64, wrt bug #484708 (diff) | |
download | gentoo-2-f05e6ec355869d36c61f6109ff0e2aa49fdbc370.tar.gz gentoo-2-f05e6ec355869d36c61f6109ff0e2aa49fdbc370.tar.bz2 gentoo-2-f05e6ec355869d36c61f6109ff0e2aa49fdbc370.zip |
Stable for amd64, wrt bug #484698
(Portage version: 2.2.2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/reportlab')
-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 d88e3d6d1c07..a573cf5cdfbc 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.93 2013/09/14 07:43:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.94 2013/09/14 08:15:00 ago Exp $ + + 14 Sep 2013; Agostino Sarubbo <ago@gentoo.org> reportlab-2.6.ebuild: + Stable for amd64, wrt bug #484698 14 Sep 2013; Agostino Sarubbo <ago@gentoo.org> reportlab-2.6.ebuild: Stable for ia64, wrt bug #484698 diff --git a/dev-python/reportlab/reportlab-2.6.ebuild b/dev-python/reportlab/reportlab-2.6.ebuild index 9b8e37a0de8f..336a9382642e 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.8 2013/09/14 07:43:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v 1.9 2013/09/14 08:15:00 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 |