diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-06-03 16:32:18 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-06-03 16:32:18 +0000 |
commit | b64bc8e951b153dd66cd712965ca1fffc95457bd (patch) | |
tree | 0f2d6054001e77a536f5e8c10174832c60d1695a /dev-util/buildbot | |
parent | Stable on amd64, bug 322621. (diff) | |
download | gentoo-2-b64bc8e951b153dd66cd712965ca1fffc95457bd.tar.gz gentoo-2-b64bc8e951b153dd66cd712965ca1fffc95457bd.tar.bz2 gentoo-2-b64bc8e951b153dd66cd712965ca1fffc95457bd.zip |
x86 stable wrt bug #321601
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-util/buildbot')
-rw-r--r-- | dev-util/buildbot/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/buildbot/buildbot-0.7.12.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/buildbot/ChangeLog b/dev-util/buildbot/ChangeLog index ef3e37def6b6..5a1994d02046 100644 --- a/dev-util/buildbot/ChangeLog +++ b/dev-util/buildbot/ChangeLog @@ -1,6 +1,10 @@ # 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.57 2010/05/30 17:53:44 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.58 2010/06/03 16:32:18 phajdan.jr Exp $ + + 03 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + buildbot-0.7.12.ebuild: + x86 stable wrt bug #321601 30 May 2010; Markos Chandras <hwoarang@gentoo.org> buildbot-0.7.12.ebuild: Stable on amd64 wrt bug #321601 diff --git a/dev-util/buildbot/buildbot-0.7.12.ebuild b/dev-util/buildbot/buildbot-0.7.12.ebuild index 22b407828491..8df209cebb78 100644 --- a/dev-util/buildbot/buildbot-0.7.12.ebuild +++ b/dev-util/buildbot/buildbot-0.7.12.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.7.12.ebuild,v 1.4 2010/05/30 17:53:44 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.7.12.ebuild,v 1.5 2010/06/03 16:32:18 phajdan.jr Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -19,7 +19,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" RDEPEND=">=dev-python/twisted-2.0.1 |