diff options
author | Markus Meier <maekke@gentoo.org> | 2011-09-11 20:12:57 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-09-11 20:12:57 +0000 |
commit | a3150941176ac3ccf15260b4c951211a8fd54132 (patch) | |
tree | e20a8cf880ce2fb147814f971e3a1a69b63613a7 /dev-util | |
parent | add ~arm, bug #381709 (diff) | |
download | gentoo-2-a3150941176ac3ccf15260b4c951211a8fd54132.tar.gz gentoo-2-a3150941176ac3ccf15260b4c951211a8fd54132.tar.bz2 gentoo-2-a3150941176ac3ccf15260b4c951211a8fd54132.zip |
add ~arm, bug #381709
(Portage version: 2.1.10.15/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/buildbot/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/buildbot/buildbot-0.8.4_p2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/buildbot/ChangeLog b/dev-util/buildbot/ChangeLog index 7a17b1fcdedd..f6bd93a09811 100644 --- a/dev-util/buildbot/ChangeLog +++ b/dev-util/buildbot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/buildbot # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.94 2011/09/10 17:44:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.95 2011/09/11 20:12:57 maekke Exp $ + + 11 Sep 2011; Markus Meier <maekke@gentoo.org> buildbot-0.8.4_p2.ebuild: + add ~arm, bug #381709 10 Sep 2011; Jeroen Roovers <jer@gentoo.org> buildbot-0.8.4_p2.ebuild: Marked ~hppa (bug #381709). diff --git a/dev-util/buildbot/buildbot-0.8.4_p2.ebuild b/dev-util/buildbot/buildbot-0.8.4_p2.ebuild index 04d7d9e5d9d8..ba4da1a408ed 100644 --- a/dev-util/buildbot/buildbot-0.8.4_p2.ebuild +++ b/dev-util/buildbot/buildbot-0.8.4_p2.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/buildbot-0.8.4_p2.ebuild,v 1.3 2011/09/10 17:44:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.4_p2.ebuild,v 1.4 2011/09/11 20:12:57 maekke Exp $ EAPI="3" 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="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~x86" IUSE="doc examples irc mail manhole test" # sqlite3 module of Python 2.5 is not supported. |