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 0DB151388BF for ; Sun, 10 Jan 2016 01:59:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67419E0853; Sun, 10 Jan 2016 01:59:33 +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 BEAB3E0848 for ; Sun, 10 Jan 2016 01:59:32 +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 D81CB340775 for ; Sun, 10 Jan 2016 01:59:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7833FCB3 for ; Sun, 10 Jan 2016 01:59:28 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1452391121.c2889dbafbd040218e6059813960d4b258a8481a.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ffmpegsource/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/ffmpegsource/ffmpegsource-9999.ebuild X-VCS-Directories: media-libs/ffmpegsource/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: c2889dbafbd040218e6059813960d4b258a8481a X-VCS-Branch: master Date: Sun, 10 Jan 2016 01:59:28 +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: fcd2789f-40dd-44c9-954c-2dd89c1a1ec2 X-Archives-Hash: 67d2a029f34a8dfe833a101ddca48eb9 commit: c2889dbafbd040218e6059813960d4b258a8481a Author: Ilya Tumaykin gmail com> AuthorDate: Sat Jan 9 14:17:25 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Sun Jan 10 01:58:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2889dba media-libs/ffmpegsource: bump subslot to 0/4 as per upstream SONAME bump Package-Manager: portage-2.2.26 media-libs/ffmpegsource/ffmpegsource-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/ffmpegsource/ffmpegsource-9999.ebuild b/media-libs/ffmpegsource/ffmpegsource-9999.ebuild index 5dedcdf..44b00c4 100644 --- a/media-libs/ffmpegsource/ffmpegsource-9999.ebuild +++ b/media-libs/ffmpegsource/ffmpegsource-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/FFMS/ffms2" EGIT_REPO_URI="https://github.com/FFMS/ffms2.git" LICENSE="MIT" -SLOT="0/3" +SLOT="0/4" KEYWORDS="" IUSE="libav static-libs"