Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5910 - nbd-14.ebuild contains an error
Summary: nbd-14.ebuild contains an error
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-02 11:27 UTC by Ralf Miunske
Modified: 2011-10-30 22:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 :)