diff options
author | Markus Meier <maekke@gentoo.org> | 2015-06-27 12:39:02 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-06-27 12:39:02 +0000 |
commit | d796a02c7c566378e629eb7598a12c39b02705ba (patch) | |
tree | 29b78ccf8c8c959e39403462dd47a5cbf7011b00 /dev-util/buildbot-slave | |
parent | arm stable, bug #551980 (diff) | |
download | gentoo-2-d796a02c7c566378e629eb7598a12c39b02705ba.tar.gz gentoo-2-d796a02c7c566378e629eb7598a12c39b02705ba.tar.bz2 gentoo-2-d796a02c7c566378e629eb7598a12c39b02705ba.zip |
arm stable, bug #551980
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
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.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/buildbot-slave/ChangeLog b/dev-util/buildbot-slave/ChangeLog index 9d8bd08373ad..81feaf216a66 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.73 2015/06/26 14:29:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.74 2015/06/27 12:39:02 maekke Exp $ + + 27 Jun 2015; Markus Meier <maekke@gentoo.org> buildbot-slave-0.8.12.ebuild: + arm stable, bug #551980 26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> buildbot-slave-0.8.12.ebuild: Stable for amd64, wrt bug #551980 diff --git a/dev-util/buildbot-slave/buildbot-slave-0.8.12.ebuild b/dev-util/buildbot-slave/buildbot-slave-0.8.12.ebuild index ae487f8a265b..1261245e72f6 100644 --- a/dev-util/buildbot-slave/buildbot-slave-0.8.12.ebuild +++ b/dev-util/buildbot-slave/buildbot-slave-0.8.12.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.12.ebuild,v 1.2 2015/06/26 14:29:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.12.ebuild,v 1.3 2015/06/27 12:39:02 maekke 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}] |