diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-04 09:59:58 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-04 09:59:58 +0000 |
commit | 92f5d3b1fdb45e7be6d4444eb6534c0b54c8d2ae (patch) | |
tree | 08953a2021b757ba4f3aaa4e3d8f8004ae1e5f71 /dev-python/pastedeploy | |
parent | Stable for amd64, wrt bug #530546 (diff) | |
download | gentoo-2-92f5d3b1fdb45e7be6d4444eb6534c0b54c8d2ae.tar.gz gentoo-2-92f5d3b1fdb45e7be6d4444eb6534c0b54c8d2ae.tar.bz2 gentoo-2-92f5d3b1fdb45e7be6d4444eb6534c0b54c8d2ae.zip |
Stable for amd64, wrt bug #531124
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/pastedeploy')
-rw-r--r-- | dev-python/pastedeploy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pastedeploy/pastedeploy-1.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pastedeploy/ChangeLog b/dev-python/pastedeploy/ChangeLog index e3b690b41d77..329e0aee3e53 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.21 2014/11/29 09:12:23 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v 1.22 2014/12/04 09:59:58 ago Exp $ + + 04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> pastedeploy-1.5.2.ebuild: + Stable for amd64, wrt bug #531124 29 Nov 2014; Ian Delaney <idella4@gentoo.org> pastedeploy-1.5.2.ebuild: clean old python impls diff --git a/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild b/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild index fc900d982141..fe7667d2a7b0 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.7 2014/11/29 09:12:23 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild,v 1.8 2014/12/04 09:59:58 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}]" |