diff options
author | 2015-01-22 18:32:24 +0000 | |
---|---|---|
committer | 2015-01-22 18:32:24 +0000 | |
commit | 542a71fe2bbffd7f72c284bdcd0c601b7247db85 (patch) | |
tree | 2371a951642de6bf8b564d4860ae73bf450749a3 | |
parent | arm stable, bug #536174 (diff) | |
download | gentoo-2-542a71fe2bbffd7f72c284bdcd0c601b7247db85.tar.gz gentoo-2-542a71fe2bbffd7f72c284bdcd0c601b7247db85.tar.bz2 gentoo-2-542a71fe2bbffd7f72c284bdcd0c601b7247db85.zip |
arm stable, bug #536174
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
-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 e51a4584722d..ae3dd6f2b012 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.68 2015/01/16 07:50:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.69 2015/01/22 18:32:24 maekke Exp $ + + 22 Jan 2015; Markus Meier <maekke@gentoo.org> buildbot-slave-0.8.10.ebuild: + arm stable, bug #536174 16 Jan 2015; Jeroen Roovers <jer@gentoo.org> buildbot-slave-0.8.10.ebuild: Stable for HPPA (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 699c33511837..cc06f8910393 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.3 2015/01/16 07:50:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.10.ebuild,v 1.4 2015/01/22 18:32:24 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}] |