<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>2125</bug_id>
          
          <creation_ts>2002-04-26 07:55 0000</creation_ts>
          <short_desc>error in media-sound/easytag-0.18.ebuild src_compile()</short_desc>
          <delta_ts>2003-02-04 19:42:18 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>1.1a</version>
          <rep_platform>x86</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P4</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>pebenito@gentoo.org</reporter>
          <assigned_to>rphillips@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>pebenito@gentoo.org</who>
            <bug_when>2002-04-26 07:55:59 0000</bug_when>
            <thetext>there are errors in the easytag ebuild, in src_compile().  while assigning
myconf based on USE, there are spaces before and after the &apos;=&apos;, 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 [ &quot;use oggvorbis&quot; ] ; then
-               myconf = &quot;--enable-ogg&quot;
+               myconf=&quot;--enable-ogg&quot;
        else
-               myconf = &quot;--disable-ogg&quot;
+               myconf=&quot;--disable-ogg&quot;
        fi
 
        ./configure --host=${CHOST} \</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>rphillips@gentoo.org</who>
            <bug_when>2002-04-26 16:02:49 0000</bug_when>
            <thetext>Thank you..  Fixed and committed.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>