diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-05-15 08:31:57 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-05-15 08:31:57 +0000 |
commit | 4606a4c7e1b7d4829b41e46f2f63307edc82ca9d (patch) | |
tree | 909233e1ca300e031d2bc3dc405e02351868918e /media-video | |
parent | Version bumps on the 6.0 (LTS) and 7.0 branches. (diff) | |
download | gentoo-2-4606a4c7e1b7d4829b41e46f2f63307edc82ca9d.tar.gz gentoo-2-4606a4c7e1b7d4829b41e46f2f63307edc82ca9d.tar.bz2 gentoo-2-4606a4c7e1b7d4829b41e46f2f63307edc82ca9d.zip |
Tests needs bc.
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/libav/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/libav/libav-9999.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/media-video/libav/ChangeLog b/media-video/libav/ChangeLog index 1103d66e2884..600d3b2324d3 100644 --- a/media-video/libav/ChangeLog +++ b/media-video/libav/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/libav # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.86 2012/05/15 08:12:11 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.87 2012/05/15 08:31:57 scarabeus Exp $ + + 15 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> libav-9999.ebuild: + Tests needs bc. 15 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> libav-9999.ebuild: Sort IUSE to not contain dupes. Expand tools with all the available binaries. diff --git a/media-video/libav/libav-9999.ebuild b/media-video/libav/libav-9999.ebuild index f296214eb3b0..ccdee3a8cdb2 100644 --- a/media-video/libav/libav-9999.ebuild +++ b/media-video/libav/libav-9999.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/media-video/libav/libav-9999.ebuild,v 1.46 2012/05/15 08:12:11 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9999.ebuild,v 1.47 2012/05/15 08:31:57 scarabeus Exp $ EAPI=4 @@ -98,6 +98,7 @@ DEPEND="${RDEPEND} rtmp? ( virtual/pkgconfig ) schroedinger? ( virtual/pkgconfig ) ssl? ( virtual/pkgconfig ) + test? ( sys-devel/bc ) truetype? ( virtual/pkgconfig ) v4l? ( sys-kernel/linux-headers ) " |