diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-09-29 03:21:40 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-09-29 03:21:40 +0000 |
commit | f248f458e21e8a2b159e6d32129145a0ec1472b9 (patch) | |
tree | adcbbc659a3af0fc8aa6d26b28c45747fdc5bc6a | |
parent | Adding PBZIP2 license. (diff) | |
download | gentoo-2-f248f458e21e8a2b159e6d32129145a0ec1472b9.tar.gz gentoo-2-f248f458e21e8a2b159e6d32129145a0ec1472b9.tar.bz2 gentoo-2-f248f458e21e8a2b159e6d32129145a0ec1472b9.zip |
Commenting out the revdep-rebuild line as it doesn't appear to be the case for 0.98 -> 0.99.
-rw-r--r-- | media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.99.0.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.99.0.ebuild b/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.99.0.ebuild index 1a8cddfcf609..ee22e3f15166 100644 --- a/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.99.0.ebuild +++ b/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.99.0.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/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.99.0.ebuild,v 1.8 2004/09/28 04:29:15 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.99.0.ebuild,v 1.9 2004/09/29 03:21:40 eradicator Exp $ IUSE="altivec alsa caps doc debug jack-tmpfs oss portaudio" @@ -84,8 +84,8 @@ src_install() { rm -rf ${D}/usr/share/doc/${PF}/reference } -pkg_postinst() { - einfo "Because of some ABI changes in jack, you may need to re-emerge." - einfo "packages that use jack by running the following:" - einfo " revdep-rebuild --soname libjack.so.0" -} +#pkg_postinst() { +# einfo "Because of some ABI changes in jack, you may need to re-emerge." +# einfo "packages that use jack by running the following:" +# einfo " revdep-rebuild --soname libjack.so.0" +#} |