diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-06-25 18:36:34 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-06-25 18:36:34 +0000 |
commit | 07390b4c0de3232b8130cd2ef279f8331574844f (patch) | |
tree | f5b1b9401e49549cfb6d6a2c5f5e0c7a55fafce9 /x11-misc | |
parent | Added config options for alsa. (diff) | |
download | gentoo-2-07390b4c0de3232b8130cd2ef279f8331574844f.tar.gz gentoo-2-07390b4c0de3232b8130cd2ef279f8331574844f.tar.bz2 gentoo-2-07390b4c0de3232b8130cd2ef279f8331574844f.zip |
Fixed dependency issue.
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xfce4-systray/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/xfce4-systray/xfce4-systray-0.1.ebuild | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11-misc/xfce4-systray/Manifest b/x11-misc/xfce4-systray/Manifest index 1c3b9b05a817..0ac0252fa008 100644 --- a/x11-misc/xfce4-systray/Manifest +++ b/x11-misc/xfce4-systray/Manifest @@ -1,3 +1,3 @@ -MD5 0f142dbeda81e6c4550c97cf53372275 xfce4-systray-0.1.ebuild 921 +MD5 5e031246e67961f6cc093fdf0c3b6ac5 xfce4-systray-0.1.ebuild 951 MD5 093bc1d00963e092127c0d776e82739c ChangeLog 351 MD5 9d305adbc943c6c0ef9f96d13ca2ac25 files/digest-xfce4-systray-0.1 69 diff --git a/x11-misc/xfce4-systray/xfce4-systray-0.1.ebuild b/x11-misc/xfce4-systray/xfce4-systray-0.1.ebuild index d63264dd2a75..6d9e617fde54 100644 --- a/x11-misc/xfce4-systray/xfce4-systray-0.1.ebuild +++ b/x11-misc/xfce4-systray/xfce4-systray-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-systray/xfce4-systray-0.1.ebuild,v 1.1 2003/06/25 06:04:17 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-systray/xfce4-systray-0.1.ebuild,v 1.2 2003/06/25 18:36:17 bcowan Exp $ IUSE="" S=${WORKDIR}/${P} @@ -19,7 +19,8 @@ DEPEND=">=x11-libs/gtk+-2.0.6 =x11-libs/libxfce4util-3.91.0 =x11-libs/libxfcegui4-3.91.0 =x11-libs/libxfce4mcs-3.91.0 - =x11-misc/xfce-mcs-manager-3.91.0" + =x11-misc/xfce-mcs-manager-3.91.0 + =x11-misc/xfce4-panel-3.91.0" src_install() { make DESTDIR=${D} install || die |