diff options
author | 2009-09-17 06:14:10 +0000 | |
---|---|---|
committer | 2009-09-17 06:14:10 +0000 | |
commit | 3c1e4f19d78d5ec1b08a9d8b909f60d1f45b8179 (patch) | |
tree | 8e47da4e174734cd97f3b337428862bcef787eef /x11-libs/libxcb/libxcb-1.4-r1.ebuild | |
parent | x11-libs/libxcb: drop old ebuilds (diff) | |
download | historical-3c1e4f19d78d5ec1b08a9d8b909f60d1f45b8179.tar.gz historical-3c1e4f19d78d5ec1b08a9d8b909f60d1f45b8179.tar.bz2 historical-3c1e4f19d78d5ec1b08a9d8b909f60d1f45b8179.zip |
x11-libs/libxcb: remove the call to preserve_old_lib_notify, it's confusing
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/libxcb/libxcb-1.4-r1.ebuild')
-rw-r--r-- | x11-libs/libxcb/libxcb-1.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libxcb/libxcb-1.4-r1.ebuild b/x11-libs/libxcb/libxcb-1.4-r1.ebuild index 9f52889845f8..5fe1d40f184b 100644 --- a/x11-libs/libxcb/libxcb-1.4-r1.ebuild +++ b/x11-libs/libxcb/libxcb-1.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.4-r1.ebuild,v 1.1 2009/09/14 16:10:44 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.4-r1.ebuild,v 1.2 2009/09/17 06:14:10 remi Exp $ EAPI="2" @@ -44,9 +44,9 @@ pkg_preinst() { pkg_postinst() { x-modular_pkg_postinst - preserve_old_lib_notify "${ROOT}"/usr/$(get_libdir)/libxcb-xlib.so.0.0.0 if [[ -e "${ROOT}"/usr/$(get_libdir)/libxcb-xlib.so.0.0.0 ]]; then + echo ewarn "libxcb-xlib.so is no longer shipped by ${PN} but was kept on your system" ewarn ewarn "While your system will still work, emerging new packages or updates" |