diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-24 14:47:08 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-24 14:47:08 +0000 |
commit | 4e1810b8d22a980a529045be84e01cc5bd3fff68 (patch) | |
tree | ab01a2da84d3d6ee1f4adb9ff654c7745774b97e /x11-misc/fbpanel | |
parent | Version bump, by yoshi watanabe <yoshi3@autograf.pl>, bug #332211 (diff) | |
download | gentoo-2-4e1810b8d22a980a529045be84e01cc5bd3fff68.tar.gz gentoo-2-4e1810b8d22a980a529045be84e01cc5bd3fff68.tar.bz2 gentoo-2-4e1810b8d22a980a529045be84e01cc5bd3fff68.zip |
ppc64 stable wrt #337510
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
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 8377f35aaee2..c5fe14ff6489 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.51 2010/10/14 18:41:06 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/ChangeLog,v 1.52 2010/10/24 14:47:08 ssuominen Exp $ + + 24 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> fbpanel-6.1.ebuild: + ppc64 stable wrt #337510 14 Oct 2010; Brent Baude <ranger@gentoo.org> fbpanel-6.1.ebuild: stable ppc, bug 337510 diff --git a/x11-misc/fbpanel/fbpanel-6.1.ebuild b/x11-misc/fbpanel/fbpanel-6.1.ebuild index 620ce975b21c..75fa0987da44 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.5 2010/10/14 18:41:06 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/fbpanel-6.1.ebuild,v 1.6 2010/10/24 14:47:08 ssuominen 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" |