diff options
author | 2004-06-25 02:59:41 +0000 | |
---|---|---|
committer | 2004-06-25 02:59:41 +0000 | |
commit | 706edc4f89648f2b43434c40c9e89650b540dc63 (patch) | |
tree | df6c01753a74c0551f95cc4653d2c50afb0ea9ff | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-706edc4f89648f2b43434c40c9e89650b540dc63.tar.gz gentoo-2-706edc4f89648f2b43434c40c9e89650b540dc63.tar.bz2 gentoo-2-706edc4f89648f2b43434c40c9e89650b540dc63.zip |
Correcting DEPENDS
-rw-r--r-- | net-im/gaim-encryption/gaim-encryption-2.26.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/gaim-encryption/gaim-encryption-2.26.ebuild b/net-im/gaim-encryption/gaim-encryption-2.26.ebuild index 55d158d03d59..71cd7490591a 100644 --- a/net-im/gaim-encryption/gaim-encryption-2.26.ebuild +++ b/net-im/gaim-encryption/gaim-encryption-2.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-encryption/gaim-encryption-2.26.ebuild,v 1.2 2004/06/24 22:51:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-encryption/gaim-encryption-2.26.ebuild,v 1.3 2004/06/25 02:59:41 rizzo Exp $ inherit flag-o-matic eutils use debug && inherit debug @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~x86 ~sparc ~amd64 ~ppc ~alpha ~ia64 ~hppa ~mips" IUSE="debug" -DEPEND=">=net-im/gaim-0.78 +DEPEND="~net-im/gaim-0.78 dev-libs/nss" src_compile() { |