diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-06-01 09:38:51 -0500 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2018-06-05 13:26:47 -0400 |
commit | d8f25f0465532f7dfcbde4d7a8e50c0c67d20569 (patch) | |
tree | 4743a5b52bc24d1fcd6c732f5c17d7eb180af8f8 /net-libs/libosmocore | |
parent | net-libs/libosmo-netif: git-2->git-r3 (diff) | |
download | gentoo-d8f25f0465532f7dfcbde4d7a8e50c0c67d20569.tar.gz gentoo-d8f25f0465532f7dfcbde4d7a8e50c0c67d20569.tar.bz2 gentoo-d8f25f0465532f7dfcbde4d7a8e50c0c67d20569.zip |
net-libs/libosmocore: git-2->git-r3
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-libs/libosmocore')
-rw-r--r-- | net-libs/libosmocore/libosmocore-0.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libosmocore/libosmocore-0.8.0.ebuild b/net-libs/libosmocore/libosmocore-0.8.0.ebuild index ea57bb86c30e..1154c80eb2a3 100644 --- a/net-libs/libosmocore/libosmocore-0.8.0.ebuild +++ b/net-libs/libosmocore/libosmocore-0.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ DESCRIPTION="Utility functions for OsmocomBB, OpenBSC and related projects" HOMEPAGE="http://bb.osmocom.org/trac/wiki/libosmocore" if [[ ${PV} == 9999* ]]; then - inherit git-2 + inherit git-r3 EGIT_REPO_URI="git://git.osmocom.org/${PN}.git" KEYWORDS="" else |