Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 5910

Summary: nbd-14.ebuild contains an error
Product: Portage Development Reporter: Ralf Miunske <rbm78ac>
Component: UnclassifiedAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ralf Miunske 2002-08-02 11:27:13 UTC
Hi there!

The nbd-packes is not installable, as provided.
The attached patch will fix it.

Bye
  Ralf

--- nbd-14.ebuild.old	Fri Aug  2 18:19:51 2002
+++ nbd-14.ebuild	Fri Aug  2 18:19:56 2002
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License, v2 or later
 # $Header: /home/cvsroot/gentoo-x86/sys-apps/nbd/nbd-14.ebuild,v 1.5 2002/07/21
20:28:00 gerk Exp $
 
-MY_PP=${P//-/.}
+MY_P=${P//-/.}
 S=${WORKDIR}/${PN}
 DESCRIPTION="Userland client/server for kernel network block device"
 SRC_URI="http://atrey.karlin.mff.cuni.cz/~pavel/nbd/${MY_P}.tar.gz"
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-02 11:30:39 UTC
thanks for the catch :)