summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-08-25 13:17:27 +0200
committerJeroen Roovers <jer@gentoo.org>2017-08-25 13:17:52 +0200
commit238fd12f07182838cdc79d250033ee1d33607125 (patch)
tree5344eda98f60d5610f775bcd8ad6b79ac009c7b1 /sys-apps
parentsys-apps/busybox: Version bump. (diff)
downloadgentoo-238fd12f07182838cdc79d250033ee1d33607125.tar.gz
gentoo-238fd12f07182838cdc79d250033ee1d33607125.tar.bz2
gentoo-238fd12f07182838cdc79d250033ee1d33607125.zip
sys-apps/busybox: Switch to git-r3.eclass.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/busybox/busybox-1.27.2.ebuild4
-rw-r--r--sys-apps/busybox/busybox-9999.ebuild4
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 6c42e41a4521..20785227f939 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 1feb3a5ac229..49d6bf47002a 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"