diff options
author | 2015-04-14 12:51:12 +0000 | |
---|---|---|
committer | 2015-04-14 12:51:12 +0000 | |
commit | f1e267562fc99823291be357584acd8414be0c86 (patch) | |
tree | 12e8b4612b1e70d738fa4214bc6e5bd1a952e594 /dev-python/reportlab | |
parent | Stable for ia64, wrt bug #540290 (diff) | |
download | gentoo-2-f1e267562fc99823291be357584acd8414be0c86.tar.gz gentoo-2-f1e267562fc99823291be357584acd8414be0c86.tar.bz2 gentoo-2-f1e267562fc99823291be357584acd8414be0c86.zip |
Stable for ia64, wrt bug #540290
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", 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-3.1.8-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/reportlab/ChangeLog b/dev-python/reportlab/ChangeLog index 099cc4c806ee..0e2d76f0de0a 100644 --- a/dev-python/reportlab/ChangeLog +++ b/dev-python/reportlab/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/reportlab # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.125 2015/04/13 09:26:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.126 2015/04/14 12:51:12 ago Exp $ + + 14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> reportlab-3.1.8-r2.ebuild: + Stable for ia64, wrt bug #540290 13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> reportlab-3.1.8-r2.ebuild: Stable for alpha, wrt bug #540290 diff --git a/dev-python/reportlab/reportlab-3.1.8-r2.ebuild b/dev-python/reportlab/reportlab-3.1.8-r2.ebuild index c0eaa12a74ed..d6b651de48b2 100644 --- a/dev-python/reportlab/reportlab-3.1.8-r2.ebuild +++ b/dev-python/reportlab/reportlab-3.1.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-3.1.8-r2.ebuild,v 1.5 2015/04/13 09:26:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-3.1.8-r2.ebuild,v 1.6 2015/04/14 12:51:12 ago Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${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=" |