diff options
author | Steve Dibb <beandog@gentoo.org> | 2010-06-05 22:30:11 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2010-06-05 22:30:11 +0000 |
commit | b4265e710ed6b0b455a38e330474818e16fd9c44 (patch) | |
tree | 7d852b5ef0daf17f99383f85f4543e03b0f97584 /media-libs/libmatroska | |
parent | Fix DEPEND (diff) | |
download | gentoo-2-b4265e710ed6b0b455a38e330474818e16fd9c44.tar.gz gentoo-2-b4265e710ed6b0b455a38e330474818e16fd9c44.tar.bz2 gentoo-2-b4265e710ed6b0b455a38e330474818e16fd9c44.zip |
Fix DEPEND
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libmatroska')
-rw-r--r-- | media-libs/libmatroska/libmatroska-0.8.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-libs/libmatroska/libmatroska-0.8.1.ebuild b/media-libs/libmatroska/libmatroska-0.8.1.ebuild index b698d7d37f26..bdf8e8849e6b 100644 --- a/media-libs/libmatroska/libmatroska-0.8.1.ebuild +++ b/media-libs/libmatroska/libmatroska-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/libmatroska-0.8.1.ebuild,v 1.10 2010/06/05 22:21:41 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/libmatroska-0.8.1.ebuild,v 1.11 2010/06/05 22:30:11 beandog Exp $ inherit flag-o-matic eutils toolchain-funcs @@ -13,8 +13,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" -DEPEND=">=dev-libs/libebml-0.7.6 - <=dev-libs/libebml-1.0.0" +DEPEND="<dev-libs/libebml-0.8.0" src_unpack() { unpack ${A} |