diff options
author | 2012-01-21 15:51:34 +0000 | |
---|---|---|
committer | 2012-01-21 15:51:34 +0000 | |
commit | b77d45e6223b22af04a05e98a21756a0b9c6aa67 (patch) | |
tree | f7c0c8272f815490032353cc1d3ea6889c86eee3 /dev-python/subvertpy | |
parent | Stable on alpha, bug #383751 (diff) | |
download | historical-b77d45e6223b22af04a05e98a21756a0b9c6aa67.tar.gz historical-b77d45e6223b22af04a05e98a21756a0b9c6aa67.tar.bz2 historical-b77d45e6223b22af04a05e98a21756a0b9c6aa67.zip |
Stable on alpha, bug #383751
Package-Manager: portage-2.1.10.44/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.8.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/subvertpy/ChangeLog b/dev-python/subvertpy/ChangeLog index a47163f39ff1..d19fef6a8a43 100644 --- a/dev-python/subvertpy/ChangeLog +++ b/dev-python/subvertpy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/subvertpy -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.38 2011/12/22 21:26:33 floppym Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.39 2012/01/21 15:50:50 klausman Exp $ + + 21 Jan 2012; Tobias Klausmann <klausman@gentoo.org> subvertpy-0.8.0.ebuild: + Stable on alpha, bug #383751 22 Dec 2011; Mike Gilbert <floppym@gentoo.org> subvertpy-0.8.9.ebuild: Add dev-python/testtools as a possible test alternative. diff --git a/dev-python/subvertpy/subvertpy-0.8.0.ebuild b/dev-python/subvertpy/subvertpy-0.8.0.ebuild index a8522aacff58..5338b2f54e26 100644 --- a/dev-python/subvertpy/subvertpy-0.8.0.ebuild +++ b/dev-python/subvertpy/subvertpy-0.8.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.0.ebuild,v 1.3 2011/04/17 13:18:32 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.0.ebuild,v 1.4 2012/01/21 15:50:50 klausman 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="alpha amd64 x86" IUSE="" DEPEND=">=dev-vcs/subversion-1.4" |