diff options
author | Olivier Crête <tester@gentoo.org> | 2006-11-25 18:00:24 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2006-11-25 18:00:24 +0000 |
commit | 7b3240119a4f2e5b412f28653ffe84e6b4a10aee (patch) | |
tree | 161c404d487917fedc9e862c48c98292add5a64c /x11-plugins/gaim-encryption | |
parent | close 146735 (diff) | |
download | gentoo-2-7b3240119a4f2e5b412f28653ffe84e6b4a10aee.tar.gz gentoo-2-7b3240119a4f2e5b412f28653ffe84e6b4a10aee.tar.bz2 gentoo-2-7b3240119a4f2e5b412f28653ffe84e6b4a10aee.zip |
Oops, dont use globbing with >=...
(Portage version: 2.1.1-r2)
Diffstat (limited to 'x11-plugins/gaim-encryption')
-rw-r--r-- | x11-plugins/gaim-encryption/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/gaim-encryption/gaim-encryption-3.0_beta7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-plugins/gaim-encryption/ChangeLog b/x11-plugins/gaim-encryption/ChangeLog index 97e920d21ed8..1fc98847eb18 100644 --- a/x11-plugins/gaim-encryption/ChangeLog +++ b/x11-plugins/gaim-encryption/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gaim-encryption # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/ChangeLog,v 1.86 2006/11/24 03:11:09 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/ChangeLog,v 1.87 2006/11/25 18:00:24 tester Exp $ + + 25 Nov 2006; Olivier Crête <tester@gentoo.org> + gaim-encryption-3.0_beta7.ebuild: + Oops, dont use globbing with >=... 24 Nov 2006; Olivier Crête <tester@gentoo.org> -files/gaim-encryption-3.0beta4-configure.patch, diff --git a/x11-plugins/gaim-encryption/gaim-encryption-3.0_beta7.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-3.0_beta7.ebuild index b9a58520ebbe..478804db289c 100644 --- a/x11-plugins/gaim-encryption/gaim-encryption-3.0_beta7.ebuild +++ b/x11-plugins/gaim-encryption/gaim-encryption-3.0_beta7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-3.0_beta7.ebuild,v 1.2 2006/11/24 03:08:15 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-3.0_beta7.ebuild,v 1.3 2006/11/25 18:00:24 tester Exp $ inherit flag-o-matic debug eutils @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="nls" -DEPEND=">=net-im/gaim-2.0_beta1* +DEPEND=">=net-im/gaim-2.0_beta1 >=dev-libs/nss-3.11" src_compile() { |