diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-04-19 09:36:50 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-04-19 09:36:50 +0000 |
commit | 95e8548999fd2b89f758de62975bd43e6e2d8215 (patch) | |
tree | f1e2bb986e7be8a0a86bd63823da80bc87987fef /dev-util/buildbot-slave | |
parent | Stable for x86, wrt bug #545566 (diff) | |
download | gentoo-2-95e8548999fd2b89f758de62975bd43e6e2d8215.tar.gz gentoo-2-95e8548999fd2b89f758de62975bd43e6e2d8215.tar.bz2 gentoo-2-95e8548999fd2b89f758de62975bd43e6e2d8215.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-slave')
-rw-r--r-- | dev-util/buildbot-slave/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/buildbot-slave/buildbot-slave-0.8.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/buildbot-slave/ChangeLog b/dev-util/buildbot-slave/ChangeLog index 52e2821c5f6a..d06550c91606 100644 --- a/dev-util/buildbot-slave/ChangeLog +++ b/dev-util/buildbot-slave/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/buildbot-slave # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.70 2015/03/27 16:25:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.71 2015/04/19 09:36:50 pacho Exp $ + + 19 Apr 2015; Pacho Ramos <pacho@gentoo.org> buildbot-slave-0.8.10.ebuild: + x86 stable wrt bug #536174 27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> buildbot-slave-0.8.10.ebuild: Stable for amd64, wrt bug #536174 diff --git a/dev-util/buildbot-slave/buildbot-slave-0.8.10.ebuild b/dev-util/buildbot-slave/buildbot-slave-0.8.10.ebuild index dcd5808e45a4..28ea498d3ff2 100644 --- a/dev-util/buildbot-slave/buildbot-slave-0.8.10.ebuild +++ b/dev-util/buildbot-slave/buildbot-slave-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-slave/buildbot-slave-0.8.10.ebuild,v 1.5 2015/03/27 16:25:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.10.ebuild,v 1.6 2015/04/19 09:36:50 pacho Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -15,7 +15,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" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-interix ~amd64-linux" IUSE="test" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |