diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-15 21:00:09 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-15 21:06:15 +0100 |
commit | 11a3ad648a65090f8f455d8529d494062fabbf92 (patch) | |
tree | d3a7ea4fc966a12054321c7ea84518537d7f1523 | |
parent | media-gfx/pinta: Switch to git-r3 (diff) | |
download | gentoo-11a3ad648a65090f8f455d8529d494062fabbf92.tar.gz gentoo-11a3ad648a65090f8f455d8529d494062fabbf92.tar.bz2 gentoo-11a3ad648a65090f8f455d8529d494062fabbf92.zip |
media-libs/libpostproc: Switch to git-r3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | media-libs/libpostproc/libpostproc-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libpostproc/libpostproc-9999.ebuild b/media-libs/libpostproc/libpostproc-9999.ebuild index cdce6896ff15..1ce9ec065f89 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 |