Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 102618 - maelstrom-3.0.6-r1 security patch throws $EPATCH_SOURCE error
Summary: maelstrom-3.0.6-r1 security patch throws $EPATCH_SOURCE error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-15 08:52 UTC by Ulrich Plate (RETIRED)
Modified: 2005-08-15 11:10 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 Ulrich Plate (RETIRED) gentoo-dev 2005-08-15 08:52:28 UTC
The ebuild needs patching itself to be able to epatch correctly:

--- maelstrom-3.0.6-r1.ebuild   2004-08-31 22:11:03.000000000 +0200
+++ maelstrom-3.0.6-r1.ebuild.new       2005-08-15 17:30:53.000000000 +0200
@@ -24,7 +24,7 @@
        unpack ${A}
        cd ${S}

-       epatch ${FILESDIR}/${P}-security.patch
+       epatch ${FILESDIR}/${PF}-security.patch

        # gcc-34 fix
        epatch ${FILESDIR}/${PN}-gcc34.patch
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2005-08-15 11:10:42 UTC
Fixed in CVS