summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-03-14 07:13:59 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-03-14 07:13:59 +0000
commit4524237acfed21be247bc3ce1cb7815cbe0754b1 (patch)
treed26f75fccec6dfd2494bdc63674211e166266380 /dev-util/buildbot
parentstable x86, bug 170759 (diff)
downloadgentoo-2-4524237acfed21be247bc3ce1cb7815cbe0754b1.tar.gz
gentoo-2-4524237acfed21be247bc3ce1cb7815cbe0754b1.tar.bz2
gentoo-2-4524237acfed21be247bc3ce1cb7815cbe0754b1.zip
stable x86, bug 169888
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-util/buildbot')
-rw-r--r--dev-util/buildbot/ChangeLog6
-rw-r--r--dev-util/buildbot/buildbot-0.7.5.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/buildbot/ChangeLog b/dev-util/buildbot/ChangeLog
index 2f96be34195a..fa486d465d15 100644
--- a/dev-util/buildbot/ChangeLog
+++ b/dev-util/buildbot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/buildbot
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.8 2007/03/13 14:55:16 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.9 2007/03/14 07:13:59 opfer Exp $
+
+ 14 Mar 2007; Christian Faulhammer <opfer@gentoo.org>
+ buildbot-0.7.5.ebuild:
+ stable x86, bug 169888
13 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> buildbot-0.7.5.ebuild:
Stable on sparc wrt #169888
diff --git a/dev-util/buildbot/buildbot-0.7.5.ebuild b/dev-util/buildbot/buildbot-0.7.5.ebuild
index 55e6cb94c5c5..87581ab400ca 100644
--- a/dev-util/buildbot/buildbot-0.7.5.ebuild
+++ b/dev-util/buildbot/buildbot-0.7.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.7.5.ebuild,v 1.5 2007/03/13 14:55:16 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.7.5.ebuild,v 1.6 2007/03/14 07:13:59 opfer Exp $
inherit distutils eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/buildbot/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
IUSE="doc irc mail test web"
commondepend=">=dev-lang/python-2.3