summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-08-28 14:03:09 +0000
committerMike Frysinger <vapier@gentoo.org>2007-08-28 14:03:09 +0000
commit400635e64663c95cccb14c5c054a844a2d3bd2e1 (patch)
tree864623fef92a2498e30695c7d2e33bc47bcae921 /sys-apps/util-linux/util-linux-9999.ebuild
parentSign Manfiest (diff)
downloadhistorical-400635e64663c95cccb14c5c054a844a2d3bd2e1.tar.gz
historical-400635e64663c95cccb14c5c054a844a2d3bd2e1.tar.bz2
historical-400635e64663c95cccb14c5c054a844a2d3bd2e1.zip
only inherit git as needed #190499
Package-Manager: portage-2.1.3.7
Diffstat (limited to 'sys-apps/util-linux/util-linux-9999.ebuild')
-rw-r--r--sys-apps/util-linux/util-linux-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild
index 7f5db766bc8a..18190ac0da34 100644
--- a/sys-apps/util-linux/util-linux-9999.ebuild
+++ b/sys-apps/util-linux/util-linux-9999.ebuild
@@ -1,9 +1,10 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v 1.4 2007/07/07 05:30:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v 1.5 2007/08/28 14:03:09 vapier Exp $
EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git"
-inherit eutils git
+inherit eutils
+[[ ${PV} == "9999" ]] && inherit git
MY_PV=${PV/_/-}
MY_P=${PN}-ng-${MY_PV}