dev-php/symfony-event-dispatcher: loosen restrictions on dependencies.
authorMichael Orlitzky <mjo@gentoo.org>
Sun, 18 Dec 2016 21:45:04 +0000 (16:45 -0500)
committerMichael Orlitzky <mjo@gentoo.org>
Sun, 18 Dec 2016 23:17:17 +0000 (18:17 -0500)
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

dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.1.0-r1.ebuild [moved from dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.1.0.ebuild with 94% similarity]

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 9876de950411227e29ece324143908e74b17b3c8..7c4cc1a57005ce7343cc0fe3b6e25bbddbabdc8d 100644 (file)
@@ -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}