diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2013-04-19 18:54:14 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2013-04-19 18:54:14 +0000 |
commit | 7665f2d0d4b68d4232ae9f2a8990ca7f461f9d69 (patch) | |
tree | 02568308816fc77f022c6e95484a1a40d505302b /media-libs/avidemux-core | |
parent | Require threadsafe sqlite, fixes bug 456172 (diff) | |
download | gentoo-2-7665f2d0d4b68d4232ae9f2a8990ca7f461f9d69.tar.gz gentoo-2-7665f2d0d4b68d4232ae9f2a8990ca7f461f9d69.tar.bz2 gentoo-2-7665f2d0d4b68d4232ae9f2a8990ca7f461f9d69.zip |
Added missing dev-lang/yasm[nls=] DEPEND to media-libs/avidemux-core-2.6.3[-system-ffmpeg], reported by Nikoli. Fixes bug #466318.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'media-libs/avidemux-core')
-rw-r--r-- | media-libs/avidemux-core/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/avidemux-core/avidemux-core-2.6.3.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/media-libs/avidemux-core/ChangeLog b/media-libs/avidemux-core/ChangeLog index bb6fc31fd64b..766aaec63fe8 100644 --- a/media-libs/avidemux-core/ChangeLog +++ b/media-libs/avidemux-core/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/avidemux-core # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/ChangeLog,v 1.5 2013/03/29 15:21:30 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/ChangeLog,v 1.6 2013/04/19 18:54:14 tomwij Exp $ + + 19 Apr 2013; Tom Wijsman <TomWij@gentoo.org> avidemux-core-2.6.3.ebuild: + Added missing dev-lang/yasm[nls=] DEPEND to media-libs/avidemux-core-2.6.3 + [-system-ffmpeg], reported by Nikoli. Fixes bug #466318. *avidemux-core-2.6.3 (29 Mar 2013) diff --git a/media-libs/avidemux-core/avidemux-core-2.6.3.ebuild b/media-libs/avidemux-core/avidemux-core-2.6.3.ebuild index e24f20cb6de3..04fd261ccf0e 100644 --- a/media-libs/avidemux-core/avidemux-core-2.6.3.ebuild +++ b/media-libs/avidemux-core/avidemux-core-2.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.3.ebuild,v 1.1 2013/03/29 15:10:12 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.3.ebuild,v 1.2 2013/04/19 18:54:14 tomwij Exp $ EAPI="5" @@ -35,6 +35,7 @@ RDEPEND=" DEPEND=" $DEPEND virtual/pkgconfig + !system-ffmpeg? ( dev-lang/yasm[nls=] ) " S="${WORKDIR}/${MY_P}" |