summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-05-20 20:56:18 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-05-20 20:56:18 +0000
commit8fd389fb684602b4cd33e5e2d9a0f93e5e8e695b (patch)
treeff4f629ebbae2a80fc217c43e253bf65812f3bb3 /dev-python/mechanize
parentusing provided init scripts (diff)
downloadgentoo-2-8fd389fb684602b4cd33e5e2d9a0f93e5e8e695b.tar.gz
gentoo-2-8fd389fb684602b4cd33e5e2d9a0f93e5e8e695b.tar.bz2
gentoo-2-8fd389fb684602b4cd33e5e2d9a0f93e5e8e695b.zip
Add ~arm keyword.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/mechanize')
-rw-r--r--dev-python/mechanize/ChangeLog5
-rw-r--r--dev-python/mechanize/mechanize-0.2.5-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/mechanize/ChangeLog b/dev-python/mechanize/ChangeLog
index 78a16934931f..1327bf5155d7 100644
--- a/dev-python/mechanize/ChangeLog
+++ b/dev-python/mechanize/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/mechanize
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.46 2014/03/31 21:00:30 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.47 2014/05/20 20:56:18 mrueg Exp $
+
+ 20 May 2014; Manuel Rüger <mrueg@gentoo.org> mechanize-0.2.5-r1.ebuild:
+ Add ~arm keyword.
31 Mar 2014; Michał Górny <mgorny@gentoo.org> mechanize-0.2.5-r1.ebuild:
Add support for the new PyPy slotting.
diff --git a/dev-python/mechanize/mechanize-0.2.5-r1.ebuild b/dev-python/mechanize/mechanize-0.2.5-r1.ebuild
index 408b2d4b8885..830569f9a422 100644
--- a/dev-python/mechanize/mechanize-0.2.5-r1.ebuild
+++ b/dev-python/mechanize/mechanize-0.2.5-r1.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/mechanize/mechanize-0.2.5-r1.ebuild,v 1.4 2014/03/31 21:00:30 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.5-r1.ebuild,v 1.5 2014/05/20 20:56:18 mrueg Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
@@ -13,7 +13,7 @@ SRC_URI="http://wwwsearch.sourceforge.net/${PN}/src/${P}.tar.gz"
LICENSE="|| ( BSD ZPL )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE="doc"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"