summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2014-12-23 12:48:24 +0000
committerMarkus Meier <maekke@gentoo.org>2014-12-23 12:48:24 +0000
commit86edbf066528f1b3049a4389ec189380635306ac (patch)
tree7167fddf37b113974bf09da3b3d2c57b51be3a11 /dev-python/pastedeploy
parentarm stable, bug #532984 (diff)
downloadgentoo-2-86edbf066528f1b3049a4389ec189380635306ac.tar.gz
gentoo-2-86edbf066528f1b3049a4389ec189380635306ac.tar.bz2
gentoo-2-86edbf066528f1b3049a4389ec189380635306ac.zip
arm stable, bug #531124
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
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 dede2397f298..6373ce41ee3a 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.27 2014/12/21 09:06:06 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v 1.28 2014/12/23 12:48:24 maekke Exp $
+
+ 23 Dec 2014; Markus Meier <maekke@gentoo.org> pastedeploy-1.5.2.ebuild:
+ arm stable, bug #531124
21 Dec 2014; Ian Delaney <idella4@gentoo.org> -pastedeploy-1.3.3.ebuild,
-pastedeploy-1.5.0-r1.ebuild:
diff --git a/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild b/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild
index 974a6475bd8d..59919449cd35 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.12 2014/12/09 08:30:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild,v 1.13 2014/12/23 12:48:24 maekke 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}]"