diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-06-23 10:59:47 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-06-23 13:23:25 +0200 |
commit | 836651b8b9983f9328aa1c35a104d74b4443f9c6 (patch) | |
tree | cee163c9c3e6be7c021e83b7efcb17608801dbcb /app-misc/wyrd | |
parent | Revert "dev-util/coccinelle: Remove := op from || dep, #586304" (diff) | |
download | gentoo-836651b8b9983f9328aa1c35a104d74b4443f9c6.tar.gz gentoo-836651b8b9983f9328aa1c35a104d74b4443f9c6.tar.bz2 gentoo-836651b8b9983f9328aa1c35a104d74b4443f9c6.zip |
Revert "app-misc/wyrd: Remove := slot op from || dep, #586304"
This reverts commit 09756db2fb6945d1b767b68f4017e6f1d4e6b66a.
This commit is wrong in several aspects:
- Such changes should come with a revbump
- Removing := deps causes packages not to be rebuilt on upgrades, causing
barely understandable build failures when upgrading, later on.
Thanks to this commit, people that have installed those packages will
likely experience those failures with the upcoming ocaml 4.03 unmask.
- This is a non maintainer commit where no discussion at all happened with the
maintainers during the 3 days between bug report and mass commit.
Such discussion could have prevented the above mentioned breakage.
Proper fix is to drop the backward compatibility part of the || () dep. This fix
was slowly moving forward whenever possible and noticed. Main blocker for this is
bug #463018 which requires taking extra care for not breaking the stable tree
nor needlessly preventing future stabilization of packages.
Diffstat (limited to 'app-misc/wyrd')
-rw-r--r-- | app-misc/wyrd/wyrd-1.4.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/wyrd/wyrd-1.4.6.ebuild b/app-misc/wyrd/wyrd-1.4.6.ebuild index 660a8229990f..a6f57895aac3 100644 --- a/app-misc/wyrd/wyrd-1.4.6.ebuild +++ b/app-misc/wyrd/wyrd-1.4.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ IUSE="unicode" RDEPEND=" sys-libs/ncurses[unicode?] >=app-misc/remind-03.01 - || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 ) + || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 ) " DEPEND="${RDEPEND} >=dev-lang/ocaml-3.08 |