<?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>85495</bug_id>
          
          <creation_ts>2005-03-16 05:36 0000</creation_ts>
          <short_desc>gnucash-1.8.9.ebuild has xorg-x11 hardcoded</short_desc>
          <delta_ts>2005-08-05 05:13:23 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>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>sos@sokhapkin.dyndns.org</reporter>
          <assigned_to>seemant@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>sos@sokhapkin.dyndns.org</who>
            <bug_when>2005-03-16 05:36:22 0000</bug_when>
            <thetext>The ebuild expects xorg-x11 is installed and checks if it was compiled with &quot;bitmap-fonts&quot; USE flag. As a result gnucash emerge fails if other flavor of x11 is installed (I use x11-unichrome custom ebuild).

Reproducible: Always
Steps to Reproduce:
1.unmerge xorg-x11
2. emerge other x11 flavor (xfree for example)
3. emerge gnucash

Actual Results:  
gnucash emerge failed

Expected Results:  
successfull emerge

The following patch fixes the problem:

--- gnucash-1.8.9.ebuild.orig   2005-03-16 08:32:49.706516807 -0500
+++ gnucash-1.8.9.ebuild        2005-03-16 08:33:09.497913047 -0500
@@ -60,7 +60,7 @@
 MAKEOPTS=&quot;${MAKEOPTS} -j1&quot;

 pkg_setup() {
-       if built_with_use xorg-x11 bitmap-fonts
+       if built_with_use virtual/x11 bitmap-fonts
        then
                einfo &quot;bitmap-fonts support is enabled in xorg-x11, continuing...&quot;
        else</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>seemant@gentoo.org</who>
            <bug_when>2005-08-05 05:13:23 0000</bug_when>
            <thetext>OK, so I made these changes weeks ago, but forgot to actually commit into cvs. 
Done that now though.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>