diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-04-19 09:36:43 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-04-19 09:36:43 +0000 |
commit | 2bd21e4306cb98ba6216243c7681d0e71592756c (patch) | |
tree | 964a23f8176070c48475e9a08e041bb11a3327ad /dev-util/buildbot | |
parent | x86 stable wrt bug #538736 (diff) | |
download | gentoo-2-2bd21e4306cb98ba6216243c7681d0e71592756c.tar.gz gentoo-2-2bd21e4306cb98ba6216243c7681d0e71592756c.tar.bz2 gentoo-2-2bd21e4306cb98ba6216243c7681d0e71592756c.zip |
x86 stable wrt bug #536174
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-util/buildbot')
-rw-r--r-- | dev-util/buildbot/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/buildbot/buildbot-0.8.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/buildbot/ChangeLog b/dev-util/buildbot/ChangeLog index ed7279e56b34..f9797d68132a 100644 --- a/dev-util/buildbot/ChangeLog +++ b/dev-util/buildbot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/buildbot # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.166 2015/03/27 16:25:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.167 2015/04/19 09:36:43 pacho Exp $ + + 19 Apr 2015; Pacho Ramos <pacho@gentoo.org> buildbot-0.8.10.ebuild: + x86 stable wrt bug #536174 27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> buildbot-0.8.10.ebuild: Stable for amd64, wrt bug #536174 diff --git a/dev-util/buildbot/buildbot-0.8.10.ebuild b/dev-util/buildbot/buildbot-0.8.10.ebuild index c869cef9ae6c..73418d292696 100644 --- a/dev-util/buildbot/buildbot-0.8.10.ebuild +++ b/dev-util/buildbot/buildbot-0.8.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.10.ebuild,v 1.5 2015/03/27 16:25:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.10.ebuild,v 1.6 2015/04/19 09:36:43 pacho Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris" IUSE="doc examples irc mail manhole test" RDEPEND=">=dev-python/jinja-2.1[${PYTHON_USEDEP}] |