diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2010-09-10 14:06:05 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2010-09-10 14:06:05 +0000 |
commit | 372a1bd2dede3d6e387f48e5ca2abe9b175d3666 (patch) | |
tree | 92ea757aef3076caa6bf598345412608bbad5651 /dev-util/buildbot | |
parent | Stable on alpha, bug #325845 (diff) | |
download | gentoo-2-372a1bd2dede3d6e387f48e5ca2abe9b175d3666.tar.gz gentoo-2-372a1bd2dede3d6e387f48e5ca2abe9b175d3666.tar.bz2 gentoo-2-372a1bd2dede3d6e387f48e5ca2abe9b175d3666.zip |
Stable on alpha, bug #325899
(Portage version: 2.1.9.2/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/buildbot')
-rw-r--r-- | dev-util/buildbot/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/buildbot/buildbot-0.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/buildbot/ChangeLog b/dev-util/buildbot/ChangeLog index 527d0402135c..394b7c67da9c 100644 --- a/dev-util/buildbot/ChangeLog +++ b/dev-util/buildbot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/buildbot # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.66 2010/07/24 14:52:04 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.67 2010/09/10 14:06:05 klausman Exp $ + + 10 Sep 2010; Tobias Klausmann <klausman@gentoo.org> buildbot-0.8.0.ebuild: + Stable on alpha, bug #325899 24 Jul 2010; Markus Meier <maekke@gentoo.org> buildbot-0.8.0.ebuild: arm stable, bug #325899 diff --git a/dev-util/buildbot/buildbot-0.8.0.ebuild b/dev-util/buildbot/buildbot-0.8.0.ebuild index 7ed7a5cbe4e8..a254197cb031 100644 --- a/dev-util/buildbot/buildbot-0.8.0.ebuild +++ b/dev-util/buildbot/buildbot-0.8.0.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-util/buildbot/buildbot-0.8.0.ebuild,v 1.7 2010/07/24 14:52:04 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.0.ebuild,v 1.8 2010/09/10 14:06:05 klausman Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -20,7 +20,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="doc irc mail manhole test" # sqlite3 module of Python 2.5 is not supported. |