diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-10-06 18:32:39 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-10-06 18:32:39 +0000 |
commit | 70da8e51e247af7ae2c279ac2534db8648af2334 (patch) | |
tree | d20576a3c254f8d791028d7f450fc9cdc19238a9 /xfce-extra/terminal | |
parent | New upstream version. (diff) | |
download | gentoo-2-70da8e51e247af7ae2c279ac2534db8648af2334.tar.gz gentoo-2-70da8e51e247af7ae2c279ac2534db8648af2334.tar.bz2 gentoo-2-70da8e51e247af7ae2c279ac2534db8648af2334.zip |
add startup-notification to builds and remove from eclass
(Portage version: 1.589-cvs)
Diffstat (limited to 'xfce-extra/terminal')
-rw-r--r-- | xfce-extra/terminal/terminal-0.2.4-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xfce-extra/terminal/terminal-0.2.4-r1.ebuild b/xfce-extra/terminal/terminal-0.2.4-r1.ebuild index abdb40865932..ca701556f1d1 100644 --- a/xfce-extra/terminal/terminal-0.2.4-r1.ebuild +++ b/xfce-extra/terminal/terminal-0.2.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/terminal-0.2.4-r1.ebuild,v 1.1 2005/10/06 07:40:33 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/terminal-0.2.4-r1.ebuild,v 1.2 2005/10/06 18:32:39 bcowan Exp $ inherit xfce42 @@ -20,6 +20,7 @@ RDEPEND="|| ( ( x11-libs/libX11 >=xfce-extra/exo-0.3.0-r1 dbus? ( sys-apps/dbus ) >=x11-libs/vte-0.11.11 + x11-libs/startup-notification >=xfce-base/libxfce4mcs-4.2.2-r1" MY_P="${PN/t/T}-${PV/_/}" |