diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-08-13 12:32:04 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-08-13 12:32:04 +0000 |
commit | cf87c84c3d429418c0a9f0926f054c08fbb8541e (patch) | |
tree | 78f27824fae4445cb4a176f65376683de9228af9 /media-video | |
parent | Version bumps (diff) | |
download | gentoo-2-cf87c84c3d429418c0a9f0926f054c08fbb8541e.tar.gz gentoo-2-cf87c84c3d429418c0a9f0926f054c08fbb8541e.tar.bz2 gentoo-2-cf87c84c3d429418c0a9f0926f054c08fbb8541e.zip |
Set empty docs, no need to install those that are outdated and multilib-minimal installs it behind our back. Pointed out by Samuli Suominen
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffmpeg/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/ffmpeg/ffmpeg-0.10.8.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/media-video/ffmpeg/ChangeLog b/media-video/ffmpeg/ChangeLog index 34b157a7cb9a..bbe81a86aa5e 100644 --- a/media-video/ffmpeg/ChangeLog +++ b/media-video/ffmpeg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/ffmpeg # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.675 2013/08/12 00:11:31 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.676 2013/08/13 12:32:04 aballier Exp $ + + 13 Aug 2013; Alexis Ballier <aballier@gentoo.org> ffmpeg-0.10.8.ebuild: + Set empty docs, no need to install those that are outdated and + multilib-minimal installs it behind our back. Pointed out by Samuli Suominen 12 Aug 2013; Alexis Ballier <aballier@gentoo.org> -ffmpeg-0.10.7.ebuild, -ffmpeg-1.2.1.ebuild, -ffmpeg-2.0.ebuild: diff --git a/media-video/ffmpeg/ffmpeg-0.10.8.ebuild b/media-video/ffmpeg/ffmpeg-0.10.8.ebuild index 6c98a1fdaeb5..9c935dce01ca 100644 --- a/media-video/ffmpeg/ffmpeg-0.10.8.ebuild +++ b/media-video/ffmpeg/ffmpeg-0.10.8.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-video/ffmpeg/ffmpeg-0.10.8.ebuild,v 1.1 2013/08/12 00:03:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-0.10.8.ebuild,v 1.2 2013/08/13 12:32:04 aballier Exp $ EAPI="5" @@ -44,6 +44,8 @@ for i in ${CPU_FEATURES}; do IUSE="${IUSE} ${i%:*}" done +DOCS="" + RDEPEND=" alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] ) amr? ( media-libs/opencore-amr[${MULTILIB_USEDEP}] ) |