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 489C5138334 for ; Tue, 5 Jun 2018 17:27:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57551E0A76; Tue, 5 Jun 2018 17:27:20 +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 268FEE0A76 for ; Tue, 5 Jun 2018 17:27:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 29104335C90 for ; Tue, 5 Jun 2018 17:27:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3796E2C5 for ; Tue, 5 Jun 2018 17:27:17 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1528219600.6cef18320b025f614bc41d3679590d67a973439d.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libosmo-dsp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libosmo-dsp/libosmo-dsp-0.3.ebuild net-libs/libosmo-dsp/libosmo-dsp-9999.ebuild X-VCS-Directories: net-libs/libosmo-dsp/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 6cef18320b025f614bc41d3679590d67a973439d X-VCS-Branch: master Date: Tue, 5 Jun 2018 17:27:17 +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: 17cfcf68-a399-423c-991d-191e578b8924 X-Archives-Hash: ae21f5f9acddd6795496a0695ba8aa1c commit: 6cef18320b025f614bc41d3679590d67a973439d Author: Marty E. Plummer startmail com> AuthorDate: Fri Jun 1 14:32:38 2018 +0000 Commit: Richard Farina gentoo org> CommitDate: Tue Jun 5 17:26:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cef1832 net-libs/libosmo-dsp: git-2->git-r3 Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-libs/libosmo-dsp/libosmo-dsp-0.3.ebuild | 4 ++-- net-libs/libosmo-dsp/libosmo-dsp-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-libs/libosmo-dsp/libosmo-dsp-0.3.ebuild b/net-libs/libosmo-dsp/libosmo-dsp-0.3.ebuild index ef65572ce88..b49e28335ba 100644 --- a/net-libs/libosmo-dsp/libosmo-dsp-0.3.ebuild +++ b/net-libs/libosmo-dsp/libosmo-dsp-0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ DESCRIPTION="A library with SDR DSP primitives" HOMEPAGE="http://git.osmocom.org/libosmo-dsp/" if [[ ${PV} == 9999* ]]; then - inherit git-2 + inherit git-r3 EGIT_REPO_URI="git://git.osmocom.org/${PN}" KEYWORDS="" else diff --git a/net-libs/libosmo-dsp/libosmo-dsp-9999.ebuild b/net-libs/libosmo-dsp/libosmo-dsp-9999.ebuild index ef65572ce88..b49e28335ba 100644 --- a/net-libs/libosmo-dsp/libosmo-dsp-9999.ebuild +++ b/net-libs/libosmo-dsp/libosmo-dsp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ DESCRIPTION="A library with SDR DSP primitives" HOMEPAGE="http://git.osmocom.org/libosmo-dsp/" if [[ ${PV} == 9999* ]]; then - inherit git-2 + inherit git-r3 EGIT_REPO_URI="git://git.osmocom.org/${PN}" KEYWORDS="" else