diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-12-09 12:01:22 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-12-09 12:01:22 +0000 |
commit | d21f04acb1f44c48db3027175b6431e7ef96621a (patch) | |
tree | 44c4a4537ef73d75b0f9d166ecb9a2b92600da9b /dev-python/subvertpy | |
parent | Stable on amd64 wrt bug #348075 (diff) | |
download | gentoo-2-d21f04acb1f44c48db3027175b6431e7ef96621a.tar.gz gentoo-2-d21f04acb1f44c48db3027175b6431e7ef96621a.tar.bz2 gentoo-2-d21f04acb1f44c48db3027175b6431e7ef96621a.zip |
Stable on amd64 wrt bug #348077
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/subvertpy')
-rw-r--r-- | dev-python/subvertpy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/subvertpy/subvertpy-0.7.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/subvertpy/ChangeLog b/dev-python/subvertpy/ChangeLog index 7d2805497c97..5175c693188d 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.24 2010/11/01 12:28:41 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.25 2010/12/09 12:01:22 hwoarang Exp $ + + 09 Dec 2010; Markos Chandras <hwoarang@gentoo.org> subvertpy-0.7.5.ebuild: + Stable on amd64 wrt bug #348077 01 Nov 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> subvertpy-0.7.4.ebuild: diff --git a/dev-python/subvertpy/subvertpy-0.7.5.ebuild b/dev-python/subvertpy/subvertpy-0.7.5.ebuild index 5562be6d3bda..b0015deb6ffd 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 # 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.1 2010/10/27 09:03:56 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.7.5.ebuild,v 1.2 2010/12/09 12:01:22 hwoarang 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" |