summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2012-01-21 15:50:50 +0000
committerTobias Klausmann <klausman@gentoo.org>2012-01-21 15:50:50 +0000
commitc4d5cd31170d1a72b4d774f845dd258537b2bb8c (patch)
treeec7d64262750b926e682282f421bf7c91f2a412b /dev-python
parentStable on alpha, bug #383751 (diff)
downloadgentoo-2-c4d5cd31170d1a72b4d774f845dd258537b2bb8c.tar.gz
gentoo-2-c4d5cd31170d1a72b4d774f845dd258537b2bb8c.tar.bz2
gentoo-2-c4d5cd31170d1a72b4d774f845dd258537b2bb8c.zip
Stable on alpha, bug #383751
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/subvertpy/ChangeLog7
-rw-r--r--dev-python/subvertpy/subvertpy-0.8.0.ebuild6
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"