diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-21 09:22:41 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-21 09:22:41 +0000 |
commit | 271f42d640a899a8232aed95b9251037111f84ce (patch) | |
tree | 865ab2420cfa7c37ecea5b2a4b9714ba164c9d66 /app-pda | |
parent | Stable on x86/amd64 wrt security bug 409103 (diff) | |
download | gentoo-2-271f42d640a899a8232aed95b9251037111f84ce.tar.gz gentoo-2-271f42d640a899a8232aed95b9251037111f84ce.tar.bz2 gentoo-2-271f42d640a899a8232aed95b9251037111f84ce.zip |
Force recent enough mp4v2 because I killed backwards compability with the last commit
(Portage version: 2.2.0_alpha92/cvs/Linux x86_64)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/gtkpod/gtkpod-2.1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-pda/gtkpod/gtkpod-2.1.1-r1.ebuild b/app-pda/gtkpod/gtkpod-2.1.1-r1.ebuild index 51fee988a3e1..8b90a08fe300 100644 --- a/app-pda/gtkpod/gtkpod-2.1.1-r1.ebuild +++ b/app-pda/gtkpod/gtkpod-2.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/gtkpod-2.1.1-r1.ebuild,v 1.1 2012/03/21 09:10:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/gtkpod-2.1.1-r1.ebuild,v 1.2 2012/03/21 09:22:41 ssuominen Exp $ EAPI=4 inherit eutils gnome2-utils @@ -23,7 +23,7 @@ COMMON_DEPEND="dev-libs/gdl:3 >=x11-libs/gtk+-3.0.8:3 aac? ( media-libs/faad2 - media-libs/libmp4v2 + >=media-libs/libmp4v2-1.9.1 ) clutter? ( media-libs/clutter-gtk:1.0 ) curl? ( >=net-misc/curl-7.10 ) |