diff options
author | Matthias Maier <tamiko@gentoo.org> | 2014-11-03 01:38:09 +0000 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2014-11-03 01:38:09 +0000 |
commit | 8089447a095b8622894839c6e4d8889585aeeca6 (patch) | |
tree | e9c666f8590a518883bdeb160250e9a3d331f0f2 | |
parent | add wireshark-plugins use flag, bug 508340; do not install into runtime paths... (diff) | |
download | gentoo-2-8089447a095b8622894839c6e4d8889585aeeca6.tar.gz gentoo-2-8089447a095b8622894839c6e4d8889585aeeca6.tar.bz2 gentoo-2-8089447a095b8622894839c6e4d8889585aeeca6.zip |
fix typo, print elog message when replacing...
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key BD3A97A3)
-rw-r--r-- | app-emulation/libvirt/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-1.2.9-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/libvirt/ChangeLog b/app-emulation/libvirt/ChangeLog index bab1c08c1438..66cfb0c1925f 100644 --- a/app-emulation/libvirt/ChangeLog +++ b/app-emulation/libvirt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/libvirt # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.379 2014/11/03 01:30:36 tamiko Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.380 2014/11/03 01:38:09 tamiko Exp $ + + 03 Nov 2014; Matthias Maier <tamiko@gentoo.org> libvirt-1.2.9-r1.ebuild: + fix typo, print elog message when replacing... *libvirt-1.2.9-r1 (03 Nov 2014) diff --git a/app-emulation/libvirt/libvirt-1.2.9-r1.ebuild b/app-emulation/libvirt/libvirt-1.2.9-r1.ebuild index 47eefab20287..6ea6649e5792 100644 --- a/app-emulation/libvirt/libvirt-1.2.9-r1.ebuild +++ b/app-emulation/libvirt/libvirt-1.2.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.9-r1.ebuild,v 1.1 2014/11/03 01:30:36 tamiko Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.9-r1.ebuild,v 1.2 2014/11/03 01:38:09 tamiko Exp $ EAPI=5 @@ -437,7 +437,7 @@ pkg_postinst() { elog "Ensure any resources your VMs use are accessible by qemu:qemu" fi - if [[ -z "${REPLACING_VERSIONS}" ]]; then + if [[ -n "${REPLACING_VERSIONS}" ]]; then elog "" elog "The systemd service-file configuration under /etc/sysconfig has" elog "been removed. Please use" |