diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2016-12-18 16:45:04 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2016-12-18 18:17:17 -0500 |
commit | 79e86cf00f8cf8e6d815ec100d52fff5ff940991 (patch) | |
tree | 04f7f1ed4f03ca6494a02e4f6a685f5666b0aaec /dev-php/symfony-event-dispatcher | |
parent | dev-php/symfony-event-dispatcher: add upstream/remote-id tag to metadata.xml. (diff) | |
download | gentoo-79e86cf00f8cf8e6d815ec100d52fff5ff940991.tar.gz gentoo-79e86cf00f8cf8e6d815ec100d52fff5ff940991.tar.bz2 gentoo-79e86cf00f8cf8e6d815ec100d52fff5ff940991.zip |
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
Diffstat (limited to 'dev-php/symfony-event-dispatcher')
-rw-r--r-- | dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.1.0-r1.ebuild (renamed from dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.1.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
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 index 9876de950411..7c4cc1a57005 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} |