diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-31 14:22:26 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-31 14:22:26 +0000 |
commit | 178505c1bfa0e61fb309a9da1b4d03fcbbb9457a (patch) | |
tree | 926beca3f0fce5dbec69104cd926029adfc81e57 /dev-util/bustle | |
parent | Add ~ppc, wrt bug #449220 (diff) | |
download | gentoo-2-178505c1bfa0e61fb309a9da1b4d03fcbbb9457a.tar.gz gentoo-2-178505c1bfa0e61fb309a9da1b4d03fcbbb9457a.tar.bz2 gentoo-2-178505c1bfa0e61fb309a9da1b4d03fcbbb9457a.zip |
Add ~ppc, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-util/bustle')
-rw-r--r-- | dev-util/bustle/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/bustle/bustle-0.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/bustle/ChangeLog b/dev-util/bustle/ChangeLog index 4b49daee6845..89f58baf0f8c 100644 --- a/dev-util/bustle/ChangeLog +++ b/dev-util/bustle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/bustle # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bustle/ChangeLog,v 1.11 2012/12/07 10:38:13 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bustle/ChangeLog,v 1.12 2012/12/31 14:22:26 ago Exp $ + + 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> bustle-0.4.2.ebuild: + Add ~ppc, wrt bug #449220 07 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org> bustle-0.4.2.ebuild: Get rid of 'dev-haskell/time' depend as it's a ghc's core library. diff --git a/dev-util/bustle/bustle-0.4.2.ebuild b/dev-util/bustle/bustle-0.4.2.ebuild index d6bc15735dd2..b2f33beac140 100644 --- a/dev-util/bustle/bustle-0.4.2.ebuild +++ b/dev-util/bustle/bustle-0.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bustle/bustle-0.4.2.ebuild,v 1.2 2012/12/07 10:38:13 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bustle/bustle-0.4.2.ebuild,v 1.3 2012/12/31 14:22:26 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://willthompson.co.uk/${PN}/releases/${PV}/${P}.tar.gz http://dev.g LICENSE="LGPL-2 GPL-2" # bustle-dbus-monitor.c is GPL-2, rest is LGPL-2 SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND="dev-libs/glib:2 |