diff options
author | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2011-11-14 12:30:21 +0100 |
---|---|---|
committer | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2011-11-14 12:30:21 +0100 |
commit | 548296292b51b2a1c6fd2acfb7fdd9f571553f63 (patch) | |
tree | 2064d75ace2fcaedb21f40f8d9bfa15d8ada2b14 | |
parent | geany: switch to git (diff) | |
download | sardemff7-548296292b51b2a1c6fd2acfb7fdd9f571553f63.tar.gz sardemff7-548296292b51b2a1c6fd2acfb7fdd9f571553f63.tar.bz2 sardemff7-548296292b51b2a1c6fd2acfb7fdd9f571553f63.zip |
moz: bump libvpx requirement
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
-rw-r--r-- | eclass/mozilla-app.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mozilla-app.eclass b/eclass/mozilla-app.eclass index 8ece7c1..6e5fc56 100644 --- a/eclass/mozilla-app.eclass +++ b/eclass/mozilla-app.eclass @@ -54,7 +54,7 @@ RDEPEND=" libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) system-sqlite? ( >=dev-db/sqlite-3.7.5[fts3,secure-delete,unlock-notify] ) - webm? ( media-libs/libvpx ) + webm? ( >=media-libs/libvpx-0.9.7 ) wifi? ( net-wireless/wireless-tools ) " |