From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E6F2A138334 for ; Sun, 15 Dec 2019 20:06:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C44DAE08A8; Sun, 15 Dec 2019 20:06:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2F72E08A8 for ; Sun, 15 Dec 2019 20:06:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C16B434D8AF for ; Sun, 15 Dec 2019 20:06:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09F8E97A for ; Sun, 15 Dec 2019 20:06:26 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1576440375.11a3ad648a65090f8f455d8529d494062fabbf92.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libpostproc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libpostproc/libpostproc-9999.ebuild X-VCS-Directories: media-libs/libpostproc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 11a3ad648a65090f8f455d8529d494062fabbf92 X-VCS-Branch: master Date: Sun, 15 Dec 2019 20:06:26 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f40eb60e-b7b1-4af2-a611-934e7f9c6339 X-Archives-Hash: a8f515351232cbc20af75017af7e38e3 commit: 11a3ad648a65090f8f455d8529d494062fabbf92 Author: Michał Górny gentoo org> AuthorDate: Sun Dec 15 20:00:09 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Dec 15 20:06:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11a3ad64 media-libs/libpostproc: Switch to git-r3 Signed-off-by: Michał Górny gentoo.org> media-libs/libpostproc/libpostproc-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libpostproc/libpostproc-9999.ebuild b/media-libs/libpostproc/libpostproc-9999.ebuild index cdce6896ff1..1ce9ec065f8 100644 --- a/media-libs/libpostproc/libpostproc-9999.ebuild +++ b/media-libs/libpostproc/libpostproc-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" SCM="" if [ "${PV#9999}" != "${PV}" ] ; then - SCM="git-2" + SCM="git-r3" EGIT_REPO_URI="https://github.com/lu-zero/postproc.git" fi