diff options
author | Hanno Böck <hanno@gentoo.org> | 2007-09-08 15:19:06 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2007-09-08 15:19:06 +0000 |
commit | c2d465e963bed5f6abbac2100ab9102cd75ece16 (patch) | |
tree | a30736ea8161379b1a3201d70e51a9d608a52db6 /app-office/taxbird/taxbird-0.10.ebuild | |
parent | version bumps (diff) | |
download | gentoo-2-c2d465e963bed5f6abbac2100ab9102cd75ece16.tar.gz gentoo-2-c2d465e963bed5f6abbac2100ab9102cd75ece16.tar.bz2 gentoo-2-c2d465e963bed5f6abbac2100ab9102cd75ece16.zip |
improved use-check for guile in taxbird
(Portage version: 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 } |