diff options
author | Markus Meier <maekke@gentoo.org> | 2011-01-11 21:59:02 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-01-11 21:59:02 +0000 |
commit | b6cd03fa16e03fb0b090b4afdf351f80ac244e5c (patch) | |
tree | 7b39ee07f644625d13150484624636c977c6bf11 /dev-python/subvertpy | |
parent | Marking stella-3.2.2 ppc for bug 343451 (diff) | |
download | gentoo-2-b6cd03fa16e03fb0b090b4afdf351f80ac244e5c.tar.gz gentoo-2-b6cd03fa16e03fb0b090b4afdf351f80ac244e5c.tar.bz2 gentoo-2-b6cd03fa16e03fb0b090b4afdf351f80ac244e5c.zip |
x86 stable, bug #348077
(Portage version: 2.1.9.30/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/subvertpy')
-rw-r--r-- | dev-python/subvertpy/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/subvertpy/subvertpy-0.7.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/subvertpy/ChangeLog b/dev-python/subvertpy/ChangeLog index 5175c693188d..f6639576cfeb 100644 --- a/dev-python/subvertpy/ChangeLog +++ b/dev-python/subvertpy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/subvertpy -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.25 2010/12/09 12:01:22 hwoarang Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.26 2011/01/11 21:59:02 maekke Exp $ + + 11 Jan 2011; Markus Meier <maekke@gentoo.org> subvertpy-0.7.5.ebuild: + x86 stable, bug #348077 09 Dec 2010; Markos Chandras <hwoarang@gentoo.org> subvertpy-0.7.5.ebuild: Stable on amd64 wrt bug #348077 diff --git a/dev-python/subvertpy/subvertpy-0.7.5.ebuild b/dev-python/subvertpy/subvertpy-0.7.5.ebuild index b0015deb6ffd..cfbc027be821 100644 --- a/dev-python/subvertpy/subvertpy-0.7.5.ebuild +++ b/dev-python/subvertpy/subvertpy-0.7.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.7.5.ebuild,v 1.2 2010/12/09 12:01:22 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.7.5.ebuild,v 1.3 2011/01/11 21:59:02 maekke Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -16,7 +16,7 @@ SRC_URI="http://samba.org/~jelmer/${PN}/${P}.tar.gz" LICENSE="|| ( LGPL-2.1 LGPL-3 )" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND=">=dev-vcs/subversion-1.4" |