From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 984E91393F1 for ; Mon, 14 Sep 2015 11:54:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3521521C115; Mon, 14 Sep 2015 11:54:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8F2F21C115 for ; Mon, 14 Sep 2015 11:54:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F025F3409DC for ; Mon, 14 Sep 2015 11:54:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 411E1162 for ; Mon, 14 Sep 2015 11:54:10 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1442231027.a0c9722513e55e1d439d37afced83ccb8c400adc.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/ffmpeg/ffmpeg-9999.ebuild X-VCS-Directories: media-video/ffmpeg/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: a0c9722513e55e1d439d37afced83ccb8c400adc X-VCS-Branch: master Date: Mon, 14 Sep 2015 11:54:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 11e653a3-a0e5-4aa0-aa6a-5e6d94566061 X-Archives-Hash: c2a8cd2c98c216e83c31f2a064527579 commit: a0c9722513e55e1d439d37afced83ccb8c400adc Author: Alexis Ballier gentoo org> AuthorDate: Mon Sep 14 11:43:47 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Sep 14 11:43:47 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0c97225 media-video/ffmpeg-9999: update subslot after soname changes. Package-Manager: portage-2.2.20.1 media-video/ffmpeg/ffmpeg-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 9b12d76..8a1727b 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -13,7 +13,7 @@ EAPI="5" # changes its ABI then this package will be rebuilt needlessly. Hence, such a # package is free _not_ to := depend on FFmpeg but I would strongly encourage # doing so since such a case is unlikely. -FFMPEG_SUBSLOT=54.56.56 +FFMPEG_SUBSLOT=55.57.57 SCM="" if [ "${PV#9999}" != "${PV}" ] ; then