<?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>30464</bug_id>
          
          <creation_ts>2003-10-05 20:42 0000</creation_ts>
          <short_desc>USE=&quot;-sox&quot; emerge terminatorx  installs with sox support</short_desc>
          <delta_ts>2003-10-28 06:29:59 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>Applications</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>brandy@gentoo.org</reporter>
          <assigned_to>sound@gentoo.org</assigned_to>
          <cc>mholzer@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>brandy@gentoo.org</who>
            <bug_when>2003-10-05 20:42:53 0000</bug_when>
            <thetext>If we have sox installed on out machine then &apos;USE=&quot;-sox&quot; emerge
terminatorx-3.81&apos; will install terminatorx with sox support regardless
of our wishes:

	# USE=&quot;-sox&quot; emerge terminatorx
	Calculating dependencies ...done!
	&gt;&gt;&gt; emerge (1 of 1) media-sound/terminatorx-3.81 to /
	.....
	sox support: yes
	mpg123 support: yes
	oss support: yes
	.....

This is caused by the configure script auto-detecting sox and
making terminatorx get compiled with sox support unless we explicitely
tell it not to. The ebuild should read:

	use sox \
                &amp;&amp; myconf=&quot;${myconf} --enable-sox&quot; \
                || myconf=&quot;${myconf} --disable-sox&quot;

(The other USE flag options are correct. This just looks like a small
oversight with the sox USE flag.)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mholzer@gentoo.org</who>
            <bug_when>2003-10-28 06:29:59 0000</bug_when>
            <thetext>in cvs</thetext>
          </long_desc>
      
    </bug>

</bugzilla>