diff options
author | 2004-06-17 11:03:44 +0000 | |
---|---|---|
committer | 2004-06-17 11:03:44 +0000 | |
commit | d65f256fe70b4e267264ccdd8126b6728e1b0c80 (patch) | |
tree | ee3dd6f75b8e7b4c18b4a6f6d34ec16d9f4f3627 /sys-apps/busybox | |
parent | QA - inherit eutils. (diff) | |
download | historical-d65f256fe70b4e267264ccdd8126b6728e1b0c80.tar.gz historical-d65f256fe70b4e267264ccdd8126b6728e1b0c80.tar.bz2 historical-d65f256fe70b4e267264ccdd8126b6728e1b0c80.zip |
QA - inherit eutils.
Diffstat (limited to 'sys-apps/busybox')
-rw-r--r-- | sys-apps/busybox/busybox-1.00_pre8.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/busybox/busybox-1.00_pre8.ebuild b/sys-apps/busybox/busybox-1.00_pre8.ebuild index af459ea3fe02..516aa37988dd 100644 --- a/sys-apps/busybox/busybox-1.00_pre8.ebuild +++ b/sys-apps/busybox/busybox-1.00_pre8.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.00_pre8.ebuild,v 1.4 2004/06/11 20:13:18 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.00_pre8.ebuild,v 1.5 2004/06/17 11:03:44 kloeri Exp $ + +inherit eutils MY_PV=${PV/_/-} MY_P=${PN}-${MY_PV} |