commit:     79e86cf00f8cf8e6d815ec100d52fff5ff940991
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 21:45:04 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 23:17:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e86cf0

dev-php/symfony-event-dispatcher: loosen restrictions on dependencies.

One of this package's dependencies was declared with the tilde "~"
operator. Per discussion with the maintainer, these are probably
better off being "newer than" operators. We retain the lower bound set
by upstream.

Package-Manager: portage-2.3.0

 ...dispatcher-2.1.0.ebuild => symfony-event-dispatcher-2.1.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.1.0.ebuild 
b/dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.1.0-r1.ebuild
similarity index 94%
rename from 
dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.1.0.ebuild
rename to 
dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.1.0-r1.ebuild
index 9876de9..7c4cc1a 100644
--- a/dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.1.0.ebuild
+++ b/dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.1.0-r1.ebuild
@@ -16,7 +16,7 @@ IUSE="test"
 RDEPEND="
        dev-lang/php:*
        dev-php/fedora-autoloader
-       ~dev-php/symfony-dependency-injection-2.1.0"
+       >=dev-php/symfony-dependency-injection-2.1.0"
 DEPEND="
        test? (
                ${RDEPEND}

Reply via email to