commit:     238fd12f07182838cdc79d250033ee1d33607125
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 25 11:17:27 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Aug 25 11:17:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=238fd12f

sys-apps/busybox: Switch to git-r3.eclass.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-apps/busybox/busybox-1.27.2.ebuild | 4 ++--
 sys-apps/busybox/busybox-9999.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-apps/busybox/busybox-1.27.2.ebuild 
b/sys-apps/busybox/busybox-1.27.2.ebuild
index 6c42e41a452..20785227f93 100644
--- a/sys-apps/busybox/busybox-1.27.2.ebuild
+++ b/sys-apps/busybox/busybox-1.27.2.ebuild
@@ -9,9 +9,9 @@ inherit eutils flag-o-matic savedconfig toolchain-funcs multilib
 DESCRIPTION="Utilities for rescue and embedded systems"
 HOMEPAGE="https://www.busybox.net/";
 if [[ ${PV} == "9999" ]] ; then
-       MY_P=${PN}
+       MY_P=${P}
        EGIT_REPO_URI="git://busybox.net/busybox.git"
-       inherit git-2
+       inherit git-r3
 else
        MY_P=${PN}-${PV/_/-}
        SRC_URI="https://www.busybox.net/downloads/${MY_P}.tar.bz2";

diff --git a/sys-apps/busybox/busybox-9999.ebuild 
b/sys-apps/busybox/busybox-9999.ebuild
index 1feb3a5ac22..49d6bf47002 100644
--- a/sys-apps/busybox/busybox-9999.ebuild
+++ b/sys-apps/busybox/busybox-9999.ebuild
@@ -9,9 +9,9 @@ inherit eutils flag-o-matic savedconfig toolchain-funcs multilib
 DESCRIPTION="Utilities for rescue and embedded systems"
 HOMEPAGE="https://www.busybox.net/";
 if [[ ${PV} == "9999" ]] ; then
-       MY_P=${PN}
+       MY_P=${P}
        EGIT_REPO_URI="git://busybox.net/busybox.git"
-       inherit git-2
+       inherit git-r3
 else
        MY_P=${PN}-${PV/_/-}
        SRC_URI="https://www.busybox.net/downloads/${MY_P}.tar.bz2";

Reply via email to