diff options
author | 2003-06-25 18:36:34 +0000 | |
---|---|---|
committer | 2003-06-25 18:36:34 +0000 | |
commit | 45fd39291586ec4f1235ae369ad316e6aaf8fd88 (patch) | |
tree | 845aa17bfad449668df64e857d8e17e1d143cf9f /x11-misc | |
parent | Added config options for alsa. (diff) | |
download | historical-45fd39291586ec4f1235ae369ad316e6aaf8fd88.tar.gz historical-45fd39291586ec4f1235ae369ad316e6aaf8fd88.tar.bz2 historical-45fd39291586ec4f1235ae369ad316e6aaf8fd88.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 |