Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 2125
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Ryan Phillips (RETIRED) <rphillips@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Chris PeBenito <pebenito@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 2125 depends on: Show dependency tree
Bug 2125 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: 2002-04-26 07:55 0000
there are errors in the easytag ebuild, in src_compile().  while assigning
myconf based on USE, there are spaces before and after the '=', so the script
throws nonfatal errors:

--- easytag-0.18.ebuild Wed Apr 17 03:24:59 2002
+++ /home/pebenito/temp/easytag-0.18.ebuild     Fri Apr 26 07:40:12 2002
@@ -17,9 +17,9 @@
 src_compile() {
        local myconf
        if [ "use oggvorbis" ] ; then
-               myconf = "--enable-ogg"
+               myconf="--enable-ogg"
        else
-               myconf = "--disable-ogg"
+               myconf="--disable-ogg"
        fi
 
        ./configure --host=${CHOST} \

------- Comment #1 From Ryan Phillips (RETIRED) 2002-04-26 16:02:49 0000 -------
Thank you..  Fixed and committed.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug