diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-03-02 08:37:00 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-03-02 08:37:00 +0000 |
commit | 0c21e6e1729191aede1d17a1d39323527143f32f (patch) | |
tree | ad03e0efea49264063ce3bc1e78a6b5ef98a5a83 /x11-plugins/wmufo | |
parent | Added reiserfsprogs dependancy as per bug #82913. Version bump to 5.6 too (diff) | |
download | gentoo-2-0c21e6e1729191aede1d17a1d39323527143f32f.tar.gz gentoo-2-0c21e6e1729191aede1d17a1d39323527143f32f.tar.bz2 gentoo-2-0c21e6e1729191aede1d17a1d39323527143f32f.zip |
Added dependancy on gnome-base/libgtop, closing bug #83681...
(Portage version: 2.0.51-r15)
Diffstat (limited to 'x11-plugins/wmufo')
-rw-r--r-- | x11-plugins/wmufo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmufo/wmufo-1.2.0.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-plugins/wmufo/ChangeLog b/x11-plugins/wmufo/ChangeLog index 6aac8f4bf806..4a179221c700 100644 --- a/x11-plugins/wmufo/ChangeLog +++ b/x11-plugins/wmufo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmufo # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmufo/ChangeLog,v 1.4 2004/11/25 15:44:08 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmufo/ChangeLog,v 1.5 2005/03/02 08:37:00 s4t4n Exp $ + + 02 Mar 2005; Michele Noberasco <s4t4n@gentoo.org> wmufo-1.2.0.ebuild: + Added dependancy on gnome-base/libgtop, closing #83681. 25 Nov 2004; Jason Wever <weeve@gentoo.org> wmufo-1.2.0.ebuild: Added ~sparc keyword. diff --git a/x11-plugins/wmufo/wmufo-1.2.0.ebuild b/x11-plugins/wmufo/wmufo-1.2.0.ebuild index eb0d104b310e..09b988b1b1a1 100644 --- a/x11-plugins/wmufo/wmufo-1.2.0.ebuild +++ b/x11-plugins/wmufo/wmufo-1.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmufo/wmufo-1.2.0.ebuild,v 1.4 2004/11/25 15:44:08 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmufo/wmufo-1.2.0.ebuild,v 1.5 2005/03/02 08:37:00 s4t4n Exp $ inherit eutils @@ -17,7 +17,8 @@ LICENSE="GPL-2" DEPEND="virtual/x11 >=dev-util/pkgconfig-0.15.0 - >=x11-libs/gtk+-2.2.4-r1" + >=x11-libs/gtk+-2.2.4-r1 + >=gnome-base/libgtop-2.8.1" src_install () { einstall || die "make install failed" |