diff options
author | Markus Meier <maekke@gentoo.org> | 2014-10-25 14:00:30 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-10-25 14:00:30 +0000 |
commit | 4403a138a22026351735d96a89bde9cfd887ae44 (patch) | |
tree | 62e81e1ca06106698e45d04786c9f91f04c39662 /dev-python/pastedeploy | |
parent | arm stable, bug #525508 (diff) | |
download | gentoo-2-4403a138a22026351735d96a89bde9cfd887ae44.tar.gz gentoo-2-4403a138a22026351735d96a89bde9cfd887ae44.tar.bz2 gentoo-2-4403a138a22026351735d96a89bde9cfd887ae44.zip |
add ~arm, bug #525246
(Portage version: 2.2.14_rc1/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/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 a47745fd0b9d..836ed721bf76 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.19 2014/10/19 08:28:42 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v 1.20 2014/10/25 14:00:30 maekke Exp $ + + 25 Oct 2014; Markus Meier <maekke@gentoo.org> pastedeploy-1.5.2.ebuild: + add ~arm, bug #525246 19 Oct 2014; Jeroen Roovers <jer@gentoo.org> pastedeploy-1.5.2.ebuild: Marked ~hppa (bug #525246). diff --git a/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild b/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild index a26b732f9d25..d5c150b0b9e9 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.5 2014/10/19 08:28:42 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild,v 1.6 2014/10/25 14:00:30 maekke 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 ~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}]" |