diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-02-24 03:07:36 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-02-24 03:07:36 +0000 |
commit | a2a1a335387329fd87597ecbafaf0aa9fbb6d34f (patch) | |
tree | 5b11df4364e2404467d4a49be6d9a3e66810e9be /net-misc/howl | |
parent | Suppress strict-aliasing warnings in jpl package since it is built with -fno-... (diff) | |
download | gentoo-2-a2a1a335387329fd87597ecbafaf0aa9fbb6d34f.tar.gz gentoo-2-a2a1a335387329fd87597ecbafaf0aa9fbb6d34f.tar.bz2 gentoo-2-a2a1a335387329fd87597ecbafaf0aa9fbb6d34f.zip |
fix preserve_old_lib usage (bug #167991)
(Portage version: 2.1.2-r10)
Diffstat (limited to 'net-misc/howl')
-rw-r--r-- | net-misc/howl/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/howl/howl-1.0.0.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-misc/howl/ChangeLog b/net-misc/howl/ChangeLog index f8518c2767f8..42b241180a7f 100644 --- a/net-misc/howl/ChangeLog +++ b/net-misc/howl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/howl # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/ChangeLog,v 1.44 2007/02/22 12:17:56 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/ChangeLog,v 1.45 2007/02/24 03:07:36 compnerd Exp $ + + 24 Feb 2007; Saleem Abdulrasool <compnerd@gentoo.org> howl-1.0.0.ebuild: + Fix preserve_old_lib usage (bug #167991) 22 Feb 2007; Tristan Heaven <nyhm@gentoo.org> metadata.xml: Restore Japanese longdescription diff --git a/net-misc/howl/howl-1.0.0.ebuild b/net-misc/howl/howl-1.0.0.ebuild index 1c5a0d57db93..93c8fa8197e5 100644 --- a/net-misc/howl/howl-1.0.0.ebuild +++ b/net-misc/howl/howl-1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-1.0.0.ebuild,v 1.12 2006/10/21 18:47:02 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-1.0.0.ebuild,v 1.13 2007/02/24 03:07:36 compnerd Exp $ inherit eutils flag-o-matic @@ -55,7 +55,9 @@ src_install() { # Fix the perms on the init scripts fperms a+x /etc/init.d/nifd /etc/init.d/mDNSResponder +} +pkg_preinst() { # howl-0.9.8 introduces a change in library naming, # preserve old libraries to not break things preserve_old_lib /usr/$(get_libdir)/libhowl-[0-9].[0-9].[0-9].so.[0-9].[0-9].[0-9] |