diff options
-rw-r--r-- | net-libs/libhackrf/libhackrf-2014.04.1.ebuild | 6 | ||||
-rw-r--r-- | net-libs/libhackrf/libhackrf-2014.08.1.ebuild | 6 | ||||
-rw-r--r-- | net-libs/libhackrf/libhackrf-2015.07.2.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/net-libs/libhackrf/libhackrf-2014.04.1.ebuild b/net-libs/libhackrf/libhackrf-2014.04.1.ebuild index d674575992fc..058fa07e2f6a 100644 --- a/net-libs/libhackrf/libhackrf-2014.04.1.ebuild +++ b/net-libs/libhackrf/libhackrf-2014.04.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,9 +10,9 @@ HOMEPAGE="http://greatscottgadgets.com/hackrf/" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/mossmann/hackrf.git" - inherit git-2 + inherit git-r3 KEYWORDS="" - EGIT_SOURCEDIR="${WORKDIR}/hackrf" + EGIT_CHECKOUT_DIR="${WORKDIR}/hackrf" S="${WORKDIR}/hackrf/host/libhackrf" else S="${WORKDIR}/hackrf-${PV}/host/libhackrf" diff --git a/net-libs/libhackrf/libhackrf-2014.08.1.ebuild b/net-libs/libhackrf/libhackrf-2014.08.1.ebuild index fc72fea1fd62..9ffc09a1aa7f 100644 --- a/net-libs/libhackrf/libhackrf-2014.08.1.ebuild +++ b/net-libs/libhackrf/libhackrf-2014.08.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,9 +10,9 @@ HOMEPAGE="http://greatscottgadgets.com/hackrf/" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/mossmann/hackrf.git" - inherit git-2 + inherit git-r3 KEYWORDS="" - EGIT_SOURCEDIR="${WORKDIR}/hackrf" + EGIT_CHECKOUT_DIR="${WORKDIR}/hackrf" S="${WORKDIR}/hackrf/host/libhackrf" else S="${WORKDIR}/hackrf-${PV}/host/libhackrf" diff --git a/net-libs/libhackrf/libhackrf-2015.07.2.ebuild b/net-libs/libhackrf/libhackrf-2015.07.2.ebuild index 5eccf9765911..481fc1e8fcdc 100644 --- a/net-libs/libhackrf/libhackrf-2015.07.2.ebuild +++ b/net-libs/libhackrf/libhackrf-2015.07.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,9 +10,9 @@ HOMEPAGE="http://greatscottgadgets.com/hackrf/" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/mossmann/hackrf.git" - inherit git-2 + inherit git-r3 KEYWORDS="" - EGIT_SOURCEDIR="${WORKDIR}/hackrf" + EGIT_CHECKOUT_DIR="${WORKDIR}/hackrf" S="${WORKDIR}/hackrf/host/libhackrf" else S="${WORKDIR}/hackrf-${PV}/host/libhackrf" |