diff options
Diffstat (limited to 'dev-lang/boo/boo-0.7.0.1921.ebuild')
-rw-r--r-- | dev-lang/boo/boo-0.7.0.1921.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-lang/boo/boo-0.7.0.1921.ebuild b/dev-lang/boo/boo-0.7.0.1921.ebuild index dcf6549f58a1..4b3db041a38d 100644 --- a/dev-lang/boo/boo-0.7.0.1921.ebuild +++ b/dev-lang/boo/boo-0.7.0.1921.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/boo/boo-0.7.0.1921.ebuild,v 1.3 2005/11/14 06:51:42 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/boo/boo-0.7.0.1921.ebuild,v 1.4 2005/11/25 22:37:59 latexer Exp $ inherit mono fdo-mime eutils @@ -21,11 +21,11 @@ DEPEND=">=dev-lang/mono-1.1.4 >=x11-libs/gtksourceview-1.0.1" src_unpack() { - if best_version "dev-lang/boo"; then - if ! has_version ">=dev-lang/boo-0.7.0.1921"; then - eerror "This version of boo has a problem compiling when an older" - eerror "of boo is present on the system. Please unmerge boo and" - eerror "then try emerging this version of boo. See bug #108520" + if has_version "dev-lang/boo"; then + if ! has_version "=dev-lang/boo-${PV}"; then + eerror "This version of boo has a problem compiling when any other" + eerror "version of boo is present on the system. Please unmerge boo" + eerror "and then try emerging this version of boo. See bug #108520" eerror "at https://bugs.gentoo.org/show_bug.cgi?id=108520 for more" eerror "details." die "Version of boo installed will cause compilation errors." |