diff options
author | Brent Baude <ranger@gentoo.org> | 2010-10-14 18:41:06 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-10-14 18:41:06 +0000 |
commit | c2ca0bbcd9b3ec3d42f4bddd688fc681d9e11069 (patch) | |
tree | 8385f7238d2de84c43f1a49acfee546b117ec1be /x11-misc/fbpanel | |
parent | Clean up old revisions. (diff) | |
download | gentoo-2-c2ca0bbcd9b3ec3d42f4bddd688fc681d9e11069.tar.gz gentoo-2-c2ca0bbcd9b3ec3d42f4bddd688fc681d9e11069.tar.bz2 gentoo-2-c2ca0bbcd9b3ec3d42f4bddd688fc681d9e11069.zip |
stable ppc, bug 337510
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Diffstat (limited to 'x11-misc/fbpanel')
-rw-r--r-- | x11-misc/fbpanel/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/fbpanel/fbpanel-6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/fbpanel/ChangeLog b/x11-misc/fbpanel/ChangeLog index 4686d84f0e06..8377f35aaee2 100644 --- a/x11-misc/fbpanel/ChangeLog +++ b/x11-misc/fbpanel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/fbpanel # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/ChangeLog,v 1.50 2010/09/25 14:21:43 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/ChangeLog,v 1.51 2010/10/14 18:41:06 ranger Exp $ + + 14 Oct 2010; Brent Baude <ranger@gentoo.org> fbpanel-6.1.ebuild: + stable ppc, bug 337510 25 Sep 2010; Markus Meier <maekke@gentoo.org> fbpanel-6.1.ebuild: x86 stable, bug #337510 diff --git a/x11-misc/fbpanel/fbpanel-6.1.ebuild b/x11-misc/fbpanel/fbpanel-6.1.ebuild index a51f8dfb1891..620ce975b21c 100644 --- a/x11-misc/fbpanel/fbpanel-6.1.ebuild +++ b/x11-misc/fbpanel/fbpanel-6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/fbpanel-6.1.ebuild,v 1.4 2010/09/25 14:21:43 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/fbpanel-6.1.ebuild,v 1.5 2010/10/14 18:41:06 ranger Exp $ EAPI=2 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tbz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 x86" +KEYWORDS="~alpha amd64 ~arm ppc ~ppc64 x86" IUSE="" RDEPEND="x11-libs/gtk+:2" |