summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2005-03-10 23:34:51 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2005-03-10 23:34:51 +0000
commita02139229f2c0768c5782108efb68a38ab61632a (patch)
tree050ec8889ed69c2ebc58185ee8bd8577d5da868f /net-mail/uw-imap
parentRemove ipsec-tools mask, thanks to resolution of bug #77369 problems (diff)
downloadgentoo-2-a02139229f2c0768c5782108efb68a38ab61632a.tar.gz
gentoo-2-a02139229f2c0768c5782108efb68a38ab61632a.tar.bz2
gentoo-2-a02139229f2c0768c5782108efb68a38ab61632a.zip
Tiny cleanup in symlink creation of the .so.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-mail/uw-imap')
-rw-r--r--net-mail/uw-imap/ChangeLog5
-rw-r--r--net-mail/uw-imap/uw-imap-2004c-r3.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/net-mail/uw-imap/ChangeLog b/net-mail/uw-imap/ChangeLog
index aa0dae0b3cac..3a20ac8172de 100644
--- a/net-mail/uw-imap/ChangeLog
+++ b/net-mail/uw-imap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/uw-imap
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/ChangeLog,v 1.66 2005/03/06 07:55:20 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/ChangeLog,v 1.67 2005/03/10 23:34:51 cryos Exp $
+
+ 10 Mar 2005; Marcus D. Hanwell <cryos@gentoo.org> uw-imap-2004c-r3.ebuild:
+ Tiny cleanup in symlink creation of the .so.
06 Mar 2005; Bryan Østergaard <kloeri@gentoo.org>
uw-imap-2004c-r3.ebuild:
diff --git a/net-mail/uw-imap/uw-imap-2004c-r3.ebuild b/net-mail/uw-imap/uw-imap-2004c-r3.ebuild
index dca0621678e2..efa706db7445 100644
--- a/net-mail/uw-imap/uw-imap-2004c-r3.ebuild
+++ b/net-mail/uw-imap/uw-imap-2004c-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2004c-r3.ebuild,v 1.8 2005/03/06 07:55:20 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2004c-r3.ebuild,v 1.9 2005/03/10 23:34:51 cryos Exp $
inherit eutils flag-o-matic
@@ -153,10 +153,10 @@ src_install() {
fi
if use amd64; then
- dolib.so c-client/libc-client.so*
+ dolib.so c-client/libc-client.so.1.0.0
cd ${D}/usr/$(get_libdir)
ln -s libc-client.so.1.0.0 libc-client.so.1
- ln -s libc-client.so.1 libc-client.so
+ ln -s libc-client.so.1.0.0 libc-client.so
fi
cd ${S}