diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-10-20 04:53:20 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-10-20 04:53:20 +0000 |
commit | 4dff5593887040074675f35880811551dec900bb (patch) | |
tree | 8022030b049794c041f8bce41feb5faa82ea769c /x11-plugins | |
parent | Version bumped. Uses font.eclass. (Manifest recommit) (diff) | |
download | gentoo-2-4dff5593887040074675f35880811551dec900bb.tar.gz gentoo-2-4dff5593887040074675f35880811551dec900bb.tar.bz2 gentoo-2-4dff5593887040074675f35880811551dec900bb.zip |
NSS maintainer decided to change where the libs are installed, without revision bump. This will force people to now re-install nss. Fixes bug #67427
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gaim-encryption/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/gaim-encryption/gaim-encryption-2.32.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-plugins/gaim-encryption/ChangeLog b/x11-plugins/gaim-encryption/ChangeLog index 449a1e2ae75f..efc5fc5aa7ac 100644 --- a/x11-plugins/gaim-encryption/ChangeLog +++ b/x11-plugins/gaim-encryption/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/gaim-encryption # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/ChangeLog,v 1.32 2004/10/16 23:01:55 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/ChangeLog,v 1.33 2004/10/20 04:53:20 rizzo Exp $ + + 19 Oct 2004; Don Seiler <rizzo@gentoo.org> gaim-encryption-2.32.ebuild: + NSS maintainer decided to change where the libs are installed, without + revision bump. This will force people to now re-install nss. Fixes bug + #67427 *gaim-encryption-2.32 (16 Oct 2004) diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.32.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.32.ebuild index de8f2112cf3b..b78dd07c246a 100644 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.32.ebuild +++ b/x11-plugins/gaim-encryption/gaim-encryption-2.32.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.ebuild,v 1.2 2004/10/17 15:32:44 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.32.ebuild,v 1.3 2004/10/20 04:53:20 rizzo Exp $ inherit flag-o-matic eutils debug @@ -24,7 +24,7 @@ src_compile() { myconf="${myconf} --with-nspr-includes=${NSS_INC}/nspr" myconf="${myconf} --with-nss-includes=${NSS_INC}/nss" myconf="${myconf} --with-nspr-libs=${NSS_LIB}" - myconf="${myconf} --with-nss-libs=${NSS_LIB}" + myconf="${myconf} --with-nss-libs=${NSS_LIB}/nss" econf ${myconf} || die "Configuration failed" einfo "Replacing -Os CFLAG with -O2" |