diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-09-05 17:22:28 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-09-05 17:22:28 +0100 |
commit | 25282474f39ca17fa8e6f055ef201157b0455855 (patch) | |
tree | efbee2e376e3fcbd6da64945ad15cc2449627b1f /app-office/gnucash/gnucash-2.6.12.ebuild | |
parent | bacd4d276ecd754ac8330a70ed76adf52ee3b927 (diff) |
this should do the trick
Diffstat (limited to 'app-office/gnucash/gnucash-2.6.12.ebuild')
-rw-r--r-- | app-office/gnucash/gnucash-2.6.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/gnucash/gnucash-2.6.12.ebuild b/app-office/gnucash/gnucash-2.6.12.ebuild index f667e2a2..b5eca4aa 100644 --- a/app-office/gnucash/gnucash-2.6.12.ebuild +++ b/app-office/gnucash/gnucash-2.6.12.ebuild @@ -24,7 +24,7 @@ RDEPEND=" >=dev-libs/popt-1.5 >=dev-libs/libxml2-2.5.10:2 dev-libs/libxslt - >=dev-scheme/guile-1.8.3:12[deprecated,regex] + dev-scheme/guile[deprecated,regex] dev-scheme/guile-www gnome-base/libgnomecanvas >=net-libs/webkit-gtk-1.2:2 @@ -83,7 +83,7 @@ src_configure() { $(use_enable ofx) \ $(use_enable hbci aqbanking) \ $(use_enable python) \ - --with-guile=1.8 \ + --with-guile=auto \ --disable-doxygen \ --disable-gtkmm \ --enable-locale-specific-tax \ |