diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-07 01:37:04 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-07 01:37:04 +0000 |
commit | 54a81ba097b2c935c9cb3508483ec5c9e918efc1 (patch) | |
tree | 0c06c5fc618ccb0102a517fe071117f6ca4b44d7 /net-im/gabber/gabber-0.8.8.ebuild | |
parent | add sed-4 dependency (diff) | |
download | gentoo-2-54a81ba097b2c935c9cb3508483ec5c9e918efc1.tar.gz gentoo-2-54a81ba097b2c935c9cb3508483ec5c9e918efc1.tar.bz2 gentoo-2-54a81ba097b2c935c9cb3508483ec5c9e918efc1.zip |
added sed-4 deps
Diffstat (limited to 'net-im/gabber/gabber-0.8.8.ebuild')
-rw-r--r-- | net-im/gabber/gabber-0.8.8.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/gabber/gabber-0.8.8.ebuild b/net-im/gabber/gabber-0.8.8.ebuild index 62a60fc66756..b82f91870a8a 100644 --- a/net-im/gabber/gabber-0.8.8.ebuild +++ b/net-im/gabber/gabber-0.8.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gabber/gabber-0.8.8.ebuild,v 1.1 2003/06/02 10:57:58 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gabber/gabber-0.8.8.ebuild,v 1.2 2003/06/07 01:36:32 liquidx Exp $ inherit flag-o-matic @@ -23,7 +23,8 @@ RDEPEND=">=gnome-base/gnome-libs-1.4.1.7 crypt? ( >=app-crypt/gnupg-1.0.5 ) xmms? ( >=media-sound/xmms-1.2.7* )" -DEPEND="${RDEPEND} +DEPEND="${RDEPEND} + >=sys-apps/sed-4 nls? ( sys-devel/gettext )" src_unpack() { |