summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-09 23:49:09 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-09 23:49:09 +0000
commit42316f4b5a3ec4381a39712cca34180e2aa6bab6 (patch)
tree9331203c329742c76eff8f3968fffb8aebb48340 /dev-libs/openssl/openssl-0.9.7g-r1.ebuild
parentUse revdep-rebuild --library instead of revdep-rebuild --soname #125506 by Ca... (diff)
downloadgentoo-2-42316f4b5a3ec4381a39712cca34180e2aa6bab6.tar.gz
gentoo-2-42316f4b5a3ec4381a39712cca34180e2aa6bab6.tar.bz2
gentoo-2-42316f4b5a3ec4381a39712cca34180e2aa6bab6.zip
Use revdep-rebuild --library instead of revdep-rebuild --soname #125506 by Carsten Lohrke.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'dev-libs/openssl/openssl-0.9.7g-r1.ebuild')
-rw-r--r--dev-libs/openssl/openssl-0.9.7g-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/openssl/openssl-0.9.7g-r1.ebuild b/dev-libs/openssl/openssl-0.9.7g-r1.ebuild
index b4a8c3e24a5f..8a848233ba1b 100644
--- a/dev-libs/openssl/openssl-0.9.7g-r1.ebuild
+++ b/dev-libs/openssl/openssl-0.9.7g-r1.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/dev-libs/openssl/openssl-0.9.7g-r1.ebuild,v 1.2 2006/01/06 01:06:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.7g-r1.ebuild,v 1.3 2006/03/09 23:49:09 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -166,8 +166,8 @@ pkg_postinst() {
if [[ -e ${ROOT}/usr/lib/libcrypto.so.0.9.6 ]] ; then
ewarn "You must re-compile all packages that are linked against"
ewarn "OpenSSL 0.9.6 by using revdep-rebuild from gentoolkit:"
- ewarn "# revdep-rebuild --soname libssl.so.0.9.6"
- ewarn "# revdep-rebuild --soname libcrypto.so.0.9.6"
+ ewarn "# revdep-rebuild --library libssl.so.0.9.6"
+ ewarn "# revdep-rebuild --library libcrypto.so.0.9.6"
ewarn "After this, you can delete /usr/lib/libssl.so.0.9.6 and /usr/lib/libcrypto.so.0.9.6"
touch -c "${ROOT}"/usr/lib/lib{crypto,ssl}.so.0.9.6
fi