diff options
author | 2006-03-09 23:48:19 +0000 | |
---|---|---|
committer | 2006-03-09 23:48:19 +0000 | |
commit | 6a81952128e602cd9494020cc8732eeb51e0bfad (patch) | |
tree | a6393cf80688c41ab892948b9400a8227ed84ba0 /dev-libs/libevent/libevent-1.1a.ebuild | |
parent | sys-apps/gradm stable on ppc. (diff) | |
download | gentoo-2-6a81952128e602cd9494020cc8732eeb51e0bfad.tar.gz gentoo-2-6a81952128e602cd9494020cc8732eeb51e0bfad.tar.bz2 gentoo-2-6a81952128e602cd9494020cc8732eeb51e0bfad.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/libevent/libevent-1.1a.ebuild')
-rw-r--r-- | dev-libs/libevent/libevent-1.1a.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libevent/libevent-1.1a.ebuild b/dev-libs/libevent/libevent-1.1a.ebuild index 5207336b01be..c3d8c13824e2 100644 --- a/dev-libs/libevent/libevent-1.1a.ebuild +++ b/dev-libs/libevent/libevent-1.1a.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-1.1a.ebuild,v 1.8 2005/12/24 16:36:59 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-1.1a.ebuild,v 1.9 2006/03/09 23:48:19 vapier Exp $ DESCRIPTION="A library to execute a function when a specific event occurs on a file descriptor" HOMEPAGE="http://monkey.org/~provos/libevent/" @@ -47,7 +47,7 @@ pkg_postinst() { ewarn "to rebuild all packages that were built with libevent-1.0x." ewarn ewarn "Run the following to see which packages will be rebuilt:" - ewarn " revdep-rebuild --soname ${ver}.so.1 -p" + ewarn " revdep-rebuild --library ${ver}.so.1 -p" ewarn ewarn "If you are satisfied with the output, re-run without the '-p' to rebuild." ewarn |