summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2014-12-08 11:04:09 +0000
committerAgostino Sarubbo <ago@gentoo.org>2014-12-08 11:04:09 +0000
commit9e2a7cfee7b1adeb480dddc20976718ba8d62125 (patch)
tree5af414169359246ce450a6a9378bd8d1a6c30271 /dev-python/pastedeploy
parentStable for ppc64, wrt bug #531088 (diff)
downloadgentoo-2-9e2a7cfee7b1adeb480dddc20976718ba8d62125.tar.gz
gentoo-2-9e2a7cfee7b1adeb480dddc20976718ba8d62125.tar.bz2
gentoo-2-9e2a7cfee7b1adeb480dddc20976718ba8d62125.zip
Stable for ppc64, wrt bug #531124
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/pastedeploy')
-rw-r--r--dev-python/pastedeploy/ChangeLog5
-rw-r--r--dev-python/pastedeploy/pastedeploy-1.5.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pastedeploy/ChangeLog b/dev-python/pastedeploy/ChangeLog
index c5ec5ce5b184..cdd96ac867b9 100644
--- a/dev-python/pastedeploy/ChangeLog
+++ b/dev-python/pastedeploy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pastedeploy
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v 1.24 2014/12/07 12:07:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v 1.25 2014/12/08 11:04:09 ago Exp $
+
+ 08 Dec 2014; Agostino Sarubbo <ago@gentoo.org> pastedeploy-1.5.2.ebuild:
+ Stable for ppc64, wrt bug #531124
07 Dec 2014; Agostino Sarubbo <ago@gentoo.org> pastedeploy-1.5.2.ebuild:
Stable for ppc, wrt bug #531124
diff --git a/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild b/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild
index a70e220b2915..434146250b82 100644
--- a/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild
+++ b/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild,v 1.10 2014/12/07 12:07:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild,v 1.11 2014/12/08 11:04:09 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="doc"
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"