diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-11-07 09:28:27 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-11-07 09:28:27 +0000 |
commit | 30ddc6cbd647e92f711cb70b372a8eb5754d627f (patch) | |
tree | ea11bd101bb7cb2ed9cf3b28f2f5d6d1ab7b98c1 /media-libs/libmatroska | |
parent | version bump (diff) | |
download | gentoo-2-30ddc6cbd647e92f711cb70b372a8eb5754d627f.tar.gz gentoo-2-30ddc6cbd647e92f711cb70b372a8eb5754d627f.tar.bz2 gentoo-2-30ddc6cbd647e92f711cb70b372a8eb5754d627f.zip |
Bump libebml requirement to 0.7.6 (which it builds against). The debian control file still reports 0.7.3 but bug #111726 shows different.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'media-libs/libmatroska')
-rw-r--r-- | media-libs/libmatroska/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libmatroska/libmatroska-0.8.0.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-libs/libmatroska/ChangeLog b/media-libs/libmatroska/ChangeLog index 63fbf745cfad..19cc2f13b122 100644 --- a/media-libs/libmatroska/ChangeLog +++ b/media-libs/libmatroska/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/libmatroska # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/ChangeLog,v 1.62 2005/11/05 17:13:34 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/ChangeLog,v 1.63 2005/11/07 09:28:27 flameeyes Exp $ + + 07 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> + libmatroska-0.8.0.ebuild: + Bump libebml requirement to 0.7.6 (which it builds against). The debian + control file still reports 0.7.3 but bug #111726 shows different. *libmatroska-0.8.0 (05 Nov 2005) diff --git a/media-libs/libmatroska/libmatroska-0.8.0.ebuild b/media-libs/libmatroska/libmatroska-0.8.0.ebuild index a3cb8379b296..ef34f1a0d366 100644 --- a/media-libs/libmatroska/libmatroska-0.8.0.ebuild +++ b/media-libs/libmatroska/libmatroska-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/libmatroska-0.8.0.ebuild,v 1.1 2005/11/05 17:13:34 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/libmatroska-0.8.0.ebuild,v 1.2 2005/11/07 09:28:27 flameeyes Exp $ IUSE="" @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -DEPEND=">=dev-libs/libebml-0.7.3" +DEPEND=">=dev-libs/libebml-0.7.6" src_unpack() { unpack ${A} |