diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-12-28 04:35:24 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-12-28 04:35:24 +0000 |
commit | fdc66562195520d9cac5580a936db0feaa733a4b (patch) | |
tree | 7fc895109d4a05e56231a7945be976bfb9f76bf4 /xfce-extra | |
parent | Fixed dependencies, see bug #130573. (diff) | |
download | gentoo-2-fdc66562195520d9cac5580a936db0feaa733a4b.tar.gz gentoo-2-fdc66562195520d9cac5580a936db0feaa733a4b.tar.bz2 gentoo-2-fdc66562195520d9cac5580a936db0feaa733a4b.zip |
Fixed dependencies, see bug #130573.
(Portage version: 2.1.2_rc4)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-cpugraph/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.2.2-r2.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-cpugraph/ChangeLog b/xfce-extra/xfce4-cpugraph/ChangeLog index f94a55fc1878..54262f1f2c58 100644 --- a/xfce-extra/xfce4-cpugraph/ChangeLog +++ b/xfce-extra/xfce4-cpugraph/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-cpugraph # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph/ChangeLog,v 1.9 2006/12/07 05:14:49 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph/ChangeLog,v 1.10 2006/12/28 04:35:24 nichoj Exp $ + + 28 Dec 2006; Joshua Nichols <nichoj@gentoo.org> + xfce4-cpugraph-0.2.2-r2.ebuild: + Fixed dependencies, see bug #130573. 07 Dec 2006; Joshua Nichols <nichoj@gentoo.org> -xfce4-cpugraph-0.2.2-r1.ebuild: diff --git a/xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.2.2-r2.ebuild b/xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.2.2-r2.ebuild index 01792296e943..cfefa2a0694e 100644 --- a/xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.2.2-r2.ebuild +++ b/xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.2.2-r2.ebuild @@ -1,11 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.2.2-r2.ebuild,v 1.3 2006/12/02 09:48:35 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.2.2-r2.ebuild,v 1.4 2006/12/28 04:35:24 nichoj Exp $ inherit xfce42 DESCRIPTION="Xfce4 panel cpu load graphing plugin" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" +RDEPEND=">=xfce-base/xfce4-panel-4.0.0" + goodies_plugin S=${WORKDIR}/${MY_P/-${PV}/} |