blob: f0842bcd0b12d3e2249154299123ab3565e65339 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit xfce44
xfce44_beta
xfce44_goodies_panel_plugin
DESCRIPTION="A panel plugin to show the current CPU load of the system"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
# FIXME doesn't like --as-needed
|