diff options
author | Hanno Böck <hanno@gentoo.org> | 2007-09-08 20:06:41 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2007-09-08 20:06:41 +0000 |
commit | 04680249dae51d3e2ffb99a2651bd0ece1e6ba83 (patch) | |
tree | ab9edf1b79edb0859569ec6295a982f63769e01e /app-office/taxbird | |
parent | Add 2.18.3 mostly reflecting package versions as was for upstream 2.18.3 (diff) | |
download | gentoo-2-04680249dae51d3e2ffb99a2651bd0ece1e6ba83.tar.gz gentoo-2-04680249dae51d3e2ffb99a2651bd0ece1e6ba83.tar.bz2 gentoo-2-04680249dae51d3e2ffb99a2651bd0ece1e6ba83.zip |
taxbird needs guile with regex
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-office/taxbird')
-rw-r--r-- | app-office/taxbird/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/taxbird/taxbird-0.10.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-office/taxbird/ChangeLog b/app-office/taxbird/ChangeLog index 0e30c3dedc15..443e25879ef5 100644 --- a/app-office/taxbird/ChangeLog +++ b/app-office/taxbird/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/taxbird # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v 1.11 2007/09/08 15:19:06 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v 1.12 2007/09/08 20:06:41 hanno Exp $ + + 08 Sep 2007; Hanno Boeck <hanno@gentoo.org> taxbird-0.10.ebuild: + Needs guile with regex support. 08 Sep 2007; Hanno Boeck <hanno@gentoo.org> taxbird-0.10.ebuild: Improve dev-guile use-check. diff --git a/app-office/taxbird/taxbird-0.10.ebuild b/app-office/taxbird/taxbird-0.10.ebuild index 4e6eca6260c4..fab3bb1dd5c3 100644 --- a/app-office/taxbird/taxbird-0.10.ebuild +++ b/app-office/taxbird/taxbird-0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/taxbird-0.10.ebuild,v 1.3 2007/09/08 15:19:06 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/taxbird-0.10.ebuild,v 1.4 2007/09/08 20:06:41 hanno Exp $ inherit eutils fdo-mime flag-o-matic @@ -22,9 +22,9 @@ DEPEND="dev-libs/libgeier dev-scheme/guile" pkg_setup() { - if has_version ">=dev-scheme/guile-1.8.0" && ! built_with_use dev-scheme/guile discouraged deprecated; then - eerror "This package requires dev-scheme/guile with USE=\"discouraged deprecated\"." - die "Please reemerge dev-scheme/guile with USE=\"discouraged deprecated\"." + if has_version ">=dev-scheme/guile-1.8.0" && ! built_with_use dev-scheme/guile discouraged deprecated regex; then + eerror "This package requires dev-scheme/guile with USE=\"discouraged deprecated regex\"." + die "Please reemerge dev-scheme/guile with USE=\"discouraged deprecated regex\"." fi filter-ldflags -Wl,--as-needed --as-needed |