diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 01:46:07 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 01:46:07 +0000 |
commit | a2d356210fe0a9b7f79ec6712917f062815603e7 (patch) | |
tree | 20909106528cfdbc6abb4a536b64dc8298bfc74d /dev-util | |
parent | x86 stable wrt bug #487736 (diff) | |
download | gentoo-2-a2d356210fe0a9b7f79ec6712917f062815603e7.tar.gz gentoo-2-a2d356210fe0a9b7f79ec6712917f062815603e7.tar.bz2 gentoo-2-a2d356210fe0a9b7f79ec6712917f062815603e7.zip |
x86 stable wrt bug #487736
(Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/buildbot-slave/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/buildbot-slave/buildbot-slave-0.8.8-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/buildbot-slave/ChangeLog b/dev-util/buildbot-slave/ChangeLog index 9d0c8d59d815..9f7febea3b58 100644 --- a/dev-util/buildbot-slave/ChangeLog +++ b/dev-util/buildbot-slave/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/buildbot-slave # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.56 2014/01/23 10:55:48 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.57 2014/02/24 01:46:07 phajdan.jr Exp $ + + 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> + buildbot-slave-0.8.8-r1.ebuild: + x86 stable wrt bug #487736 23 Jan 2014; Chema Alonso <nimiux@gentoo.org> buildbot-slave-0.8.8-r1.ebuild: Stable for amd64 wrt bug #487736 diff --git a/dev-util/buildbot-slave/buildbot-slave-0.8.8-r1.ebuild b/dev-util/buildbot-slave/buildbot-slave-0.8.8-r1.ebuild index 9eb35ebd2b6d..043a9b8cbae7 100644 --- a/dev-util/buildbot-slave/buildbot-slave-0.8.8-r1.ebuild +++ b/dev-util/buildbot-slave/buildbot-slave-0.8.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.8-r1.ebuild,v 1.4 2014/01/23 10:55:48 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.8-r1.ebuild,v 1.5 2014/02/24 01:46:07 phajdan.jr Exp $ EAPI="5" PYTHON_DEPEND="2" @@ -20,7 +20,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 |