diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-11-08 17:23:28 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-11-08 17:23:28 +0000 |
commit | 47dbf630ca4d9e5d94e50440d3b5a2976d1c73d9 (patch) | |
tree | 42a70cb4f244876be20c2166ce76817b2ca66214 /dev-util/buildbot | |
parent | media-libs/jpeg -> virtual/jpeg. Drop old. (diff) | |
download | gentoo-2-47dbf630ca4d9e5d94e50440d3b5a2976d1c73d9.tar.gz gentoo-2-47dbf630ca4d9e5d94e50440d3b5a2976d1c73d9.tar.bz2 gentoo-2-47dbf630ca4d9e5d94e50440d3b5a2976d1c73d9.zip |
stable x86, security bug 339863
(Portage version: 2.1.8.3/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'dev-util/buildbot')
-rw-r--r-- | dev-util/buildbot/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/buildbot/buildbot-0.8.0_p1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/buildbot/ChangeLog b/dev-util/buildbot/ChangeLog index b5da5c21d9bb..71d522a92696 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.69 2010/11/08 12:40:04 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.70 2010/11/08 17:23:28 fauli Exp $ + + 08 Nov 2010; Christian Faulhammer <fauli@gentoo.org> + buildbot-0.8.0_p1.ebuild: + stable x86, security bug 339863 *buildbot-0.8.2 (08 Nov 2010) diff --git a/dev-util/buildbot/buildbot-0.8.0_p1.ebuild b/dev-util/buildbot/buildbot-0.8.0_p1.ebuild index 90a9d98d9c97..5d943b3c5a90 100644 --- a/dev-util/buildbot/buildbot-0.8.0_p1.ebuild +++ b/dev-util/buildbot/buildbot-0.8.0_p1.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_p1.ebuild,v 1.1 2010/10/05 19:28:10 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.0_p1.ebuild,v 1.2 2010/11/08 17:23:28 fauli 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. |