summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2012-09-10 21:34:44 +0000
committerWilliam Hubbs <williamh@gentoo.org>2012-09-10 21:34:44 +0000
commit9ae76b522a132b367e21607201296d010096c34c (patch)
tree4401d18737b09ae5f7d321b8e9bd161a9f08892c /sys-fs
parentAdd initial version of iPXE 1.0.0+ (diff)
downloadgentoo-2-9ae76b522a132b367e21607201296d010096c34c.tar.gz
gentoo-2-9ae76b522a132b367e21607201296d010096c34c.tar.bz2
gentoo-2-9ae76b522a132b367e21607201296d010096c34c.zip
Fix location for preserved library for #434632, thanks to Pacho Ramos.
(Portage version: 2.2.0_alpha125/cvs/Linux i686)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/udev/ChangeLog6
-rw-r--r--sys-fs/udev/udev-189.ebuild6
-rw-r--r--sys-fs/udev/udev-9999.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog
index 7a46c8868ac7..be556f358c60 100644
--- a/sys-fs/udev/ChangeLog
+++ b/sys-fs/udev/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/udev
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.718 2012/09/10 21:20:45 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.719 2012/09/10 21:34:44 williamh Exp $
+
+ 10 Sep 2012; William Hubbs <williamh@gentoo.org> udev-189.ebuild,
+ udev-9999.ebuild:
+ Fix location for preserved library for #434632, thanks to Pacho Ramos.
10 Sep 2012; William Hubbs <williamh@gentoo.org> -udev-188.ebuild:
remove old version
diff --git a/sys-fs/udev/udev-189.ebuild b/sys-fs/udev/udev-189.ebuild
index 6272075786c1..26ad36f90303 100644
--- a/sys-fs/udev/udev-189.ebuild
+++ b/sys-fs/udev/udev-189.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-189.ebuild,v 1.1 2012/08/24 16:21:22 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-189.ebuild,v 1.2 2012/09/10 21:34:44 williamh Exp $
EAPI=4
@@ -305,7 +305,7 @@ pkg_preinst()
/usr/share/gtk-doc/html/${htmldir}
fi
done
- preserve_old_lib /usr/$(get_libdir)/libudev.so.0
+ preserve_old_lib /$(get_libdir)/libudev.so.0
}
# This function determines if a directory is a mount point.
@@ -404,7 +404,7 @@ pkg_postinst()
ewarn "generator. If you need persistent names for these devices,"
ewarn "place udev rules for them in ${ROOT}etc/udev/rules.d."
- preserve_old_lib_notify /usr/$(get_libdir)/libudev.so.0
+ preserve_old_lib_notify /$(get_libdir)/libudev.so.0
elog
elog "For more information on udev on Gentoo, writing udev rules, and"
diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild
index 2dc219ae44de..aa1a0f88aea6 100644
--- a/sys-fs/udev/udev-9999.ebuild
+++ b/sys-fs/udev/udev-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.110 2012/08/15 19:44:05 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.111 2012/09/10 21:34:44 williamh Exp $
EAPI=4
@@ -305,7 +305,7 @@ pkg_preinst()
/usr/share/gtk-doc/html/${htmldir}
fi
done
- preserve_old_lib /usr/$(get_libdir)/libudev.so.0
+ preserve_old_lib /$(get_libdir)/libudev.so.0
}
# This function determines if a directory is a mount point.
@@ -404,7 +404,7 @@ pkg_postinst()
ewarn "generator. If you need persistent names for these devices,"
ewarn "place udev rules for them in ${ROOT}etc/udev/rules.d."
- preserve_old_lib_notify /usr/$(get_libdir)/libudev.so.0
+ preserve_old_lib_notify /$(get_libdir)/libudev.so.0
elog
elog "For more information on udev on Gentoo, writing udev rules, and"