diff options
-rw-r--r-- | x11-misc/bbrun/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/bbrun/bbrun-1.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/bbrun/ChangeLog b/x11-misc/bbrun/ChangeLog index 068ebb385b97..24c56fbd59b9 100644 --- a/x11-misc/bbrun/ChangeLog +++ b/x11-misc/bbrun/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/bbrun # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/ChangeLog,v 1.26 2012/02/03 18:33:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/ChangeLog,v 1.27 2012/02/03 22:27:12 ranger Exp $ + + 03 Feb 2012; Brent Baude <ranger@gentoo.org> bbrun-1.6-r1.ebuild: + Marking bbrun-1.6-r1 ppc for bug 397259 03 Feb 2012; Agostino Sarubbo <ago@gentoo.org> bbrun-1.6-r1.ebuild: Stable for amd64, wrt bug #397259 diff --git a/x11-misc/bbrun/bbrun-1.6-r1.ebuild b/x11-misc/bbrun/bbrun-1.6-r1.ebuild index d000db0f29c9..470afa9a0e0f 100644 --- a/x11-misc/bbrun/bbrun-1.6-r1.ebuild +++ b/x11-misc/bbrun/bbrun-1.6-r1.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/x11-misc/bbrun/bbrun-1.6-r1.ebuild,v 1.2 2012/02/03 18:33:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.6-r1.ebuild,v 1.3 2012/02/03 22:27:12 ranger Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://www.darkops.net/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ppc ~sparc ~x86" IUSE="" RDEPEND="x11-libs/gtk+:2" |