summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-06-10 09:08:34 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-06-10 09:08:34 +0000
commit62758a2c26476f6d1294d52d1c443f874f4bd12a (patch)
treedef5137c4af61c00e1e13f8d6cdb021edb0fa4e7 /media-video/ffmpeg
parentmake tests work when upgrading, they should pass so make them also fatal (diff)
downloadgentoo-2-62758a2c26476f6d1294d52d1c443f874f4bd12a.tar.gz
gentoo-2-62758a2c26476f6d1294d52d1c443f874f4bd12a.tar.bz2
gentoo-2-62758a2c26476f6d1294d52d1c443f874f4bd12a.zip
remove useless warning, it must not be the user's duty to figure out abi breaks
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-video/ffmpeg')
-rw-r--r--media-video/ffmpeg/ChangeLog6
-rw-r--r--media-video/ffmpeg/ffmpeg-9999-r1.ebuild8
2 files changed, 6 insertions, 8 deletions
diff --git a/media-video/ffmpeg/ChangeLog b/media-video/ffmpeg/ChangeLog
index cb87da68babe..8b46ca9e8969 100644
--- a/media-video/ffmpeg/ChangeLog
+++ b/media-video/ffmpeg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/ffmpeg
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.292 2009/06/10 09:04:18 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.293 2009/06/10 09:08:34 aballier Exp $
+
+ 10 Jun 2009; Alexis Ballier <aballier@gentoo.org> ffmpeg-9999-r1.ebuild:
+ remove useless warning, it must not be the user's duty to figure out abi
+ breaks
10 Jun 2009; Alexis Ballier <aballier@gentoo.org> ffmpeg-9999-r1.ebuild:
make tests work when upgrading, they should pass so make them also fatal
diff --git a/media-video/ffmpeg/ffmpeg-9999-r1.ebuild b/media-video/ffmpeg/ffmpeg-9999-r1.ebuild
index a1b50fb63aa8..073e8545c9e1 100644
--- a/media-video/ffmpeg/ffmpeg-9999-r1.ebuild
+++ b/media-video/ffmpeg/ffmpeg-9999-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999-r1.ebuild,v 1.3 2009/06/10 09:04:18 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999-r1.ebuild,v 1.4 2009/06/10 09:08:34 aballier Exp $
EAPI=2
@@ -195,9 +195,3 @@ src_test() {
emake ${t} || die "Some tests in ${t} failed"
done
}
-
-pkg_postinst() {
- ewarn "ffmpeg may have had ABI changes, if ffmpeg based programs"
- ewarn "like xine-lib or vlc stop working as expected please"
- ewarn "rebuild them."
-}