diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-03-23 21:31:08 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-03-23 21:31:08 +0000 |
commit | b0a414a84903248e8e4363ae05375b9a8d970f29 (patch) | |
tree | f7f9118e146f78d97192734dab3d04677e40fac3 /dev-util/buildbot-slave | |
parent | ppc/ppc64 stable wrt #352741 (diff) | |
download | gentoo-2-b0a414a84903248e8e4363ae05375b9a8d970f29.tar.gz gentoo-2-b0a414a84903248e8e4363ae05375b9a8d970f29.tar.bz2 gentoo-2-b0a414a84903248e8e4363ae05375b9a8d970f29.zip |
ppc/ppc64 stable wrt #352741
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/buildbot-slave')
-rw-r--r-- | dev-util/buildbot-slave/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/buildbot-slave/ChangeLog b/dev-util/buildbot-slave/ChangeLog index 88c0e8b931b5..291fc4a79dc7 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.16 2011/02/17 20:51:44 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.17 2011/03/23 21:31:08 xarthisius Exp $ + + 23 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> + buildbot-slave-0.8.3.ebuild: + ppc/ppc64 stable wrt #352741 17 Feb 2011; Jeremy Olexa <darkside@gentoo.org> buildbot-slave-0.8.3.ebuild: diff --git a/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild b/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild index ef6dd5f26b24..4907114dc183 100644 --- a/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild +++ b/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.3.ebuild,v 1.8 2011/02/17 20:51:44 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v 1.9 2011/03/23 21:31:08 xarthisius Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86 ~amd64-linux" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-linux" IUSE="test" RDEPEND="dev-python/setuptools |