diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-10-19 08:28:42 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-10-19 08:28:42 +0000 |
commit | 8ff1de6ca45b662ac21230bbc84120b0c21d0950 (patch) | |
tree | 24642035b9e0c64f80a6b90550421d669da67bf6 /dev-python/pastedeploy | |
parent | Version bump. (diff) | |
download | gentoo-2-8ff1de6ca45b662ac21230bbc84120b0c21d0950.tar.gz gentoo-2-8ff1de6ca45b662ac21230bbc84120b0c21d0950.tar.bz2 gentoo-2-8ff1de6ca45b662ac21230bbc84120b0c21d0950.zip |
Marked ~hppa (bug #525246).
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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 538eb380260c..a47745fd0b9d 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.18 2014/10/15 23:10:16 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v 1.19 2014/10/19 08:28:42 jer Exp $ + + 19 Oct 2014; Jeroen Roovers <jer@gentoo.org> pastedeploy-1.5.2.ebuild: + Marked ~hppa (bug #525246). 15 Oct 2014; Anthony G. Basile <blueness@gentoo.org> pastedeploy-1.3.3.ebuild, pastedeploy-1.5.0-r1.ebuild, pastedeploy-1.5.0.ebuild, diff --git a/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild b/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild index 143322ae2ffb..a26b732f9d25 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.4 2014/10/15 23:10:16 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild,v 1.5 2014/10/19 08:28:42 jer Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,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 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="doc" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |