diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-15 20:12:21 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-15 20:16:55 +0100 |
commit | 25e3503215eef01241cd880409b5b9f28e6b2709 (patch) | |
tree | d6bcb1b6f7d0f45161bb1d911a6b71f93b4baf25 /dev-util | |
parent | dev-util/cligh: Switch to git-r3 (diff) | |
download | gentoo-25e3503215eef01241cd880409b5b9f28e6b2709.tar.gz gentoo-25e3503215eef01241cd880409b5b9f28e6b2709.tar.bz2 gentoo-25e3503215eef01241cd880409b5b9f28e6b2709.zip |
dev-util/osc: Switch to git-r3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/osc/osc-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |