First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 239180
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 239134
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Sergey Dryabzhinsky <sergey.dryabzhinsky@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
lua-5.1.4.ebuild.diff Patches paths fix patch Sergey Dryabzhinsky 2008-09-30 18:57 0000 447 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 239180 depends on: Show dependency tree
Bug 239180 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-09-30 18:52 0000
Wrong:
        if ! use deprecated ; then
                epatch "${FILESDIR}"/${P}-deprecated.patch
                epatch "${FILESDIR}"/${P}-test.patch
        fi
Right:
        if ! use deprecated ; then
                epatch "${FILESDIR}"/${PN}-5.1.3-deprecated.patch
                epatch "${FILESDIR}"/${PN}-5.1.3-test.patch
        fi


Reproducible: Always

Steps to Reproduce:

------- Comment #1 From Sergey Dryabzhinsky 2008-09-30 18:57:22 0000 -------
Created an attachment (id=166859) [details]
Patches paths fix

There is no any lua-5.1.4-* patch in `files/`...

------- Comment #2 From Jeroen Roovers 2008-10-01 02:24:51 0000 -------

*** This bug has been marked as a duplicate of bug 239134 ***

First Last Prev Next    No search results available      Search page      Enter new bug