From: Michał Górny Date: Sun, 15 Dec 2019 19:12:21 +0000 (+0100) Subject: dev-util/osc: Switch to git-r3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=25e3503215eef01241cd880409b5b9f28e6b2709;p=gentoo.git dev-util/osc: Switch to git-r3 Signed-off-by: Michał Górny --- diff --git a/dev-util/osc/osc-9999.ebuild b/dev-util/osc/osc-9999.ebuild index 42d6d248359a..bd32f689995e 100644 --- a/dev-util/osc/osc-9999.ebuild +++ b/dev-util/osc/osc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="xml" if [[ "${PV}" == "9999" ]]; then - EXTRA_ECLASS="git-2" + EXTRA_ECLASS="git-r3" else OBS_PROJECT="openSUSE:Tools" EXTRA_ECLASS="obs-download"