diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-25 08:01:06 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-25 08:01:06 +0000 |
commit | 3ff84c09ac058a6a30e43a251bd041e02a723d7c (patch) | |
tree | b8260ae75ed9c23c72510b560a8b4962c9adafc8 /dev-python/configobj | |
parent | Stable for sparc, wrt bug #461150 (diff) | |
download | gentoo-2-3ff84c09ac058a6a30e43a251bd041e02a723d7c.tar.gz gentoo-2-3ff84c09ac058a6a30e43a251bd041e02a723d7c.tar.bz2 gentoo-2-3ff84c09ac058a6a30e43a251bd041e02a723d7c.zip |
Stable for sparc, wrt bug #461154
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/configobj')
-rw-r--r-- | dev-python/configobj/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/configobj/configobj-4.7.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/configobj/ChangeLog b/dev-python/configobj/ChangeLog index 7f5dddd51414..09c275045ad6 100644 --- a/dev-python/configobj/ChangeLog +++ b/dev-python/configobj/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/configobj # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v 1.34 2013/05/20 08:38:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v 1.35 2013/05/25 08:01:06 ago Exp $ + + 25 May 2013; Agostino Sarubbo <ago@gentoo.org> configobj-4.7.2-r1.ebuild: + Stable for sparc, wrt bug #461154 20 May 2013; Agostino Sarubbo <ago@gentoo.org> configobj-4.7.2-r1.ebuild: Stable for x86, wrt bug #461154 diff --git a/dev-python/configobj/configobj-4.7.2-r1.ebuild b/dev-python/configobj/configobj-4.7.2-r1.ebuild index 769a8eac0c71..41ea18507455 100644 --- a/dev-python/configobj/configobj-4.7.2-r1.ebuild +++ b/dev-python/configobj/configobj-4.7.2-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/configobj/configobj-4.7.2-r1.ebuild,v 1.6 2013/05/20 08:38:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-4.7.2-r1.ebuild,v 1.7 2013/05/25 08:01:06 ago Exp $ EAPI="5" PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} ) @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="doc" DEPEND="app-arch/unzip" |