diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-04 10:33:36 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-04 10:33:36 +0000 |
commit | 08b41f6df5c2c5b411f39ec90217a37510dd6fba (patch) | |
tree | 467c8060e6dd3e4cb9be1f7c8382db9a206a2f52 /dev-python/subvertpy | |
parent | Mask only the metasploit versions in tree (broken ones) so that working ones ... (diff) | |
download | gentoo-2-08b41f6df5c2c5b411f39ec90217a37510dd6fba.tar.gz gentoo-2-08b41f6df5c2c5b411f39ec90217a37510dd6fba.tar.bz2 gentoo-2-08b41f6df5c2c5b411f39ec90217a37510dd6fba.zip |
x86 stable, bug 299559
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-python/subvertpy')
-rw-r--r-- | dev-python/subvertpy/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/subvertpy/subvertpy-0.7.1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/subvertpy/ChangeLog b/dev-python/subvertpy/ChangeLog index 293430b672e0..d05c6bb4d0b5 100644 --- a/dev-python/subvertpy/ChangeLog +++ b/dev-python/subvertpy/ChangeLog @@ -1,6 +1,10 @@ # 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.7 2010/01/04 08:12:40 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.8 2010/01/04 10:33:36 fauli Exp $ + + 04 Jan 2010; Christian Faulhammer <fauli@gentoo.org> + subvertpy-0.7.1.ebuild: + x86 stable, bug 299559 *subvertpy-0.7.2 (04 Jan 2010) diff --git a/dev-python/subvertpy/subvertpy-0.7.1.ebuild b/dev-python/subvertpy/subvertpy-0.7.1.ebuild index e8a6252e6dd5..e82ec97b40a6 100644 --- a/dev-python/subvertpy/subvertpy-0.7.1.ebuild +++ b/dev-python/subvertpy/subvertpy-0.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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.1.ebuild,v 1.1 2009/11/09 12:56:37 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.7.1.ebuild,v 1.2 2010/01/04 10:33:36 fauli Exp $ NEED_PYTHON=2.4 @@ -12,7 +12,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="test" RDEPEND=">=dev-util/subversion-1.4 |