summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-05-04 02:19:52 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-05-04 02:19:52 +0000
commit2acf9f0552d1fbf42a3ce694ad23de72dab3fe14 (patch)
treee0a7adab40c413303246fc29abd1773185c18bc7 /media-libs
parentFix bug# 91320 (diff)
downloadgentoo-2-2acf9f0552d1fbf42a3ce694ad23de72dab3fe14.tar.gz
gentoo-2-2acf9f0552d1fbf42a3ce694ad23de72dab3fe14.tar.bz2
gentoo-2-2acf9f0552d1fbf42a3ce694ad23de72dab3fe14.zip
Just run revdep-rebuild instead of a bunch for all the possible old lib versions... silly upstream...
(Portage version: 2.0.51.21)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/flac/flac-1.1.2-r1.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/media-libs/flac/flac-1.1.2-r1.ebuild b/media-libs/flac/flac-1.1.2-r1.ebuild
index db543ebc5e48..6e97168d736e 100644
--- a/media-libs/flac/flac-1.1.2-r1.ebuild
+++ b/media-libs/flac/flac-1.1.2-r1.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/media-libs/flac/flac-1.1.2-r1.ebuild,v 1.1 2005/05/03 20:24:01 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.1.2-r1.ebuild,v 1.2 2005/05/04 02:19:52 eradicator Exp $
inherit libtool eutils flag-o-matic gcc
@@ -60,12 +60,9 @@ src_install() {
}
pkg_postinst() {
- ewarn "If you've upgraded from a previous version of flac, you may need to run"
- ewarn "one or more of the following:"
- ewarn "revdep-rebuild --soname libFLAC.so.4"
- ewarn "revdep-rebuild --soname libFLAC++.so.2"
- ewarn "revdep-rebuild --soname libFLAC.so.6"
- ewarn "revdep-rebuild --soname libFLAC++.so.4"
+ ewarn "If you've upgraded from a previous version of flac, you may need to re-emerge"
+ ewarn "packages that linked against flac by running:"
+ ewarn "revdep-rebuild"
}
# see #59482