diff options
author | Hanno Boeck <hanno@gentoo.org> | 2007-09-08 15:19:06 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2007-09-08 15:19:06 +0000 |
commit | 1f324368c89b757d9e1943ab6f6c67e339804816 (patch) | |
tree | bee1a2717a3b0ced6a361ad83c209d17d5e391be /app-office/taxbird/taxbird-0.10.ebuild | |
parent | version bumps (diff) | |
download | historical-1f324368c89b757d9e1943ab6f6c67e339804816.tar.gz historical-1f324368c89b757d9e1943ab6f6c67e339804816.tar.bz2 historical-1f324368c89b757d9e1943ab6f6c67e339804816.zip |
improved use-check for guile in taxbird
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'app-office/taxbird/taxbird-0.10.ebuild')
-rw-r--r-- | app-office/taxbird/taxbird-0.10.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/taxbird/taxbird-0.10.ebuild b/app-office/taxbird/taxbird-0.10.ebuild index e07c133c90b1..4e6eca6260c4 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.2 2007/09/07 14:58:37 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/taxbird-0.10.ebuild,v 1.3 2007/09/08 15:19:06 hanno Exp $ inherit eutils fdo-mime flag-o-matic @@ -22,10 +22,10 @@ DEPEND="dev-libs/libgeier dev-scheme/guile" pkg_setup() { - if ! built_with_use 'dev-scheme/guile' 'discouraged deprecated'; then + 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\"." - fi + fi filter-ldflags -Wl,--as-needed --as-needed } |