diff options
author | Steve Dibb <beandog@gentoo.org> | 2010-06-05 22:32:52 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2010-06-05 22:32:52 +0000 |
commit | 47ae4582cfb791ae0d1dd75f173c04bf9321c961 (patch) | |
tree | d3402b0800085bfd3fa5d4f04efb35b74be4641c /media-libs | |
parent | Fix DEPEND (diff) | |
download | gentoo-2-47ae4582cfb791ae0d1dd75f173c04bf9321c961.tar.gz gentoo-2-47ae4582cfb791ae0d1dd75f173c04bf9321c961.tar.bz2 gentoo-2-47ae4582cfb791ae0d1dd75f173c04bf9321c961.zip |
Fix DEPEND typo
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libmatroska/libmatroska-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libmatroska/libmatroska-0.9.0.ebuild b/media-libs/libmatroska/libmatroska-0.9.0.ebuild index 62644cf64d66..000ee8a68278 100644 --- a/media-libs/libmatroska/libmatroska-0.9.0.ebuild +++ b/media-libs/libmatroska/libmatroska-0.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/libmatroska-0.9.0.ebuild,v 1.2 2010/06/05 22:00:45 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/libmatroska-0.9.0.ebuild,v 1.3 2010/06/05 22:32:52 beandog Exp $ EAPI="2" @@ -16,7 +16,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-libs/libebml-0.8.0 - <=dev-libs/libebml-1.0.0" + <dev-libs/libebml-1.0.0" src_prepare() { epatch "${FILESDIR}/${P}-respectflags.patch" |