diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-23 16:01:22 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-23 16:01:22 +0000 |
commit | 3143c170d88d60324aaf9c60f9ffee8aa6de3a43 (patch) | |
tree | bfcb499d7d0c239fe3ee0bde3fc008461de99bd0 /dev-python/paver | |
parent | Stable for alpha, wrt bug #530534 (diff) | |
download | gentoo-2-3143c170d88d60324aaf9c60f9ffee8aa6de3a43.tar.gz gentoo-2-3143c170d88d60324aaf9c60f9ffee8aa6de3a43.tar.bz2 gentoo-2-3143c170d88d60324aaf9c60f9ffee8aa6de3a43.zip |
Stable for alpha, wrt bug #530546
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/paver')
-rw-r--r-- | dev-python/paver/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/paver/paver-1.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/paver/ChangeLog b/dev-python/paver/ChangeLog index 20c1cf2016e7..4c9f6076afe9 100644 --- a/dev-python/paver/ChangeLog +++ b/dev-python/paver/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/paver # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/paver/ChangeLog,v 1.55 2014/12/09 08:45:52 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/paver/ChangeLog,v 1.56 2014/12/23 16:01:22 ago Exp $ + + 23 Dec 2014; Agostino Sarubbo <ago@gentoo.org> paver-1.2.3.ebuild: + Stable for alpha, wrt bug #530546 09 Dec 2014; Jeroen Roovers <jer@gentoo.org> paver-1.2.3.ebuild: Stable for HPPA (bug #530546). diff --git a/dev-python/paver/paver-1.2.3.ebuild b/dev-python/paver/paver-1.2.3.ebuild index 15f5bf59087b..5eda611b39b0 100644 --- a/dev-python/paver/paver-1.2.3.ebuild +++ b/dev-python/paver/paver-1.2.3.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/paver/paver-1.2.3.ebuild,v 1.11 2014/12/09 08:45:52 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/paver/paver-1.2.3.ebuild,v 1.12 2014/12/23 16:01:22 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86" IUSE="test" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |