diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-11-27 04:20:08 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-11-27 04:20:08 +0000 |
commit | 41fce7a58d503e4c384135e35dbf3ab931838739 (patch) | |
tree | bc0b1188e92096a237c4c74cd8846ff51964e290 /x11-plugins | |
parent | Change for Bug #72531, nss and nspr keep playing games with their install paths (diff) | |
download | historical-41fce7a58d503e4c384135e35dbf3ab931838739.tar.gz historical-41fce7a58d503e4c384135e35dbf3ab931838739.tar.bz2 historical-41fce7a58d503e4c384135e35dbf3ab931838739.zip |
Simplying dependencies
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gaim-encryption/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/x11-plugins/gaim-encryption/Manifest b/x11-plugins/gaim-encryption/Manifest index ebd1921580b8..1bed1352d022 100644 --- a/x11-plugins/gaim-encryption/Manifest +++ b/x11-plugins/gaim-encryption/Manifest @@ -1,6 +1,6 @@ MD5 e566459fd5f9179e3c068c64f7062ca5 ChangeLog 9352 MD5 0edaa1a5379f75c550625a7015de0841 gaim-encryption-2.32.ebuild 1125 MD5 ab7db4bf9ff48c8de9da14fd12f6c15c metadata.xml 344 -MD5 7bb29825f5986ced53558257daf9ab7e gaim-encryption-2.32-r1.ebuild 1142 +MD5 0fd9ee417642c45cbfe57a8eac7cc264 gaim-encryption-2.32-r1.ebuild 1127 MD5 ff64a30a61d21ad47aab6594e4b1325b files/digest-gaim-encryption-2.32-r1 72 MD5 ff64a30a61d21ad47aab6594e4b1325b files/digest-gaim-encryption-2.32 72 diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild index edeb07b63c3c..4280b39fbddc 100644 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild +++ b/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.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/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild,v 1.1 2004/11/27 02:07:26 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild,v 1.2 2004/11/27 04:20:08 rizzo Exp $ inherit flag-o-matic eutils debug @@ -14,8 +14,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~ppc64" IUSE="" DEPEND=">=net-im/gaim-1.0.1 - >=dev-libs/nspr-4.4.1-r2 - dev-libs/nss" + >=dev-libs/nss-3.9.2-r2" src_compile() { local myconf |