diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-03-13 14:55:16 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-03-13 14:55:16 +0000 |
commit | c62cc43bc4d22af900c290e1c4fc0db3e17a7d0d (patch) | |
tree | cf4206566fbe4c16f1c9a487362b4623244ab46b /dev-util | |
parent | x86 stable (diff) | |
download | gentoo-2-c62cc43bc4d22af900c290e1c4fc0db3e17a7d0d.tar.gz gentoo-2-c62cc43bc4d22af900c290e1c4fc0db3e17a7d0d.tar.bz2 gentoo-2-c62cc43bc4d22af900c290e1c4fc0db3e17a7d0d.zip |
Stable on sparc wrt #169888
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/buildbot/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/buildbot/buildbot-0.7.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/buildbot/ChangeLog b/dev-util/buildbot/ChangeLog index a8b0ef8051c8..2f96be34195a 100644 --- a/dev-util/buildbot/ChangeLog +++ b/dev-util/buildbot/ChangeLog @@ -1,6 +1,9 @@ # 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.7 2007/03/08 16:00:12 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.8 2007/03/13 14:55:16 gustavoz Exp $ + + 13 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> buildbot-0.7.5.ebuild: + Stable on sparc wrt #169888 08 Mar 2007; Marien Zwart <marienz@gentoo.org> +files/buildbot-0.7.5-root-skip-tests.patch, buildbot-0.7.5.ebuild: diff --git a/dev-util/buildbot/buildbot-0.7.5.ebuild b/dev-util/buildbot/buildbot-0.7.5.ebuild index c1d864f73e5b..55e6cb94c5c5 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.4 2007/03/08 16:00:12 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.7.5.ebuild,v 1.5 2007/03/13 14:55:16 gustavoz 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 |