summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2016-08-27 23:35:47 +0200
committerMartin Väth <martin@mvath.de>2016-08-27 23:35:47 +0200
commit222068252f6192c1737b4987256994c98b0ed42f (patch)
treedbc9824303b3bd760bda565e82a9b96ab21d2443
parentapp-portage/portage-postsyncd-mv: Version bump (diff)
downloadmv-222068252f6192c1737b4987256994c98b0ed42f.tar.gz
mv-222068252f6192c1737b4987256994c98b0ed42f.tar.bz2
mv-222068252f6192c1737b4987256994c98b0ed42f.zip
app-portage/portage-bashrc-mv: Fix REPLACING_VERSIONS usage
-rw-r--r--app-portage/portage-bashrc-mv/portage-bashrc-mv-13.12.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/portage-bashrc-mv/portage-bashrc-mv-13.12.ebuild b/app-portage/portage-bashrc-mv/portage-bashrc-mv-13.12.ebuild
index 36fb72eb..bff28960 100644
--- a/app-portage/portage-bashrc-mv/portage-bashrc-mv-13.12.ebuild
+++ b/app-portage/portage-bashrc-mv/portage-bashrc-mv-13.12.ebuild
@@ -26,8 +26,8 @@ src_install() {
}
pkg_postinst() {
- case ${REPLACING_VERSIONS} in
- [0-9].*|1[0-2].*)
+ case " ${REPLACING_VERSIONS}" in
+ *' '[0-9].*|*' '1[0-2].*)
ewarn "Remember to run /usr/share/doc/${PF}/fix-portage-2.2.15"
ewarn "as the first command after upgrading to >=portage-2.2.15"
ewarn "See NEWS for details";;