diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-11-24 13:49:10 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-11-24 13:49:10 +0000 |
commit | 1c2b7d2f901bda1f0579f9632149a513219277b4 (patch) | |
tree | 4757a485810331056d0415a3fb5127aeb191f107 /dev-python/rope | |
parent | Stable for x86, wrt bug #481850 (diff) | |
download | gentoo-2-1c2b7d2f901bda1f0579f9632149a513219277b4.tar.gz gentoo-2-1c2b7d2f901bda1f0579f9632149a513219277b4.tar.bz2 gentoo-2-1c2b7d2f901bda1f0579f9632149a513219277b4.zip |
Stable for x86, wrt bug #481850
(Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/rope')
-rw-r--r-- | dev-python/rope/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/rope/rope-0.9.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/rope/ChangeLog b/dev-python/rope/ChangeLog index b5d3916e9e95..c7729979f504 100644 --- a/dev-python/rope/ChangeLog +++ b/dev-python/rope/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/rope # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v 1.18 2013/11/24 13:48:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v 1.19 2013/11/24 13:49:10 ago Exp $ + + 24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> rope-0.9.4-r1.ebuild: + Stable for x86, wrt bug #481850 24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> rope-0.9.4-r1.ebuild: Stable for amd64, wrt bug #481850 diff --git a/dev-python/rope/rope-0.9.4-r1.ebuild b/dev-python/rope/rope-0.9.4-r1.ebuild index 34c7e7f42f51..29b3efec3e58 100644 --- a/dev-python/rope/rope-0.9.4-r1.ebuild +++ b/dev-python/rope/rope-0.9.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.4-r1.ebuild,v 1.3 2013/11/24 13:48:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.4-r1.ebuild,v 1.4 2013/11/24 13:49:10 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |