diff options
author | 2010-08-07 18:17:54 +0000 | |
---|---|---|
committer | 2010-08-07 18:17:54 +0000 | |
commit | 9593cb0d7e2fc113658651230d4fbeaecefd1a69 (patch) | |
tree | 262a782368ade0be8a80e391b343df16742b20be /x11-misc/fbpanel | |
parent | Added missing deps, thanks to Nikoli (diff) | |
download | gentoo-2-9593cb0d7e2fc113658651230d4fbeaecefd1a69.tar.gz gentoo-2-9593cb0d7e2fc113658651230d4fbeaecefd1a69.tar.bz2 gentoo-2-9593cb0d7e2fc113658651230d4fbeaecefd1a69.zip |
Remove unused inherit eutils statement thanks to ssuominen for pointing this out
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/fbpanel')
-rw-r--r-- | x11-misc/fbpanel/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/fbpanel/fbpanel-6.1.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/fbpanel/ChangeLog b/x11-misc/fbpanel/ChangeLog index b173eba5752f..4680069f6089 100644 --- a/x11-misc/fbpanel/ChangeLog +++ b/x11-misc/fbpanel/ChangeLog @@ -1,6 +1,10 @@ # 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.47 2010/08/07 17:40:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/ChangeLog,v 1.48 2010/08/07 18:17:54 hwoarang Exp $ + + 07 Aug 2010; Markos Chandras <hwoarang@gentoo.org> fbpanel-6.1.ebuild: + Remove unused inherit eutils statement thanks to ssuominen for pointing + this out *fbpanel-6.1 (07 Aug 2010) diff --git a/x11-misc/fbpanel/fbpanel-6.1.ebuild b/x11-misc/fbpanel/fbpanel-6.1.ebuild index 5ae054cd17f8..694e946e8846 100644 --- a/x11-misc/fbpanel/fbpanel-6.1.ebuild +++ b/x11-misc/fbpanel/fbpanel-6.1.ebuild @@ -1,9 +1,8 @@ # 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.1 2010/08/07 17:40:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/fbpanel-6.1.ebuild,v 1.2 2010/08/07 18:17:54 hwoarang Exp $ EAPI=2 -inherit eutils DESCRIPTION="light-weight X11 desktop panel" HOMEPAGE="http://fbpanel.sourceforge.net/" |