diff options
author | Matthias Maier <tamiko@gentoo.org> | 2016-07-27 20:31:49 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2016-07-27 20:31:49 -0500 |
commit | db0af7c298f2077a4041387f3e11ae0ed3afb133 (patch) | |
tree | 36f4f3aea0b56f2ec765a0a73cbe6a14d979e6bf /app-emulation | |
parent | sys-kernel/gentoo-sources: Linux patch 4.6.5 (diff) | |
download | gentoo-db0af7c298f2077a4041387f3e11ae0ed3afb133.tar.gz gentoo-db0af7c298f2077a4041387f3e11ae0ed3afb133.tar.bz2 gentoo-db0af7c298f2077a4041387f3e11ae0ed3afb133.zip |
app-emulation/libvirt: Do not use REPLACING_VERSIONS, bug #589452
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libvirt/libvirt-1.3.5-r1.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-2.0.0.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-9999.ebuild | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/app-emulation/libvirt/libvirt-1.3.5-r1.ebuild b/app-emulation/libvirt/libvirt-1.3.5-r1.ebuild index b4d328938350..101501512d37 100644 --- a/app-emulation/libvirt/libvirt-1.3.5-r1.ebuild +++ b/app-emulation/libvirt/libvirt-1.3.5-r1.ebuild @@ -381,10 +381,6 @@ pkg_postinst() { use libvirtd || return 0 # From here, only libvirtd-related instructions, be warned! - if [[ -n ${REPLACING_VERSIONS} ]] && ! version_is_at_least 1.2.18-r2 ${REPLACING_VERSIONS} ]]; then - FORCE_PRINT_ELOG=true - fi - DOC_CONTENTS=$(<"${FILESDIR}/README.gentoo-r1") DISABLE_AUTOFORMATTING=true readme.gentoo_print_elog diff --git a/app-emulation/libvirt/libvirt-2.0.0.ebuild b/app-emulation/libvirt/libvirt-2.0.0.ebuild index 5e159aa73cb9..1cc40f0ca85f 100644 --- a/app-emulation/libvirt/libvirt-2.0.0.ebuild +++ b/app-emulation/libvirt/libvirt-2.0.0.ebuild @@ -380,10 +380,6 @@ pkg_postinst() { use libvirtd || return 0 # From here, only libvirtd-related instructions, be warned! - if [[ -n ${REPLACING_VERSIONS} ]] && ! version_is_at_least 1.2.18-r2 ${REPLACING_VERSIONS} ]]; then - FORCE_PRINT_ELOG=true - fi - DOC_CONTENTS=$(<"${FILESDIR}/README.gentoo-r1") DISABLE_AUTOFORMATTING=true readme.gentoo_print_elog diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild index 655075e53377..04d159674d03 100644 --- a/app-emulation/libvirt/libvirt-9999.ebuild +++ b/app-emulation/libvirt/libvirt-9999.ebuild @@ -377,10 +377,6 @@ pkg_postinst() { use libvirtd || return 0 # From here, only libvirtd-related instructions, be warned! - if [[ -n ${REPLACING_VERSIONS} ]] && ! version_is_at_least 1.2.18-r2 ${REPLACING_VERSIONS} ]]; then - FORCE_PRINT_ELOG=true - fi - DOC_CONTENTS=$(<"${FILESDIR}/README.gentoo-r1") DISABLE_AUTOFORMATTING=true readme.gentoo_print_elog |